dashform-cli
v0.1.0
Published
Dashform CLI (TypeScript) scaffold for API-key authenticated access to Dashform APIs.
Readme
dashform-cli
Dashform CLI (TypeScript) scaffold for API-key authenticated access to Dashform APIs.
Commands
dashform auth login --api-key <key>dashform auth whoamidashform auth logoutdashform forms listdashform forms get <id>dashform forms create --name <name> [--description <description>] [--type structured|dynamic] [--tone <tone>]dashform forms update <id> [--name <name>] [--description <description>] [--type structured|dynamic] [--tone <tone>] [--clear-tone]dashform forms delete <id> --yes
Development
pnpm install
pnpm check-types
pnpm dev -- --help