Menu

CLI

yaron Torgeman

CLI (cordumctl)

cordumctl is the local control-plane CLI.

Build and install

make build SERVICE=cordumctl
export PATH="$PWD/bin:$PATH"

Common commands

cordumctl up
cordumctl status
cordumctl pack list
cordumctl pack install ./examples/hello-pack

Most CLI calls require:

export CORDUM_API_KEY="$(openssl rand -hex 32)"
export CORDUM_TENANT_ID=default

See docs/cordumctl.md for the full reference.


Related

Wiki: Home
Wiki: _Sidebar