@delvry/cli
v1.1.0
Published
CLI for Delvry — agent-friendly Q&A surveys. `delvry signup`, `delvry surveys list`, watch responses, manage API keys.
Readme
@delvry/cli
CLI for Delvry — agent-friendly Q&A surveys.
Install
npm i -g @delvry/cliBootstrap
delvry signupInteractive prompts collect email, account name, and an optional password.
The returned API key is saved to ~/.delvry/config.json (chmod 0600).
For non-interactive use:
delvry signup --email [email protected] --account-name "My project" --yesCommon commands
delvry surveys list # list all surveys
delvry create --file retro.json # create a survey from JSON
delvry create --ask "What changed?" # quick one-question survey
delvry responses list <survey_id> # list responses
delvry keys list # list API keysRun delvry --help for the full command tree.
Configuration
| Env var | Purpose |
|---|---|
| DELVRY_API_KEY | Override the saved key for one invocation |
| DELVRY_ENDPOINT | Use a self-hosted Delvry instance |
Docs
- https://delvry.ai
- https://delvry.ai/llms.txt
