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

Alternative methods to specify input parameters for procs #75

Open
shishir127 opened this issue Feb 11, 2019 · 5 comments
Open

Alternative methods to specify input parameters for procs #75

shishir127 opened this issue Feb 11, 2019 · 5 comments

Comments

@shishir127
Copy link

When input parameters for a proc are large, it sometimes becomes difficult to verify the input params one last time before executing a proc. Does it make sense to add a feature to the CLI to read input params from a JSON file?

@olttwa
Copy link
Member

olttwa commented Mar 26, 2019

@shishir127 It makes sense to add this feature.
This has been requested previously by @jasoet too.

@olttwa
Copy link
Member

olttwa commented Mar 26, 2019

@asheet-bhaskar @RajatVaryani any takers for this?

@RajatVaryani
Copy link
Contributor

@olttwa Sounds interesting and required. Let's do this.

@olttwa
Copy link
Member

olttwa commented Mar 29, 2019

@RajatVaryani awesome. One thing though, let's keep the input file a yaml instead of json.

There won't be any nesting so there shouldn't be any confusion reading the file with all the indentations that come alongwith yaml files.

@shishir127 does that sound good?

@shishir127
Copy link
Author

we could make it simpler if required by reading from a .env file as well, but YAML works too

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

No branches or pull requests

3 participants