A database toolkit that helps developers apply modern DevOps principles.
Atlas CLI is an open source tool that helps developers manage their database schemas by applying modern DevOps principles. Contrary to existing tools, Atlas intelligently plans schema migrations for you. Atlas users can use the Atlas DDL (data definition language) to describe their desired database schema and use the command-line tool to plan and apply the migrations to their systems.
Atlas CLI is an open source tool that helps developers manage their database schemas by applying modern DevOps principles. Contrary to existing tools, Atlas intelligently plans schema migrations for you. Atlas users can use the Atlas DDL (data definition language) to describe their desired database schema and use the command-line tool to plan and apply the migrations to their systems.
To install atlas-toolkit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install atlas-toolkit
To see what files were installed by atlas-toolkit, run:
port contents atlas-toolkit
To later upgrade atlas-toolkit, run:
sudo port selfupdate && sudo port upgrade atlas-toolkit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.