Align onboarding HELP text and CLI reference with current fn onboarding behavior. - Document onboarding auto-launch conditions around missing central DB and interactive command flow. - Add and clarify onboarding escape hatches: --skip-onboarding and FUSION_SKIP_ONBOARDING. - Add an onboard docs parity test to keep HELP and docs aligned for key onboarding terms. - Add a patch changeset for @runfusion/fusion describing the documentation/help update. Files changed: .changeset/fn-5813-onboard-docs.md | 5 ++++ docs/cli-reference.md | 21 +++++++++----- packages/cli/src/bin.ts | 4 ++- packages/cli/src/commands/__tests__/onboard-docs.test.ts | 33 ++++++++++++++++++++++ 4 files changed, 55 insertions(+), 8 deletions(-) Fusion-Task-Id: FN-5813 Fusion-Task-Lineage: 14a74ad9-5f09-471a-878d-aa120a28ef41
256 B
256 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Update fn onboard CLI HELP text and CLI reference docs to match shipped onboarding behavior, including auto-launch conditions, skip paths, and onboarding escape hatches (--skip-onboarding, FUSION_SKIP_ONBOARDING).