Google Resource Manager
Google Cloud Platform Resource Manager.
IT Services · Google Resource Manager
Configuration parameters
project_id— Project ID (required)private_key_id— Private Key IDprivate_key_id_creds—private_key— Private Keyprivate_key_creds—client_email— Client Emailclient_id— Client IDclient_email_creds— Client Emailclient_x509_cert_url— Client X509 Cert URL (required)proxy— Use system proxy settingsinsecure— Trust any certificate (not secure)
Commands (8)
-
grm-create-projectRequest that new Project resource be created with the user-specified values passed as command arguments.
-
grm-delete-projectMarks the Project identified by the specified project_id to be deleted, e.g., my-project-123.
-
grm-get-organizationFetches an Organization resource identified by the specified resource name.
-
grm-get-projectRetrieves the Project by the specified project_id, e.g., my-project-123.
-
grm-list-projectsLists projects that are visible to the user and satisfies the specified filter. Projects are returned in an unspecified order.
-
grm-search-organizationsSearches Organization resources that are visible to the user and satisfies the specified filter. Organizations are returned in an unspecified order. New Organizations do not necessarily appear at the end of the results.
-
grm-undelete-projectRestores the Project identified by the specified project_id, e.g., my-project-123.
-
grm-update-projectUpdates the attributes of the Project identified by the specified project_id. Currently the only fields that can be updated are the project name and labels.