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 11🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22🟥🟥🟥 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.
44
55USAGE:
66 scw mongodb instance <command>
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ scw mongodb endpoint
4343
4444## Instance management commands
4545
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.
4747
4848
4949### Create a MongoDB® Database Instance
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
2626 github.com/mattn/go-isatty v0.0.20
2727 github.com/moby/buildkit v0.13.2
2828 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
3030 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
3131 github.com/spf13/cobra v1.8.1
3232 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
464464github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
465465github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
466466github.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 =
469469github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
470470github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
471471github.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 {
7777func mongodbInstance () * core.Command {
7878 return & core.Command {
7979 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.` ,
8181 Namespace : "mongodb" ,
8282 Resource : "instance" ,
8383 }
You can’t perform that action at this time.
0 commit comments