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
axiom dataset create expects the name for the dataset to create as a flag (--name).
axiom dataset delete expects the name for the dataset to delete as a parameter.
Without prior knowledge of the axiom dataset create command I assumed it would take the dataset name as a parameter just like the other dataset commands.
The text was updated successfully, but these errors were encountered:
Command needs only one user input to run -> use a parameter/argument
Command needs more than one user input to run -> use flags
Additionally, you will be prompted for input when running interactively. This has the downside that axiom dataset create -n=test will result in a prompt asking for the description when no -d/--description flag was provided.
Unfortunately this has caused some minor confusion in the past.
Do you mind leaving your personal opinion down below? We're still in the process of evaluation some options (multi-param support?), this might be a good place to collect some first user input on this matter.
axiom dataset create
expects the name for the dataset to create as a flag (--name
).axiom dataset delete
expects the name for the dataset to delete as a parameter.Without prior knowledge of the
axiom dataset create
command I assumed it would take the dataset name as a parameter just like the other dataset commands.The text was updated successfully, but these errors were encountered: