show
stackgen appstack show is an alias of stackgen appstack list. It lists appStacks, versions, and ids for use with other commands.
Usage
stackgen appstack list [flags]
Aliases
list, show, ls
Flags
| Flag | Description |
|---|---|
-h, --help | Help for list. |
-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.