configure
sifflet configure
Description
Configure sifflet credentials to communicate with the application.
For more details, please refer to the Sifflet CLI - Command Line Interface
$ sifflet configure --tenant <tenant_name>
Your Access Token [*********]: bar
Or configuring by backend URL (required for self-hosted deployments):
$ sifflet configure --backend-url <backend_url>
Your Access Token [*********]: bar
Options
--tenant
(string)
For SaaS version, name of your tenant. Sifflet UI URL is https://<tenant_name>.siffletdata.com. Sifflet Backend URL is https://<tenant_name>api.siffletdata.com. For instance, if you access to Sifflet UI with https://mycompany.siffletdata.com, then your tenant would be
mycompany
--backend-url
(string)
For self-hosted deployment, full URL to the Sifflet backend on your deployment including for instance:
https://sifflet-backend.mycompany.com
Updated 12 months ago