Skip to content

tuist organization update sso

Update the SSO provider for your organization.

Arguments

organization-name

Environment variable TUIST_ORGANIZATION_UPDATE_SSO_ORGANIZATION_NAME

The name of the organization for which you want to update the SSO provider for.

bash
tuist organization update sso [organization-name]

provider

Environment variable TUIST_ORGANIZATION_UPDATE_SSO_PROVIDER

The SSO provider to use.

bash
tuist organization update sso --provider [provider]

organization-id

Environment variable TUIST_ORGANIZATION_UPDATE_SSO_ORGANIZATION_ID

Organization ID for your SSO provider. For Google, this is your Google domain (for example, if your email is [email protected], the domain would be tuist.io)

bash
tuist organization update sso --organization-id [organization-id]
tuist organization update sso -o [organization-id]

path Optional

Environment variable TUIST_ORGANIZATION_UPDATE_SSO_PATH

The path to the directory or a subdirectory of the project.

bash
tuist organization update sso --path [path]
tuist organization update sso -p [path]

help Optional

Show help information.

bash
tuist organization update sso -h
tuist organization update sso --help

Released under the MIT License.