Get Help for StackGen Commands
The stackgen help command prints usage and flags for any command. stackgen configure is an alias for stackgen login, so stackgen help configure matches stackgen help login.
Usage
stackgen help [command] [flags]
Flags
| Flag | Description |
|---|---|
-h, --help | Displays help information for the help command. |
Examples
Usage 1: Get help for a specific command
stackgen help appstack
The above command will:
- Provide help on the
appstackcommand. - Explain its usage, available subcommands, and flags.
Usage 2: Get help for the generate command
stackgen help generate
The above command will:
- Provide help on the
generatecommand. - Show the flags and usage details for generating IaC files.
Usage 3: Get help for login or configure
stackgen help login
The above command will:
- Provide help on
stackgen login(authentication and server URL). - Match
stackgen help configurebecauseconfigureis an alias forlogin.