@kube-core/cli
v0.7.6
Published
CLI for kube-core
Downloads
4
Readme
kube-core CLI
Stability
:warning: The CLI is currently in beta
Getting Started
First, install all the requirements. Then you can install the CLI with:
sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
nvm install v18.8.0
nvm use v18.8.0
npm install -g @kube-core/cli
sudo chown -R $USER: $HOME/.nvm/versions/node/v18.8.0/lib/node_modules/
sudo chmod -R a+x $HOME/.nvm/versions/node/v18.8.0/lib/node_modules/
kube-core version
To upgrade it, you have to run:
npm install -g @kube-core/cli
sudo chown -R $USER: $HOME/.nvm/versions/node/v18.8.0/lib/node_modules/
sudo chmod -R a+x $HOME/.nvm/versions/node/v18.8.0/lib/node_modules/
kube-core version
Usage
$ npm install -g @kube-core/cli
$ kube-core COMMAND
running command...
$ kube-core (--version)
@kube-core/cli/0.7.6 linux-x64 node-v16.18.0
$ kube-core --help [COMMAND]
USAGE
$ kube-core COMMAND
...
Commands
Command Topics
kube-core absorb
- Patch some resources with Helm metadata/labels, and import them quickly as local charts in kube-core.kube-core apply
- Apply kube-core and cluster configuration.kube-core autocomplete
- display autocomplete installation instructionskube-core build
- Build kube-core and cluster configuration.kube-core dev
- Tools for kube-core development.kube-core diff
- Run a diff on a cluster.kube-core generate
- Generate various resources.kube-core gitops
- Explore and manage your GitOps configkube-core help
- Display help for kube-core.kube-core import
- Import resources from a cluster.kube-core path
- Prints kube-core local path.kube-core plugins
- List installed plugins.kube-core scripts
- Search and execute available scripts.kube-core test
- Tests all config.kube-core values
- View and manage configuration values.kube-core version
- Prints kube-core version.kube-core workspace
- Quickly open important URLs from your cluster.