FabricFabricAirlift
Automation (CLI)

Catalog commands

Inspect the exact governed action and validation-profile contracts in the installed Airlift generation.

Catalog commands

The CLI exposes two different catalogs:

  • fa sources describes source-system migration routes and common workload areas;
  • fa profiles describes object-type evidence requirements used to mint a certificate.

Do not substitute one for the other. A source profile helps construct the project; a validation profile is enforced by certificate policy.

Actions

fa actions
fa actions --json

The command reads the installed action definitions and prints action ID, version, required permissions, policies, and emitted events. Use it to detect documentation or deployment drift; it does not invoke an action.

Validation profiles

fa profiles
fa profiles --json

The command prints built-in profile ID/version, object type, canonical SHA-256 digest, and required readiness tracks. The digest is computed from canonical JSON using the same function as certificate minting.

Catalog JSON is deterministic and suitable for release manifests or policy review.

See source planning commands for the source catalog.

On this page