-
Notifications
You must be signed in to change notification settings - Fork 41
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
Build if-csv
#891
Build if-csv
#891
Conversation
…s to common helpers file
|
||
if (!params) { | ||
throw new ParseCliParamsError(PARAMS_NOT_PRESENT); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redundant params check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this params
is the if-csv
specific flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check comments above
Types of changes
A description of the changes proposed in the Pull Request
if-csv
command line toolnpm run if-csv -- -m ./manifests/outputs/plugins/csv-lookup/cloud-metadata/success.yaml --params cpu-cores-utilized -o ./manifests/outputs/csv-lookup
npm run if-csv -- -m ./manifests/outputs/plugins/csv-lookup/cloud-metadata/success.yaml --params cpu-cores-utilized
npm run if-run -- -m ./manifests/examples/builtins/csv-lookup/cloud-metadata/success.yml | npm run if-csv -- --params cpu-cores-utilized