Overview
Theaguara version command displays the current version of Aguara and checks for available updates from the GitHub repository.
Usage
Output
The command prints the version number and Git commit hash:Flags
Disable the automatic update check. Also respects the
AGUARA_NO_UPDATE_CHECK=1 environment variable.Version Information
The version and commit are embedded at build time using Go ldflags. When running from source without a release build, the version shows asdev:
Update Checking
By default,aguara version performs an asynchronous check against the GitHub releases API to determine if a newer version is available. This check:
- Runs in the background and doesn’t block command execution
- Only contacts GitHub (no telemetry or analytics)
- Can be disabled with
--no-update-checkorAGUARA_NO_UPDATE_CHECK=1 - Times out after a few seconds if the network is unavailable
aguara scan, unless disabled.
Examples
Check Version
Disable Update Check
Globally Disable Update Checks
Set the environment variable to disable update checks for all commands:Related Commands
aguara scan
Scan files for security issues
Installation
Install or update Aguara
