show
Text size
show
The stackgen appstack show command is used to list appStacks, versions, and ids for use with other commands. It is an alias of stackgen appstack list.
Usage
stackgen appstack list [flags]
Aliases
list, show, ls
Flags
| Flag | Description |
|---|---|
-h, --help | Help for list. |
--include-archived | List archived appStacks as well as active ones (archived stacks are hidden by default). |
-l, --include-labels | Show labels for appStacks. |
See Global flags for --project, --output, --interactive, --log, and --stackgen-home.
Examples
Show all appStacks
stackgen appstack show
This command will:
- Display a list of all available appStacks
- Show each appStack's name, id, versions, and related fields (and labels when
--include-labelsis set)
Use an alias to list all appStacks
stackgen appstack list
stackgen appstack ls
These commands provide the same output as stackgen appstack show.
Output Format
The command output typically includes:
- appStack ID
- appStack Name
- Creation Date
- Last Modified Date
- Available Versions
- Status
This information is essential for referencing appStacks in other commands such as download-iac or delete.