tb token¶
Manage your workspace tokens. See Authentication.
Command | Description | Options |
---|---|---|
copy OPTIONS TOKEN_ID | Copies a token. | |
ls OPTIONS | Lists tokens. | --match TEXT : Retrieves any token matching the pattern. eg --match _test . |
refresh OPTIONS TOKEN_ID | Refreshes a token. | --yes : Doesn't ask for confirmation. |
rm OPTIONS TOKEN_ID | Removes a token. | --yes : Doesn't ask for confirmation. |
scopes OPTIONS TOKEN_ID | Lists token scopes. | |
create static OPTIONS TOKEN_NAME | Creates a static token that lasts forever. If a token with the same name already exists, it updates it. |
|
create jwt OPTIONS TOKEN_NAME | Creates a JWT token with a fixed expiration time. |
|