File: //snap/google-cloud-cli/current/help/man/man1/gcloud_artifacts_sbom_export.1
.TH "GCLOUD_ARTIFACTS_SBOM_EXPORT" 1
.SH "NAME"
.HP
gcloud artifacts sbom export \- export SBOM files to Google Cloud Storage
.SH "SYNOPSIS"
.HP
\f5gcloud artifacts sbom export\fR \fB\-\-uri\fR=\fIURI\fR [\fB\-\-location\fR=\fILOCATION\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Export SBOM files to Google Cloud Storage.
.SH "EXAMPLES"
To export an SBOM file for the Artifact Registry image with URI
"us\-west1\-docker.pkg.dev/my\-project/my\-repository/busy\-box@sha256:abcxyz":
.RS 2m
$ gcloud artifacts sbom export \e
\-\-uri=us\-west1\-docker.pkg.dev/my\-project/my\-repository/\e
busy\-box@sha256:abcxyz
.RE
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-uri\fR=\fIURI\fR
The URI of the Artifact Registry image the SBOM is exported for. A 'gcr.io'
image can also be used if redirection is enabled in Artifact Registry. Make sure
\'artifactregistry.projectsettings.get' permission is granted to the current
gcloud user to verify the redirection status.
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
If specified, all requests to Artifact Analysis for occurrences will go to
location specified
.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.