mongodb-atlas-cli
mongodb-atlas-cli copied to clipboard
MongoDB Atlas CLI and MongoDB CLI enable you to manage your MongoDB in the Cloud
**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...