Prepare the repo and package
bash
tar -xzf codexflow-customer-package-<order-id>.tar.gz
PACKAGE_DIR="$PWD/codexflow-customer-package-<order-id>"
cd /path/to/your-project
git statusManual fallback
bash
codexflow license activate --activation-file "$PACKAGE_DIR/codexflow.activation.json"
MANIFEST_FILE="$(find "$PACKAGE_DIR" -maxdepth 1 -name '*.manifest.json' -print -quit)"
ARCHIVE_FILE="$PACKAGE_DIR/payload.tar.gz"
codexflow payload install \
--manifest "$MANIFEST_FILE" \
--archive "$ARCHIVE_FILE"
codexflow emit
codexflow doctor
codexflow payload listInstall with Codex
The customer package includes `INSTALL_WITH_CODEX.md`. Open Codex in your target repo, paste that prompt, and replace the package/project paths.
Verification
The CLI checks activation signature, payload manifest signature, tier, entitlement, and archive checksum before writing files.
Support
If install fails, send `codexflow doctor --json`, `codexflow license status --json`, and `codexflow payload list --json`.