forked from docs/doc-exports
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com> Co-authored-by: weihongmin1 <weihongmin1@huawei.com> Co-committed-by: weihongmin1 <weihongmin1@huawei.com>
7.4 KiB
7.4 KiB
Viewing Command Help Information
Function
You can use this command to view the commands supported by obsutil or view the help information of a specific command.
Command Line Structure
- Windows
obsutil help [command]
- macOS or Linux
./obsutil help [command]
Examples
- In Windows, run obsutil help mb to view the help information for the command that creates a bucket.
obsutil help mb Summary: create a bucket with the specified parameters Syntax: obsutil mb obs://bucket [-acl=xxx] [-location=xxx] [-fs] [-az=xxx] [-sc=xxx] [-config=xxx] [-i=xxx] [-k=xxx] [-t=xxx] [-e=xxx] Options: -fs create a bucket that supports POSIX -az=xxx the AZ of the bucket, possible values are [multi-az] -sc=xxx the default storage class of the bucket, possible values are [standard|warm|cold|deep-archive] -acl=xxx the ACL of the bucket, possible values are [private|public-read|public-read-write] -location=xxx the region where the bucket is located -epid=xxx the enterprise project id of the bucket -kms=xxx the encryption id of the bucket -config=xxx the path to the custom config file when running this command -e=xxx endpoint -i=xxx access key ID -k=xxx security key ID -t=xxx security token Summary: create a bucket with the specified parameters Syntax: obsutil mb obs://bucket [-fs] [-acl=xxx] [-sc=xxx] [-location=xxx] [-config=xxx] Options: -fs create a bucket that supports POSIX -acl=xxx the ACL of the bucket, possible values are [private|public-read|public-read-write] -sc=xxx the default storage class of the bucket, possible values are: [standard|warm|cold] -location=xxx the region where the bucket is located -config=xxx the path to the custom config file when running this command
Parameter Description
Parent topic: Auxiliary Commands