| name | cli-usage |
| description | CLI tool (csdk) for the usage API — provides CRUD commands for 18 tables and 5 custom operations |
cli-usage
CLI tool (csdk) for the usage API — provides CRUD commands for 18 tables and 5 custom operations
Usage
csdk context create <name> --endpoint <url>
csdk context use <name>
csdk auth set-token <token>
csdk config set <key> <value>
csdk config get <key>
csdk app-limit-cap list
csdk app-limit-cap get --id <value>
csdk app-limit-cap create --<field> <value>
csdk --no-tty app-limit-cap list
Examples
Set up and query
csdk context create local --endpoint http://localhost:5000/graphql
csdk context use local
csdk auth set-token <token>
csdk app-limit-cap list
Non-interactive mode (for scripts and CI)
csdk --no-tty app-limit-cap create --<field> <value>
References
See the references/ directory for detailed per-entity API documentation: