Authometry CLI
Configuration-as-code CLI for Authometry.
Run
npx authometry --help
Or install it globally:
npm install --global authometry
authometry --help
Other JavaScript package managers work too:
pnpm dlx authometry --help
yarn dlx authometry --help
bunx authometry --help
Set the Authometry server, personal access token, and target environment before running remote commands:
export AUTHOMETRY_SERVER=https://auth.example.com
export AUTHOMETRY_TOKEN=amt_your_token
export AUTHOMETRY_ENVIRONMENT=production
See the configuration documentation for manifests, commands, and CI examples.