Rockset CLI
The Rockset CLI can be used to interact with the Rockset database from the terminal. The rockset api
commands allows access to any of the Rockset API endpoints, including:
- Creating and managing Collections, Integrations, Aliases, Views, Workspaces, Query Lambdas, API keys, Roles, Users, and Virtual Instances
- Adding, Deleting, and Patching documents
- Executing Queries and Query Lambdas
The rockset local
commands can be used to develop queries locally before deploying to your production application.
For installation instructions and usage documentation, refer to the Official Rockset CLI Repository.
Updated 10 months ago