Skip to content

feat(simply-flow): rename flow delete's --file flag to --manifest - #135

Merged
ClayChipps merged 1 commit into
mainfrom
feat/flow-delete-manifest-flag
Aug 28, 2026
Merged

feat(simply-flow): rename flow delete's --file flag to --manifest#135
ClayChipps merged 1 commit into
mainfrom
feat/flow-delete-manifest-flag

Conversation

@ClayChipps

Copy link
Copy Markdown
Contributor

Summary

  • sf simply flow delete's file-input flag is renamed from --file/-f to --manifest/-x, matching the flag name/short char the Salesforce CLI itself uses for the same kind of destructiveChanges.xml/package.xml file (e.g. sf project deploy start --manifest).
  • Updates the command, its messages/*.md, tests, generated READMEs/command-snapshot.json, and the docs site per CONTRIBUTING.md's checklist.
  • Fixes packages/simply/README.md, which had accumulated stale duplicate command-reference blocks from a prior incomplete oclif readme regen (surfaced while regenerating it here for this change).

Test plan

  • vitest run in packages/simply-flow — all tests pass, updated to use --manifest
  • pnpm run build at the root — command-snapshot.json regenerated for simply-flow and the bundled simply orchestrator
  • pnpm run readme in packages/simply-flow and packages/simply
  • pnpm --filter site run sync + prettier --write for the docs site
  • pnpm run build && pnpm test (full monorepo pre-push hook)

🤖 Generated with Claude Code

Matches the --manifest/-x flag name the Salesforce CLI itself uses for
the same kind of destructiveChanges.xml/package.xml file (e.g.
sf project deploy start --manifest) instead of the generic --file
this command shipped with. Also fixes packages/simply/README.md's
stale duplicate command-reference blocks left over from a prior
incomplete `oclif readme` regen, surfaced while regenerating it here.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ClayChipps
ClayChipps merged commit ce06af2 into main Aug 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant