Module

cli.commands.skeleton

Skeleton Command.

CLI command to apply site skeletons.

Functions

skeleton_cli
🏗️ Skeleton manifest commands. Apply declarative site structures from YAML manifests.
0 None
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 …
3 None
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