Skip to content

CLI for managing RHMI clusters (for teardown)

License

Notifications You must be signed in to change notification settings

HVBE/cluster-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RHMI Cluster Tooling and Service

This repo is intended to store the services and tooling related to the management of RHMI clusters.

CLI

This repo contains a CLI which can be used to teardown remaining cloud resources in a cloud provider for a specific RHMI cluster.

Building

To build the CLI, run from the root of this repo:

make build/cli

A binary will be created in the root directory of the repo, which can be run:

./cli

How to use

TODO

Testing

To run unit tests, run:

make test/unit

Releases

New binaries for a release tag will be created by GoReleaser automatically.

To try out GoReleaser locally, it can be installed using make setup/goreleaser.

About

CLI for managing RHMI clusters (for teardown)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.3%
  • Makefile 4.7%