Instance Propertyheckj.formic 0.3.0Formic
name
The name of the package.
var name: String
The name of the package.
var name: String
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct DebianPackageDeclaration
The declaration for a Debian package resource.
struct Dpkg
A debian package resource.
@frozen struct String
A Unicode string value that is a collection of characters.
init(name: String, state: DesiredPackageState, retry: Backoff = .never, resolveTimeout: Duration = .seconds(60))
Creates a new declaration for a Debian package resource
var declaredState: DesiredPackageState
The desired state of the package.
var executionTimeout: Duration
var id: UUID
var ignoreFailure: Bool
var retry: Backoff
func run(host: RemoteHost, logger: Logger?) async throws -> CommandOutput
enum DesiredPackageState
The configurable state of a debian package.