@@ -62,6 +62,7 @@ func init() {
6262 cmd .CreateWithKeyword ("create-qingcloud" , & options.SQingCloudCloudAccountCreateOptions {})
6363 cmd .CreateWithKeyword ("create-oracle" , & options.SOracleCloudAccountCreateOptions {})
6464 cmd .CreateWithKeyword ("create-cephfs" , & options.SCephFSCloudAccountCreateOptions {})
65+ cmd .CreateWithKeyword ("create-cnware" , & options.SCNwareCloudAccountCreateOptions {})
6566
6667 cmd .UpdateWithKeyword ("update-vmware" , & options.SVMwareCloudAccountUpdateOptions {})
6768 cmd .UpdateWithKeyword ("update-aliyun" , & options.SAliyunCloudAccountUpdateOptions {})
@@ -88,6 +89,7 @@ func init() {
8889 cmd .UpdateWithKeyword ("update-baidu" , & options.SBaiduCloudAccountUpdateOptions {})
8990 cmd .UpdateWithKeyword ("update-cucloud" , & options.SCucloudCloudAccountUpdateOptions {})
9091 cmd .UpdateWithKeyword ("update-qingcloud" , & options.SQingCloudCloudAccountUpdateOptions {})
92+ cmd .UpdateWithKeyword ("update-cnware" , & options.SCNwareCloudAccountUpdateOptions {})
9193
9294 cmd .Perform ("update-credential" , & options.CloudaccountUpdateCredentialOptions {})
9395
@@ -117,6 +119,7 @@ func init() {
117119 cmd .PerformWithKeyword ("update-credential-baidu" , "update-credential" , & options.SBaiduCloudAccountUpdateCredentialOptions {})
118120 cmd .PerformWithKeyword ("update-credential-cucloud" , "update-credential" , & options.SCucloudCloudAccountUpdateCredentialOptions {})
119121 cmd .PerformWithKeyword ("update-credential-qingcloud" , "update-credential" , & options.SQingCloudCloudAccountUpdateCredentialOptions {})
122+ cmd .PerformWithKeyword ("update-credential-cnware" , "update-credential" , & options.SCNwareCloudAccountUpdateCredentialOptions {})
120123
121124 cmd .PerformWithKeyword ("test-connectivity-google" , "test-connectivity" , & options.SGoogleCloudAccountUpdateCredentialOptions {})
122125 cmd .PerformWithKeyword ("test-connectivity-vmware" , "test-connectivity" , & options.SVMwareCloudAccountUpdateCredentialOptions {})
0 commit comments