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

Check StackGen Version

The stackgen version command is used to display the version information of the StackGen CLI binary. It provides details about the current version and, optionally, additional build date information.

Usage

stackgen version [flags]

Flags

FlagDescription
-h, --helpDisplays help information for the version command.
-v, --verboseIncludes the build date information along with the version.

Examples

Usage 1: Display version information

stackgen version

The above command will display the current version of the StackGen CLI binary.

Usage 2: Display version with build date

stackgen version --verbose

The above command will display the current version along with the build date information.