File: //snap/google-cloud-cli/current/help/man/man1/gcloud_asset_analyze-move.1
.TH "GCLOUD_ASSET_ANALYZE\-MOVE" 1
.SH "NAME"
.HP
gcloud asset analyze\-move \- analyzes resource move
.SH "SYNOPSIS"
.HP
\f5gcloud asset analyze\-move\fR \fB\-\-project\fR=\fIPROJECT_ID\fR (\fB\-\-destination\-folder\fR=\fIFOLDER_ID\fR\ |\ \fB\-\-destination\-organization\fR=\fIORGANIZATION_ID\fR) [\fB\-\-blockers\-only\fR=\fIBLOCKERS_ONLY\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Analyze resource migration from its current resource hierarchy.
.SH "EXAMPLES"
To analyze the impacts of moving a project to a different organization, run:
.RS 2m
$ gcloud asset analyze\-move \-\-project=YOUR_PROJECT_ID \e
\-\-destination\-organization=ORGANIZATION_ID
.RE
To analyze the impacts of moving a project to a different folder, run:
.RS 2m
$ gcloud asset analyze\-move \-\-project=YOUR_PROJECT_ID \e
\-\-destination\-folder=FOLDER_ID
.RE
To analyze only the blockers of moving a project to a different folder, run:
.RS 2m
$ gcloud asset analyze\-move \-\-project=YOUR_PROJECT_ID \e
\-\-destination\-folder=FOLDER_ID \-\-blockers\-only=true
.RE
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-project\fR=\fIPROJECT_ID\fR
The project ID or number to perform the analysis.
.TP 2m
Exactly one of these must be specified:
.RS 2m
.TP 2m
\fB\-\-destination\-folder\fR=\fIFOLDER_ID\fR
The destination folder ID to perform the analysis.
.TP 2m
\fB\-\-destination\-organization\fR=\fIORGANIZATION_ID\fR
The destination organization ID to perform the analysis.
.RE
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-blockers\-only\fR=\fIBLOCKERS_ONLY\fR
Determines whether to perform analysis against blockers only. Leaving it empty
means the full analysis will be performed including warnings and blockers for
the specified resource move.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.