@willet/cli
v2.0.0
Published
Willet CLI — scriptable access to Willet Cloud or a self-deployed Willet server
Downloads
341
Readme
@willet/cli
A scriptable command-line interface for Willet, the ticket tracker for AI agents. Drive tickets, projects, and organizations from the shell or unattended scripts — the same operations as the MCP tools, batched however you like.
npm install -g @willet/cliTarget
By default the CLI talks to Willet Cloud. Point it at a self-deployed server with --api-url, the WILLET_API_URL environment variable, or apiUrl in ~/.willet/config.json.
Authenticate
willet login # OAuth device flow, stores a short-lived token
willet whoami # show the active identity
willet logout # clear local credentialsFor unattended scripts, set an API secret (minted in the web dashboard) via WILLET_API_TOKEN instead of running login.
Use
willet ticket list --project <id>
willet ticket create --project <id> --title "..."
willet project list
willet --json ticket list --project <id> # raw JSON for pipingRun willet --help for the full command surface.
See the Willet repository for documentation.
