添加部分aliyun操作

This commit is contained in:
屈轩
2018-11-08 15:37:30 +08:00
parent 9833767fb2
commit aab792ffa8
157 changed files with 3603 additions and 2848 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ type BaseOptions struct {
AppID string `help:"AppID" default:"$QCLOUD_APPID"`
SecretID string `help:"Secret" default:"$QCLOUD_SECRET_ID"`
SecretKey string `help:"Access key" default:"$QCLOUD_SECRET_KEY"`
RegionId string `help:"RegionId" default:"$QCLOUD_REGION_ID"`
RegionId string `help:"RegionId" default:"$QCLOUD_REGION"`
SUBCOMMAND string `help:"azurecli subcommand" subcommand:"true"`
}