Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 999 Bytes

File metadata and controls

55 lines (34 loc) · 999 Bytes

Content Forge --- CLI Reference

Commands are executed via:

python -m app.src.cli <command>


accept

Runs the full pipeline.

Example:

INGEST_SUBMISSION=user \
TARGET_PACK=soc-optimization-unified \
STAGING_PACK=soc-optimization-unified_ingest \
python -m app.src.cli accept

Flags:

  • --apply: perform real promotion into the repo
  • --force: override non-critical warnings (policy-dependent)

doctor

Runs analysis only.

python -m app.src.cli doctor

fix

Runs safe rewrite engine + validation.

python -m app.src.cli fix

promote

Generates diffs and (optionally) promotes into target pack.

python -m app.src.cli promote