CLI

Version Command

Command for checking the version of the Agentuity CLI

The version command allows you to check the version of the Agentuity CLI that you have installed.

version

Displays the version of the Agentuity CLI.

Aliases

agentuity -v, agentuity --version (shortcuts for agentuity version)

Usage

agentuity version [flags]

Flags

FlagDescription
--longDisplay detailed version information including commit hash and build date

Examples

Basic version information:

$ agentuity version
1.0.0

Detailed version information:

$ agentuity version --long
Version: 1.0.0
Commit: abc123
Date: 2025-02-27

On this page