File tree Expand file tree Collapse file tree
internal/namespaces/domain/v2beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2+ 🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3+ Manage your domains and contacts.
4+
5+ USAGE:
6+ scw domain
7+
8+ FLAGS:
9+ -h, --help help for domain
10+ --list-sub-commands List all subcommands
11+
12+ GLOBAL FLAGS:
13+ -c, --config string The path to the config file
14+ -D, --debug Enable debug mode
15+ -o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
16+ -p, --profile string The config profile to use
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ AI COMMANDS:
88
99AVAILABLE COMMANDS:
1010 datalab Data Lab API for Apache Spark™
11+ domain Domains and DNS - Registrar API
1112 environmental-footprint Access and download impact reports and impact data for your Scaleway projects. Our API provides key metrics such as estimated carbon emissions and water usage to help monitor your environmental footprint.
1213
1314BAREMETAL COMMANDS:
Original file line number Diff line number Diff line change 1+ <!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
2+ # Documentation for ` scw domain `
3+ Manage your domains and contacts.
4+
5+
6+
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
2424 github.com/moby/buildkit v0.28.0
2525 github.com/moby/go-archive v0.2.0
2626 github.com/opencontainers/go-digest v1.0.0
27- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260316161644-8a7db433f9f9
27+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260318093803-884e805f81ce
2828 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2929 github.com/spf13/cobra v1.10.2
3030 github.com/spf13/pflag v1.0.10
Original file line number Diff line number Diff line change @@ -476,8 +476,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
476476mygithub.libinneed.workers.dev/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
477477mygithub.libinneed.workers.dev/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
478478mygithub.libinneed.workers.dev/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
479- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260316161644-8a7db433f9f9 h1:rVDQjV/8jB1wV0ch0k8QuiH+dj/4Ufp8nQ3QchJIGqw =
480- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260316161644-8a7db433f9f9 /go.mod h1:SKcIU6lqwljcpjOlTnSfMFfURd/XT+08spQyqN9OTWA =
479+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260318093803-884e805f81ce h1:WbR0BSDl9BPWA6MR8GHvqozhe2v1/soaEEBISY0DeRk =
480+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260318093803-884e805f81ce /go.mod h1:SKcIU6lqwljcpjOlTnSfMFfURd/XT+08spQyqN9OTWA =
481481mygithub.libinneed.workers.dev/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
482482mygithub.libinneed.workers.dev/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
483483mygithub.libinneed.workers.dev/secure-systems-lab/go-securesystemslib v0.10.0 h1:l+H5ErcW0PAehBNrBxoGv1jjNpGYdZ9RcheFkB2WI14 =
Original file line number Diff line number Diff line change 2020func GetGeneratedCommands () * core.Commands {
2121 return core .NewCommands (
2222 dnsRoot (),
23+ domainRoot (),
2324 dnsZone (),
2425 dnsRecord (),
2526 dnsTsigKey (),
@@ -59,6 +60,14 @@ func dnsRoot() *core.Command {
5960 }
6061}
6162
63+ func domainRoot () * core.Command {
64+ return & core.Command {
65+ Short : `Domains and DNS - Registrar API` ,
66+ Long : `Manage your domains and contacts.` ,
67+ Namespace : "domain" ,
68+ }
69+ }
70+
6271func dnsZone () * core.Command {
6372 return & core.Command {
6473 Short : `DNS Zones management` ,
You can’t perform that action at this time.
0 commit comments