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

List datasets with CLI #2

Closed
eponvert opened this issue Aug 17, 2015 · 0 comments
Closed

List datasets with CLI #2

eponvert opened this issue Aug 17, 2015 · 0 comments
Assignees
Milestone

Comments

@eponvert
Copy link
Contributor

Requirements

List datasets associated with an organization, user's default organization if none specified explicitly. Provide output in readable tabular format. Provide very high-level details for each dataset. CLI output must fit in 80 char width.

Wireframes

By default list datasets in user's default organization:

$ levar-cli datasets
Datasets for my-org
Dataset                    | Updated    | Type       |    Items
---------------------------|------------|------------|----------
dataset-01                 | 2015-10-10 | classify   |   100200
dataset-02                 | 2015-10-20 | regression |  1002020

Optionally specify organization:

$ levar-cli datasets my-other-org
Datasets for my-other-org
Dataset                    | Updated    | Type       |    Items
---------------------------|------------|------------|----------
dataset-01                 | 2015-10-10 | classify   |   100200
dataset-02                 | 2015-10-20 | regression |  1002020
@eponvert eponvert modified the milestone: v0.1 Sep 2, 2015
@eponvert eponvert self-assigned this Sep 2, 2015
eponvert added a commit that referenced this issue Sep 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant