You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not friendly for large number of parameters to be given in the form [--parameter1 value1 --parameter2 value2 ...]. Can we support parsing parameters for product subcommands from a JSON file?
It's not friendly for large number of parameters to be given in the form
[--parameter1 value1 --parameter2 value2 ...]
. Can we support parsing parameters for product subcommands from a JSON file?For example:
and the JSON file looks like:
Also, the command line parameters still take effect. The later same parameters override what appear before.
The text was updated successfully, but these errors were encountered: