Skip to content

CLI — version

Terminal window
aynig version

aynig version prints the currently installed AYNIG version string.

Behavior

  • Prints a single version value to stdout.
  • Does not inspect the repository or modify any files.
  • The CLI also accepts aynig -v and aynig --version.

Options

This command has no flags.

Examples

Print the installed version:

Terminal window
aynig version

Use the short alias:

Terminal window
aynig -v

Use the long alias:

Terminal window
aynig --version