Instance Propertyswift-cloud 0.31.0CloudCore
version
PulumiClient.swift:16let version: String
let version: String
import CloudCore
struct Client
enum Pulumi
@frozen struct String
A Unicode string value that is a collection of characters.
init(context: Context, version: String = PulumiClientVersion, passphrase: String = "passphrase")
let context: Context
var isSetup: Bool { get }
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