Using the Nucleator Command Line Interface
Nucleator provides a command line interface with commands and subcommands for common operations. Nucleator's User Interface uses the CLI under the covers. Sometimes you may want to use it too.
Nucleator's command line interface provides an extensible set of commands and subcommands, similar to the CLI paradigm used by git. When you specify additional Stacksets to use in your Nucleator installation, the Nucleator CLI is extended to include the operations appropriate for that Stackset.
Each Stackset defines its own Stackset operations and exposes them via subcommands within the Nucleator CLI. Common operations in the Stackset lifecycle, such as provision
, configure
and delete
are shared by several Stacksets.
To learn more about the Nucleator CLI, you can review the Nucleator CLI Reference.