@demandintel/cli
v0.1.1
Published
DemandIntel command-line interface — query calls, moments, and coaching from the terminal.
Maintainers
Readme
@demandintel/cli
DemandIntel command-line interface — query calls, moments, and coaching from the terminal.
Status: early access (v0.1.x). Wraps the public REST API at
https://api.demandintel.io. Three command groups (calls,moments,coach) ship today; QA, competency and reports commands are planned for the next release.
Install
npm install -g @demandintel/cli
# or run ad-hoc
npx @demandintel/cli --helpAuthentication
The CLI reads credentials from environment variables:
| Variable | Purpose |
| --------------- | ------------------------------------------ |
| DI_API_TOKEN | OAuth 2.1 access token or API key. |
| DI_API_URL | API base URL (defaults to api.demandintel.io once live). |
Commands
di --version— print the CLI version.di --help— print usage.di calls list— list recent calls (preview stub).di moments search— search call moments (preview stub).di coach add— create a coaching note (preview stub).
Workspace note
This package is not yet wired into the root package.json workspaces. Run
commands from packages/cli/ directly. It will be added to the workspace in a
later PR.
Docs
Full documentation: https://app.demandintel.io (public docs link TBD).
