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
Flag | Description |
---|---|
-h, --help | Displays help information for the version command. |
-v, --verbose | Includes 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.