← Back to CLIs
Melvynx

convexq-cli

Manage Convex Platform API via CLI - auth, teams, projects, deployments, tokens, raw. Use when user mentions 'Convex', 'team token', 'list Convex projects', 'create deployment', 'preview deploy key', 'custom domain', 'environment variables', or wants to orchestrate Convex teams, projects, and deployments from the terminal.

Install

$ npx api2cli install Melvynx/convexq-cli

Details

Skill type: Wrapper CLI
Auth type: bearer
Version: 0.1.0
Author: Melvynx
Views: 1

README

convexq-cli

CLI for Convex Platform API - teams, projects, deployments, tokens, domains, env vars, and raw management API access. Made with api2cli.dev.

Install

npx api2cli install convexq-cli

or directly from GitHub:

npx api2cli install Melvynx/convexq-cli

Authentication

convexq-cli auth set "your-token"
convexq-cli auth test --json

Token file: ~/.config/tokens/convexq-cli.txt.

Usage

convexq-cli --help
convexq-cli <resource> --help
convexq-cli <resource> <action> --help

Always use --json in agent/script workflows.

Resources

Run:

convexq-cli --help

to see the currently supported resources and commands.

Development

bun install
npx api2cli bundle convexq
npx api2cli link convexq
convexq-cli --help
Sponsors