Developer Notes
To work with the auth-cli in a developer capacity, please fork the repo at https://github.com/ncats/auth-monorepo/tree/main/packages/auth-cli
Update Readme
The command documentation in this readme file is auto-generated. To update the readme:
Install: https://github.com/oclif/dev-cli
run: oclif-dev readme
Link OCLIF
Auth-cli is not a know command after cloning the repo. To issue commands, you would enter
./bin/run <command-name>
from the project folder
To avoid the need to type ./bin/run before a command, enter
npm link
from the project folder
After linking, you can instead enter
auth-cli <command-name>