-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge standalone binaries inside CLI (#259)
feat(zfctl): merge standalon-binaries inside `zfctl` CLI This PR introduces improvements to the zfctl CLI for better usability. The `zenoh-flow-standalone-daemon` crate has been removed and replaced by the CLI command: `zfctl daemon start <NAME | CONFIGURATION>` The `zenoh-flow-standalone-runtime` crate has been removed and replaced by the CLI command: `zfctl run-local <dataflow.yml> <optional configuration>`
- Loading branch information
Showing
10 changed files
with
213 additions
and
299 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.