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

show

The stackgen appstack show command displays a list of appStacks, their versions, and corresponding UUIDs. This command is useful for viewing your available appStacks and obtaining the UUIDs needed for other commands.

Usage

stackgen appstack list [flags]

Aliases

list, show, ls

Flags

FlagDescription
-h, --helpHelp for list

Examples

Show all appStacks

stackgen appstack show

This command will:

  • Display a list of all available appStacks
  • Show each appStack's name, UUID, and other relevant information

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 UUID
  • 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.