-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
@shishir127 It makes sense to add this feature. |
@asheet-bhaskar @RajatVaryani any takers for this? |
@olttwa Sounds interesting and required. Let's do this. |
@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? |
we could make it simpler if required by reading from a .env file as well, but YAML works too |
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?
The text was updated successfully, but these errors were encountered: