Norbix CLI
Manage your Norbix projects from the terminal with the Norbix CLI.
Install
npm install -g @norbix.ai/cli
# or run without installing:
npx @norbix.ai/cli --helpQuick start
# 1. Log in (stores a token in your user config folder)
norbix login
# or with an API key:
norbix login --api-key nbk_4kX9mQvR2tYw7ZbC1dFgHj --project pr_7pW2sKvB9qLm3XcT1yRfGh
# 2. Check everything is wired up
norbix whoami
# 3. Use it
norbix db find orders --filter '{"status":"paid"}' --page-size 20
norbix logs list --level Error
norbix scheduler listAuthentication: profiles and sessions
Commands
Command
What it does
Plain-word access to every endpoint
Last updated