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