npm.io
0.1.2 • Published 2d agoCLI

authometry

Licence
AGPL-3.0-only
Version
0.1.2
Deps
0
Size
954 kB
Vulns
0
Weekly
0
Stars
1

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.