Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
STRUCT
Cloud
Contents
url
projectId
options
cloud(projectId:url:options:)
public struct Cloud: Codable, Equatable, Sendable
A cloud configuration, used for remote caching.
url
public var url: String
The base URL that points to the Cloud server.
projectId
public var projectId: String
The project unique identifier.
options
public var options: [Option]
The configuration options.
cloud(projectId:url:options:)
public static func cloud(projectId: String, url: String = "https://tuist.dev", options: [Option] = []) -> Cloud
Returns a generic cloud configuration.
Name | Description |
---|---|
projectId | Project unique identifier. |
url | Base URL to the Cloud server. |
options | Cloud options. |