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
Flag | Description |
---|---|
-h, --help | Help 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
.