Categorygithub.com/open-cluster-management/cm-cli
modulepackage
0.1.0-alpha.2
Repository: https://github.com/open-cluster-management/cm-cli.git
Documentation: pkg.go.dev

# README

Open Cluster Management CLI & CLI Plugin

A CLI and kubernetes CLI plugin that allows you to interact with OCM/ACM to provision and managed your Hybrid Cloud presence from the command-line.

Requirements

Go 1.16 is required in order to build or contribute on this project as it leverage the go:embed tip.

Installation

The binary will be installed in GOPATH/bin

CLI

git clone https://github.com/open-cluster-management/cm-cli.git
cd cm-cli
make build
cm

Plugin

This will create a binary oc-cm and kubectl-cm in the $GOPATH/go/bin allowing you to call oc cm or kubectl cm

git clone https://github.com/open-cluster-management/cm-cli.git
cd cm-cli
make plugin
kubectl cm
oc cm

Disclaimer

This CLI (and plugin) is still in development, but aims to expose OCM/ACM's functional through a useful and lightweight CLI and kubectl/oc CLI plugin. Some features may not be present, fully implemented, and it might be buggy!

Contributing

See our Contributing Document for more information.

Commands

general commands

cluster commands

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author