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

show

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

FlagDescription
-h, --helpHelp for list.
--include-archivedList archived appStacks as well as active ones (archived stacks are hidden by default).
-l, --include-labelsShow 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-labels is 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.