Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(standalone-runtime): allow passing Vars #176

Merged
merged 10 commits into from
Feb 7, 2024

Conversation

J-Loudet
Copy link
Contributor

@J-Loudet J-Loudet commented Feb 7, 2024

With this change it will now be possible to pass and overwrite the vars
section of a data flow through command line options. For instance:

zenoh-flow-standalone-runtime --vars BUILD=release \
./examples/flow/getting-started.yaml

This will allow reusing this logic in all Zenoh-Flow executable.

Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
This will allow reusing this logic in all Zenoh-Flow executable.

Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
…acto/parse-vars-cli

# Conflicts:
#	zenoh-flow-commons/src/lib.rs
#	zfctl/src/instance_command.rs
With this change it will now be possible to pass and overwrite the `vars`
section of a data flow through command line options. For instance:

```sh
zenoh-flow-standalone-runtime --vars BUILD=release \
./examples/flow/getting-started.yaml
```

Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
@J-Loudet J-Loudet merged commit 276e45d into main Feb 7, 2024
9 checks passed
@J-Loudet J-Loudet deleted the feat/standalone-runtime-vars branch February 7, 2024 16:54
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