File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_storage_folders_create.1
.TH "GCLOUD_ALPHA_STORAGE_FOLDERS_CREATE" 1
.SH "NAME"
.HP
gcloud alpha storage folders create \- create folders for hierarchical namespace bucket
.SH "SYNOPSIS"
.HP
\f5gcloud alpha storage folders create\fR \fIURL\fR [\fIURL\fR\ ...] [\fB\-\-additional\-headers\fR=\fIHEADER\fR=\fIVALUE\fR] [\fB\-\-recursive\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Create folders.
.SH "EXAMPLES"
The following command creates a folder called \f5folder/\fR in a bucket named
\f5my\-bucket\fR:
.RS 2m
$ gcloud alpha storage folders create gs://my\-bucket/folder/
.RE
The following command creates all folders in the path \f5A/B/C/D\fR in a bucket
named \f5my\-bucket\fR:
.RS 2m
$ gcloud alpha storage folders create \e
\-\-recursive gs://my\-bucket/folder/A/B/C/D
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIURL\fR [\fIURL\fR ...]
The URLs of the folders to create.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-additional\-headers\fR=\fIHEADER\fR=\fIVALUE\fR
Includes arbitrary headers in storage API calls. Accepts a comma separated list
of key=value pairs, e.g. \f5header1=value1,header2=value2\fR. Overrides the
default \fBstorage/additional_headers\fR property value for this command
invocation.
.TP 2m
\fB\-\-recursive\fR
Recursively create all folders in a given path if they do not alraedy exist.
.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.
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. This variant is also available:
.RS 2m
$ gcloud storage folders create
.RE