Introducing the offical GitHub Action and Docker image for Atlas CLI

MongoDB has announced two new releases that make it even easier to work with the Atlas CLI and programmatically manage Atlas resources as part of your CI/CD workflows:

  1. An official GitHub Action for the Atlas CLI, and:
  2. An official Docker image for the Atlas CLI

Within GitHub Actions, you now have access to a dedicated Action that allows you to seamlessly manage Atlas resources using your favorite Atlas CLI commands. You can use the predefined workflows available or create custom workflows leveraging native Atlas CLI commands.

For Docker, you can now also use the Atlas CLI by pulling the Docker image with just one command:
docker pull mongodb/atlas
You can then run Atlas CLI commands with Docker in interactive mode or as a daemon.

To learn more, check out our announcement blog. To get started, you can find the Atlas CLI GitHub Action in the GitHub Marketplace and the Atlas CLI Docker image on Docker Hub. And as always, please share any feedback that you have in the MongoDB Feedback Engine.