Assigned
Status Update
Comments
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
Description
Customers with hundreds of projects would like to get a list of the recently active projects in folder/organization.
gcloud projects list <- gives you a list of the active projects, but it only gives you the ones that are not deleted/marked for deletion or the one that recently changed name of to a different folder.
With this they want to see the projects that are not being used so they can delete them. Some of those projects might have been created by automation tools and are not required.
Customer wants to list the projects that recently did some activity. Let's say:
* in the last 3 months they created GCE VM instances
* in the last month some users were added
* there are VM instances up and running
What you expected to happen:
Get a list of projects with activity. The command output should return a big amount of detail, just show something like
"project with recent activity in the last X days"
Steps to reproduce:
NA
Other information (workarounds you have tried, documentation consulted, etc):
NA