mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
35 lines
632 B
Text
35 lines
632 B
Text
|
|
NAME
|
||
|
|
gcloud storage folders - manage Cloud Storage folders
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud storage folders COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manage Cloud Storage folders.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
Create folders for hierarchical namespace bucket.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete folders.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describe hierarchical namesapace bucket folders.
|
||
|
|
|
||
|
|
list
|
||
|
|
List folders.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud alpha storage folders
|
||
|
|
|