mongodb/Atlas CLI GitHub Action
Use AtlasCLI in your GitHub workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 28, 2026
- License
- Apache 2.0
Pinned Snippet
uses: mongodb/atlas-github-action@e3c9e0204659bafbb3b65e1eb1ee745cca0e9f3b # v0.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of the Atlas CLI to install | no | — |
| create-project-name | Name of the project that will be created. | no | — |
| create-cluster-name | Name of the cluster that will be created. | no | — |
| delete-project-id | Id of the project that will be deleted. | no | — |
| delete-cluster-name | Name of the cluster that will be deleted. | no | — |
| project-id | Id of the project. | no | — |
| cluster-name | Name of the cluster. | no | — |
| run-setup | This command takes you through registration, login, default profile creation and creating your first free tier cluster | no | false |
| tier | Tier of the created cluster. | no | M0 |
| provider | Provider of the created cluster. | no | AWS |
| region | Region the cluster will be created in. | no | US_EAST_1 |
| username | Username for the created cluster. | no | — |
| password | Password for the created cluster. | no | — |
Outputs
| name | description |
|---|---|
| create-project-id | ProjectId of the project that was created. |
| connection-string | Connection String to use to connect to the created Cluster. |