Command Line Interface
Manages Tigris project and collections, read and write data, perform transactions and setup Tigris locally, all from the command line.
Tigris Installation
Here is instructions how to install the tigris
utility.
Usage
Usage: tigris [command]
Available commands
- tigris alter - Alters collection
- tigris backup - Dumps documents and schemas to JSON files
- tigris branch - Working with Tigris branches
- tigris completion - Generates completion script for shell
- tigris config - Configuration commands
- tigris create - Creates project, collection, namespace or app_key
- tigris db - Database related commands
- tigris delete - Deletes document(s)
- tigris delete-project - Deletes project
- tigris describe - Describes database or collection
- tigris dev - Starts and stops local development Tigris server
- tigris docs - Generates CLI documentation in Markdown format
- tigris drop - Drops collection or application
- tigris generate - Generating helper assets such as sample schema
- tigris import - Import documents into collection
- tigris insert - Inserts document(s)
- tigris invitation - Invitation management commands
- tigris list - Lists projects, collections or namespaces
- tigris login - Authenticate on the Tigris instance
- tigris logout - Logout from Tigris instance
- tigris ping - Checks connection to Tigris
- tigris quota - Quota related commands
- tigris read - Reads and outputs documents
- tigris replace - Inserts or replaces document(s)
- tigris restore - restores documents and schemas from JSON files
- tigris scaffold - Scaffold new application for project
- tigris search - Search related commands
- tigris server - Tigris server related commands
- tigris transact - Executes a set of operations in a transaction
- tigris update - Updates document(s)
- tigris version - Shows tigris cli version