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

load config from stdin #1839

Merged
merged 18 commits into from
Aug 14, 2023
Merged

load config from stdin #1839

merged 18 commits into from
Aug 14, 2023

Conversation

aaryaattrey
Copy link
Contributor

Merges yaml config content from stdin with default config path

Usage:

  1. cargo build --bin dozer
  2. cat config.yaml | ./target/debug/dozer

@CLAassistant
Copy link

CLAassistant commented Aug 10, 2023

CLA assistant check
All committers have signed the CLA.

@aaryaattrey aaryaattrey marked this pull request as draft August 10, 2023 11:27
.gitignore Outdated Show resolved Hide resolved
dozer-cli/src/cli/helper.rs Outdated Show resolved Hide resolved
dozer-cli/src/cli/helper.rs Outdated Show resolved Hide resolved
@aaryaattrey aaryaattrey marked this pull request as ready for review August 11, 2023 21:37
dozer-cli/src/cli/helper.rs Outdated Show resolved Hide resolved
dozer-cli/src/cli/helper.rs Outdated Show resolved Hide resolved
dozer-cli/src/cli/helper.rs Outdated Show resolved Hide resolved
@chubei chubei added this pull request to the merge queue Aug 14, 2023
@chubei chubei linked an issue Aug 14, 2023 that may be closed by this pull request
Merged via the queue into getdozer:main with commit e39274e Aug 14, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import a YAML configuration from a URL as well as stdin
3 participants