Utility Commands
Utility commands provide helpful information and troubleshooting capabilities.
cre update
Updates the CRE CLI to the latest version. This command automatically downloads and installs the newest release, making it easy to stay up to date.
Usage:
cre update
Behavior:
- Checks for the latest available version on GitHub
- Compares it with your currently installed version
- Automatically downloads and installs the update if a newer version is available
- Downloads the appropriate binary for your operating system and architecture
- Replaces the existing CLI binary with the new version
cre version
Prints the current version of the CRE CLI.
Usage:
cre version
Example output:
cre version v1.0.1
Learn more
- CLI Installation — How to install and update the CRE CLI
- CLI Reference — Complete CLI command reference