greentic-provision-0.4.3 is not a library.
greentic-provision
greentic-provision is a Rust workspace for running provider setup "wizards" contained in Greentic packs.
It focuses on a generic provisioning lifecycle (collect, validate, apply, summary) and supports dry-run
planning for deterministic reports.
Crates
greentic-provision-core: domain-agnostic engine, types, and pack discovery.greentic-provision(CLI): thin CLI for inspecting packs and running dry-runs.
CLI usage
# Inspect a pack manifest (JSON manifest, directory, or .gtpack archive)
# Dry-run a setup flow (answers.json is optional)
Notes
.gtpackarchives are supported via zip extraction.- Use
--executor noopto run without Wasm execution;--executor wasmruns the pack components.