Functions
skeleton_cli
🏗️ Skeleton manifest commands.
Apply declarative site structures from YAML manifests.
skeleton_cli
def skeleton_cli() -> None
🏗️ Skeleton manifest commands.
Apply declarative site structures from YAML manifests.
apply
🏗️ Apply a skeleton manifest to hydrate site structure.
The manifest is a YAML file defining the …
apply
def apply(manifest: str, dry_run: bool, force: bool) -> None
🏗️ Apply a skeleton manifest to hydrate site structure.
The manifest is a YAML file defining the component structure (Identity/Mode/Data).
Parameters 3
| Name | Type | Default | Description |
|---|---|---|---|
manifest |
str |
— | |
dry_run |
bool |
— | |
force |
bool |
— |