arkynChangelogGuides
docs / commands / version

arkyn --version

Added in v3.0.12. Prints the installed @arkyn/cli version and exits. Also available as arkyn -v.

Usage

bash

npx @arkyn/cli --version
# or
npx @arkyn/cli -v

bash

$ npx @arkyn/cli --version
3.0.12

Notes

  • The version is read from @arkyn/cli's own package.json, it always reflects the exact version installed (or fetched by npx/bunx), never a hardcoded string.
  • Unlike an unknown command, --version/-v does not set a non-zero exit code.
Related in Commands
On this page
    arkyn