Skip to main content
⏳ Estimated read time: 1 min read

Get Help for StackGen Commands

The stackgen help command provides assistance for any command in the application. It gives you detailed information about how to use each command and its available flags.

Usage

stackgen help [command] [flags]

Flags

FlagDescription
-h, --helpDisplays 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 appstack command.
  • 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 generate command.
  • Show the flags and usage details for generating IaC files.

Usage 3: Get help for the configure command

stackgen help configure

The above command will:

  • Provide help on the configure command.
  • Detail the flags and usage for setting up the StackGen CLI.