Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
Cloud Contents
urlprojectIdoptionscloud(projectId:url:options:)public struct Cloud: Codable, Equatable, SendableA cloud configuration, used for remote caching.
url public var url: StringThe base URL that points to the Cloud server.
projectId public var projectId: StringThe 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] = []) -> CloudReturns a generic cloud configuration.
| Name | Description |
|---|---|
| projectId | Project unique identifier. |
| url | Base URL to the Cloud server. |
| options | Cloud options. |