We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of sda-cli I want to have clear commands for each action so I'm less confused
We should probably not do the noun verb thing here because that would go against how all the other subcommands work.
The list --datasets subcommand should be split out into it's own command called list-datasets. list should always and only list files in a dataset.
list --datasets
list-datasets
list
Run the commands, 3 minute demo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user of sda-cli
I want to have clear commands for each action
so I'm less confused
Description
We should probably not do the noun verb thing here because that would go against how all the other subcommands work.
The
list --datasets
subcommand should be split out into it's own command calledlist-datasets
.list
should always and only list files in a dataset.A/C
Demo
Run the commands, 3 minute demo.
The text was updated successfully, but these errors were encountered: