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

create-version

The stackgen appstack create-version command allows you to create a new version of an existing appStack to track changes and modifications 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

When used with --raw-output global flag, this command will ONLY output the UUID of the newly created appstack version.