Gustavo
My feedback
5 results found
-
1 vote
Support for local development on Windows via the Atlas CLI is coming soon.
In the meantime, if what you are going for is a Docker-first experience, you can follow the steps described at https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/. The image document there will work with Docker Desktop on windows.
An error occurred while saving the comment -
2 votes
An error occurred while saving the comment Gustavo commentedHi, it seems like this is a known issue for json-path https://github.com/json-path/JsonPath/issues/272 and when using filters it will always return an array with no way to select only the first element
Right now given this is outside of the control of the CLI I would recommend using json output and an additional tool like jq or using go template outputs until json path addresses this issue
-
2 votes
An error occurred while saving the comment Gustavo commentedHi Adrian, thanks for your suggestions. A head ups some of your them are already implemented
> CRUD projects
> CRUD orgs
https://docs.mongodb.com/mongocli/stable/command/mongocli-iam-organizations/
> CRUD users
https://docs.mongodb.com/mongocli/stable/command/mongocli-iam-users/
> global alert management
https://docs.mongodb.com/mongocli/stable/command/mongocli-ops-manager-alerts-global/
For global config managemant if you could provide a reference to the public API (https://docs.opsmanager.mongodb.com/current/reference/api/) that would be great
-
5 votesGustavo supported this idea ·
-
3 votes
An error occurred while saving the comment Gustavo commentedWe've been working on https://github.com/mongodb/mongocli
Gustavo supported this idea ·
Hi Tomas, currently Windows is not a supported platform for local development https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#supported-os-for-local-atlas-deployments but we are actively working to improve the experience and bring support to more OSes including Windows and Ubuntu