nab
v0.4.2
Published
Nab CLI
Readme
nab
Command-line interface for Nab.
Install
npm i -g nabAuthentication
Log in to your Nab server:
nab login --url https://your-server.comThis opens a device authorization flow in your browser. Once approved, credentials are saved to ~/.nab/config.json.
nab whoami
nab logoutWorker
Start a worker that polls for tasks and executes them:
nab run
nab run --interval 5 --concurrency 2The CLI surface is intentionally small for now:
nab runnab loginnab logoutnab whoaminab update
