Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

ENUM

Cloud.Option

Contents

swift
public enum Option: String, Codable, Equatable, Sendable

Options for cloud configuration.

Cases

optional

swift
case optional

Marks whether the Tuist server authentication is optional. If present, the interaction with the Tuist server will be skipped (instead of failing) if a user is not authenticated.

Released under the MIT License.