CLI

tigby login

Sign this machine in and store an Admin Key

Opens a login in the console: the terminal prints a short code, you confirm it in a signed-in browser, and Tigby mints a named Admin Key for this machine. The key is written to the profile in the config file and can be revoked in the console at any time. A key the profile already held is kept, not revoked; tigby key rotate is the command that replaces one.

tigby login

Sign this machine in and store an Admin Key.

Opens a login in the console: the terminal prints a short code, you confirm it in a signed-in browser, and Tigby mints a named Admin Key for this machine. The key is written to the profile in the config file and can be revoked in the console at any time. A key the profile already held is kept, not revoked; tigby key rotate is the command that replaces one.

tigby login [options]
OptionWhat it does
--name <name>The name the minted key carries in the console.
--no-browserDo not open a browser; print the URL instead.
tigby login
tigby login --profile staging --api-url https://api.staging.tigby.eu

On this page