Initializerswift-cloud 0.34.0CloudCore
init(context:version:passphrase:)
PulumiClient.swift:24init(context: String, version: String = PulumiClientVersion, passphrase: String = "passphrase")
init(context: String, version: String = PulumiClientVersion, passphrase: String = "passphrase")
s9CloudCore6PulumiO6ClientV7context7version10passphraseAESS_S2Stcfc
What are these?9H5DE
import CloudCore
struct Client
enum Pulumi
@frozen struct String
A Unicode string value that is a collection of characters.
let context: String
var isSetup: Bool { get }
let version: String
func configure(_ provider: Provider) async throws
func installPlugin(_ plugin: Pulumi.Plugin) async throws
func installPlugins(_ plugins: [Pulumi.Plugin]) async throws
@discardableResult func invoke(command: String, arguments: [String] = [], onEvent: ShellEventHandler? = nil) async throws -> String
func localProjectBackend() -> Pulumi.Project.Backend
func setup() async throws
func stack() async throws -> Pulumi.Stack
func stackOutputs() async throws -> [String : AnyCodable]
func upsertStack(stage: String) async throws
func writePulumiProject(_ project: Pulumi.Project) throws
enum SetupError