@namuh-eng/exponential-cli
v0.1.0
Published
Command-line interface for Exponential issue tracking.
Readme
@namuh-eng/exponential-cli
Command-line interface for Exponential.
Install
npm install -g @namuh-eng/exponential-cliConfigure
Use a personal access token from Exponential:
export EXPONENTIAL_TOKEN=pat_your_token
export EXPONENTIAL_API_URL=https://your-exponential.example.com/v1For local development or self-hosted Compose:
export EXPONENTIAL_API_URL=http://localhost:7016/v1You can also store local config:
exponential login --token pat_your_token --api-url http://localhost:7016/v1Usage
exponential --help
exponential doctor --json
exponential issue ls
exponential issue view EXP-1
exponential project lsLegacy plural commands keep JSON as their default output for automation. New
singular aliases use human-readable output only when stdout is a TTY. Use
--json to force JSON.
Full docs: https://github.com/namuh-eng/exponential/blob/main/docs/cli.md
