CLI

Version Commands

Commands for checking the version of the CLI

The version command allows you to check, display, and upgrade the Agentuity CLI version.

version

Displays the version of the Agentuity CLI.

Aliases: -v, --version

Usage

$
agentuity version

Flags:

  • -h, --help - help for version
  • --long - Print the long version

Examples

Basic version information:

$
agentuity version

0.0.139

Detailed version information:

$
agentuity version --long

Version: 0.0.139 Commit: 1633cea4fa7c0841605f3d4d501425e4068fae79 Date: 2025-05-24T03:41:26Z

check

Checks if you're using the latest version of the Agentuity CLI.

Usage

$
agentuity version check

Flags:

  • -h, --help - help for check
  • --upgrade - Upgrade to the latest version if possible

Examples

Check if you're using the latest version:

$
agentuity version check

✓ You are using the latest version (0.0.139) of the Agentuity CLI.

Check and upgrade to the latest version:

$
agentuity version check --upgrade

✓ A new version (0.0.139) of the Agentuity CLI is available. Upgrading... ✓ Successfully upgraded to version 0.0.139.

upgrade

Upgrades the Agentuity CLI to the latest version. This command is also available as agentuity upgrade.

Usage

$
agentuity version upgrade

Aliases: upgrade, update

Flags:

  • --force - Force upgrade even if already on the latest version
  • -h, --help - help for upgrade

Examples

Upgrade to the latest version:

$
agentuity version upgrade

✓ Checking for updates... ✓ A new version (0.0.139) is available. Upgrading... ✓ Creating backup of current binary... ✓ Successfully upgraded to version 0.0.139.

Force upgrade:

$
agentuity version upgrade --force

✓ Creating backup of current binary... ✓ Successfully upgraded to version 0.0.139.

On MacOS, if the CLI was installed using Homebrew, it will use Homebrew to perform the upgrade.

Need Help?

Join our DiscordCommunity for assistance or just to hang with other humans building agents.

Send us an email at hi@agentuity.com if you'd like to get in touch.

Please Follow us on

If you haven't already, please Signup for your free account now and start building your first agent!

On this page