Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
gcp:cloudidentity [2020-04-04] dcaigcp:cloudidentity [2020-04-19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== move project to organization ======
 +
 +=== set up IAM ===
 +1. organization account must have "Project Creator" role
 +2. source account must have "Project Mover" role
 +
 +=== command === 
 +<code>
 +gcloud alpha projects move [project_id] --organization [org id]
 +</code>