File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
internal/namespaces/webhosting/v1 Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -819,6 +819,13 @@ func webhostingDomainSyncDNSRecords() *core.Command {
819819 Deprecated : false ,
820820 Positional : false ,
821821 },
822+ {
823+ Name : "auto-config-domain-dns.none" ,
824+ Short : `No automatic domain configuration. Users must configure their domain for the Web Hosting to work.` ,
825+ Required : false ,
826+ Deprecated : false ,
827+ Positional : false ,
828+ },
822829 core .RegionArgSpec (scw .RegionFrPar , scw .RegionNlAms , scw .RegionPlWaw ),
823830 },
824831 Run : func (ctx context.Context , args interface {}) (i interface {}, e error ) {
@@ -1006,6 +1013,13 @@ func webhostingHostingCreate() *core.Command {
10061013 Deprecated : false ,
10071014 Positional : false ,
10081015 },
1016+ {
1017+ Name : "auto-config-domain-dns.none" ,
1018+ Short : `No automatic domain configuration. Users must configure their domain for the Web Hosting to work.` ,
1019+ Required : false ,
1020+ Deprecated : false ,
1021+ Positional : false ,
1022+ },
10091023 core .RegionArgSpec (scw .RegionFrPar , scw .RegionNlAms , scw .RegionPlWaw ),
10101024 },
10111025 Run : func (ctx context.Context , args interface {}) (i interface {}, e error ) {
You can’t perform that action at this time.
0 commit comments