authometry
v0.1.2
Published
Configuration-as-code CLI for Authometry.
Downloads
29
Readme
Authometry CLI
Configuration-as-code CLI for Authometry.
Run
npx authometry --helpOr install it globally:
npm install --global authometry
authometry --helpOther JavaScript package managers work too:
pnpm dlx authometry --help
yarn dlx authometry --help
bunx authometry --helpSet 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=productionSee the configuration documentation for manifests, commands, and CI examples.
