| name | cli-admin |
| description | CLI tool (csdk) for the admin API โ provides CRUD commands for 30 tables and 12 custom operations |
cli-admin
CLI tool (csdk) for the admin API โ provides CRUD commands for 30 tables and 12 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-admin-grant list
csdk app-admin-grant get --id <value>
csdk app-admin-grant create --<field> <value>
csdk --no-tty app-admin-grant 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-admin-grant list
Non-interactive mode (for scripts and CI)
csdk --no-tty app-admin-grant create --<field> <value>
References
See the references/ directory for detailed per-entity API documentation: