T
Tigris CLI
Details
- Command
-
tigris - Docs
- https://www.tigrisdata.com/docs/cli/
Authentication
OAuth 2.0 oauth2 discovered
$ tigris login oauth Acquired by the CLI — running tigris login oauth opens the auth flow and stores the credential.
$ tigris login credentials --access-key <your-key> --access-secret <your-secret> Sign in to the Tigris Console, create an access key, and copy the pair: an access key ID starting with tid_ and a secret access key starting with tsec_. Tigris docs say to create the key in the console and then use it with the S3 endpoint https://t3.storage.dev. You can also use the Tigris CLI after obtaining the pair to save it with tigris configure --access-key <your-key> --access-secret <your-secret>.