Skip to content

feat(cli): add dora system start and dora system stop commands#1350

Open
swar09 wants to merge 3 commits intodora-rs:mainfrom
swar09:fix-1206-1207
Open

feat(cli): add dora system start and dora system stop commands#1350
swar09 wants to merge 3 commits intodora-rs:mainfrom
swar09:fix-1206-1207

Conversation

@swar09
Copy link
Contributor

@swar09 swar09 commented Feb 15, 2026

Closes #1206, closes #1207
This PR adds dora system start and dora system stop commands to replace dora up and dora destroy.
The logic has been moved into the system subcommand group, which already has dora system status.

  • dora system start does the same thing as dora up
  • dora system stop stops any running dataflows (asks for confirmation) we can use --force or -f to skip the confirmation
  • dora up & dora destroy (kept as an alias)

@phil-opp
Copy link
Collaborator

Thanks for the PR!

@ZhangHanDong Is this what you had in mind when opening #1206 and #1207?

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.

Implement dora system stop Command [Draft] Implement dora system start Command

2 participants