Skip to main content

mongodb

sand connectors upsert mongodb

Upsert a MongoDB connector

sand connectors upsert mongodb [flags]

Examples

$ sand connectors upsert mongodb --name="name" --user="user" --password="password" --uri="mongodb://localhost:27017"

✅ Connector upserted successfully!
Connector ID: cnc-5ab0075c465c8321

Options

      --cluster string    Cluster to associate this connector with
-h, --help Help for mongodb
--json Return json output
--name string Connector name (required)
--password string Password to authenticate to MongoDB with
--uri string Uri to authenticate to MongoDB with
--user string User to authenticate to MongoDB with

SEE ALSO