File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
internal/namespaces/mongodb/v1alpha1 Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
- A Managed Database for MongoDB® Database Instance is composed of one or multiple dedicated compute nodes running a single database engine.
3
+ A Managed MongoDB® Database Instance is composed of one or multiple dedicated compute nodes running a single database engine.
4
4
5
5
USAGE:
6
6
scw mongodb instance <command>
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ scw mongodb endpoint
43
43
44
44
## Instance management commands
45
45
46
- A Managed Database for MongoDB® Database Instance is composed of one or multiple dedicated compute nodes running a single database engine.
46
+ A Managed MongoDB® Database Instance is composed of one or multiple dedicated compute nodes running a single database engine.
47
47
48
48
49
49
### Create a MongoDB® Database Instance
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
github.com/mattn/go-isatty v0.0.20
27
27
github.com/moby/buildkit v0.13.2
28
28
github.com/opencontainers/go-digest v1.0.0
29
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250206152403-1eed2f2ce9d3
29
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250211155222-f6d517b1fe08
30
30
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
31
31
github.com/spf13/cobra v1.8.1
32
32
github.com/spf13/pflag v1.0.6
Original file line number Diff line number Diff line change @@ -464,8 +464,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
464
464
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
465
465
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
466
466
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
467
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250206152403-1eed2f2ce9d3 h1:wNQbwsFYaWiqTRtAgO5uroCTsS0o8FPGdI/x4hCJqtM =
468
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250206152403-1eed2f2ce9d3 /go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk =
467
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250211155222-f6d517b1fe08 h1:xwx6FZCCMh4SLvZdfqZEpecUdR5reLWmJTM/07156C4 =
468
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250211155222-f6d517b1fe08 /go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk =
469
469
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
470
470
github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
471
471
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA =
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func mongodbVersion() *core.Command {
77
77
func mongodbInstance () * core.Command {
78
78
return & core.Command {
79
79
Short : `Instance management commands` ,
80
- Long : `A Managed Database for MongoDB® Database Instance is composed of one or multiple dedicated compute nodes running a single database engine.` ,
80
+ Long : `A Managed MongoDB® Database Instance is composed of one or multiple dedicated compute nodes running a single database engine.` ,
81
81
Namespace : "mongodb" ,
82
82
Resource : "instance" ,
83
83
}
You can’t perform that action at this time.
0 commit comments