mongodb-atlas-cli icon indicating copy to clipboard operation
mongodb-atlas-cli copied to clipboard

MongoDB Atlas CLI and MongoDB CLI enable you to manage your MongoDB in the Cloud

Results 22 mongodb-atlas-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Command: `atlas deployments search indexes create --deploymentName local9626 -f index.json` index.json: ```json { "collectionName": "test-collection", "database": "test", "definition": { "fields": [ { "numDimensions": 1024, "path": "embedding", "similarity":...

## Proposed changes - Added support for installing plugins from private repositories - Supported authentication methods: - Environment variables: `GH_TOKEN`/`GITHUB_TOKEN` - Github CLI configurations files, if you're logged in using...

atlascli