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

Add a validate verb #12

Open
charlesreid1 opened this issue May 11, 2018 · 0 comments
Open

Add a validate verb #12

charlesreid1 opened this issue May 11, 2018 · 0 comments
Labels
command-line improvements to the taco command line tool

Comments

@charlesreid1
Copy link
Member

charlesreid1 commented May 11, 2018

Add a validate verb that will allow users to validate their config/param files before running a workflow.

It would be nice if this were interactive, but that raises complicated questions.

Easier is, print a report of what values will be used, try and detect common issues. If the user sees a problem, they fix it.

  • Step through each outer key,
    • Step through each inner key,
      • Inform the user of the value that will be used in a single summary
      • Interactive would be nice, one param at a time would be nice, but how do we deal with incorrect values? stop in the middle? then you have to go through the entire thing again? :-/
@charlesreid1 charlesreid1 added bug Something isn't working command-line improvements to the taco command line tool and removed bug Something isn't working labels May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-line improvements to the taco command line tool
Projects
None yet
Development

No branches or pull requests

1 participant