CLI commands

Interacting with the Hadean Platform

Commands

Usage

hadean <SUBCOMMAND>

Debug Subcommands

The debug subcommand requires further subcommands to perform the desired operation as listed below.

Remote commands

When using the cluster subcommand, the CLI takes further subcommands to interact with remote clusters, and a cluster name to specify which cluster to interact with:

Usage

hadean cluster [--name <name>] <SUBCOMMAND>

Note that while hadean cluster destroy removes almost all resources, some terraform state files and associated storage is not removed. This can be cleaned up manually.

Note that for self-managed clusters, the status subcommand will show the IP address of imported machines in the "Public" column, even if the IP address is private. This is an aesthetic issue that will be addressed in a future release and does not imply that the machines are publicly accessible.

Last updated