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

create-version

The stackgen appstack create-version command creates a new version of an existing appStack so you can track changes over time.

Usage

stackgen appstack create-version [appstack-name] [flags]

Flags

FlagDescription
-h, --helpHelp for create-version

Examples

Create a new version for an appStack using its name

stackgen appstack create-version my-production-app

This command will:

  • Create a new version of the appStack named "my-production-app"
note

Some builds mention --raw-output for id-only output. If you see unknown flag: --raw-output, use global --output json instead.