Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Sources/ProjectDescription/Cloud.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import Foundation
public struct Cloud: Codable, Equatable {
/// Options for cloud configuration.
public enum Option: String, Codable, Equatable {
/// Marks whether cloud connection is optional.
/// If not present, tuist commands will fail regardless of whether an authentication token is available locally from
/// `tuist cloud auth` or not.
/// Marks whether Tuist Cloud authentication is optional.
/// If present, the interaction with Tuist Cloud will be skipped (instead of failing) if a user is not authenticated.
case optional
}

Expand Down