Skip to content

Commit 4c5e80a

Browse files
authored
Merge branch 'master' into v1.6291.0
2 parents 0fc2d34 + b090264 commit 4c5e80a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

internal/namespaces/webhosting/v1/webhosting_cli.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)