Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ARGS:
[cache-stage-id] Cache stage ID the DNS stage will be linked to
[backend-stage-id] Backend stage ID the DNS stage will be linked to
pipeline-id Pipeline ID the DNS stage belongs to
[wildcard-domain] Support of wildcard (subdomains) for the given domain (a wildcard certificate is required to make it work)

FLAGS:
-h, --help help for create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ARGS:
[tls-stage-id] TLS stage ID the DNS stage will be linked to
[cache-stage-id] Cache stage ID the DNS stage will be linked to
[backend-stage-id] Backend stage ID the DNS stage will be linked to
[wildcard-domain] Support of wildcard (subdomains) for the given domain (a wildcard certificate is required to make it work)

FLAGS:
-h, --help help for update
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/edge-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ scw edge-services dns-stage create [arg=value ...]
| cache-stage-id | | Cache stage ID the DNS stage will be linked to |
| backend-stage-id | | Backend stage ID the DNS stage will be linked to |
| pipeline-id | Required | Pipeline ID the DNS stage belongs to |
| wildcard-domain | | Support of wildcard (subdomains) for the given domain (a wildcard certificate is required to make it work) |



Expand Down Expand Up @@ -398,6 +399,7 @@ scw edge-services dns-stage update <dns-stage-id ...> [arg=value ...]
| tls-stage-id | | TLS stage ID the DNS stage will be linked to |
| cache-stage-id | | Cache stage ID the DNS stage will be linked to |
| backend-stage-id | | Backend stage ID the DNS stage will be linked to |
| wildcard-domain | | Support of wildcard (subdomains) for the given domain (a wildcard certificate is required to make it work) |



Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/moby/buildkit v0.28.1
github.com/moby/go-archive v0.2.0
github.com/opencontainers/go-digest v1.0.0
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260323151300-58a67ea38f41
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260326142950-7469ac58518e
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260323151300-58a67ea38f41 h1:sFMqDEgg68NjUGRUCVYd13J/oO+xVcCIijpvUE4XY3I=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260323151300-58a67ea38f41/go.mod h1:SKcIU6lqwljcpjOlTnSfMFfURd/XT+08spQyqN9OTWA=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260326142950-7469ac58518e h1:G4S6j5W/56KXaZ7RAe+2Vqaypx/rtymDJp2tVpWRmpM=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260326142950-7469ac58518e/go.mod h1:SKcIU6lqwljcpjOlTnSfMFfURd/XT+08spQyqN9OTWA=
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
github.com/secure-systems-lab/go-securesystemslib v0.10.0 h1:l+H5ErcW0PAehBNrBxoGv1jjNpGYdZ9RcheFkB2WI14=
Expand Down
14 changes: 14 additions & 0 deletions internal/namespaces/edge_services/v1beta1/edge_services_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ func edgeServicesDNSStageCreate() *core.Command {
Deprecated: false,
Positional: false,
},
{
Name: "wildcard-domain",
Short: `Support of wildcard (subdomains) for the given domain (a wildcard certificate is required to make it work)`,
Required: false,
Deprecated: false,
Positional: false,
},
},
Run: func(ctx context.Context, args any) (i any, e error) {
request := args.(*edge_services.CreateDNSStageRequest)
Expand Down Expand Up @@ -647,6 +654,13 @@ func edgeServicesDNSStageUpdate() *core.Command {
Deprecated: false,
Positional: false,
},
{
Name: "wildcard-domain",
Short: `Support of wildcard (subdomains) for the given domain (a wildcard certificate is required to make it work)`,
Required: false,
Deprecated: false,
Positional: false,
},
},
Run: func(ctx context.Context, args any) (i any, e error) {
request := args.(*edge_services.UpdateDNSStageRequest)
Expand Down
Loading