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 all projects belonging to an account #547

Closed
brokad opened this issue Dec 21, 2022 · 1 comment · Fixed by #553
Closed

List all projects belonging to an account #547

brokad opened this issue Dec 21, 2022 · 1 comment · Fixed by #553
Assignees
Labels
Contribution Wanted The community is welcome to collaborate on this issue Good First Issue Good for newcomers

Comments

@brokad
Copy link
Collaborator

brokad commented Dec 21, 2022

Currently there is no way to list all projects that belong to a single account. We'd like a subcommand of cargo shuttle project like cargo shuttle project list that prints out all the projects that belong to the calling account.

This will require extending the /projects API endpoint with a GET that returns an array of project::Response for all the projects that belong to this account. Then, a client-side change will be required to add the list subcommand that consumes that new endpoint via the client and prints out the result in a nicely formatted way (maybe the same tabular format we use for deployment list?).

@brokad brokad added Good First Issue Good for newcomers Contribution Wanted The community is welcome to collaborate on this issue labels Dec 21, 2022
@brokad brokad self-assigned this Dec 21, 2022
@emmakuen
Copy link
Contributor

@brokad, I'll work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contribution Wanted The community is welcome to collaborate on this issue Good First Issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants