List all projects belonging to an account #547
Labels
Contribution Wanted
The community is welcome to collaborate on this issue
Good First Issue
Good for newcomers
Currently there is no way to list all projects that belong to a single account. We'd like a subcommand of
cargo shuttle project
likecargo shuttle project list
that prints out all the projects that belong to the calling account.This will require extending the
/projects
API endpoint with aGET
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 thelist
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 fordeployment list
?).The text was updated successfully, but these errors were encountered: