T
Tuist CLI
Details
- Command
-
tuist - Docs
- https://tuist.dev/en/docs/cli
Authentication
OAuth 2.0 oauth2 discovered
$ tuist auth login Acquired by the CLI — running tuist auth login opens the auth flow and stores the credential.
env TUIST_TOKEN Create an account token with the Tuist CLI after logging in as a user: run tuist account tokens create <account-handle> --scopes ... --name ... as documented in Authentication. Optionally restrict it to projects with --projects and set expiry with --expires. In CI, provide the token via TUIST_TOKEN.
CI OIDC login exchanged for a Tuist access token two_step discovered
$ tuist auth login Acquired by the CLI — running tuist auth login opens the auth flow and stores the credential.