Using Dagger, software teams can develop powerful CI/CD pipelines with minimal effort, then run them anywhere. Benefits include:
- Unified dev and CI environments. Write your pipeline once, Dagger will run it the same everywhere.
- Reduced CI lock-in. No more re-writing everything from scratch every 6 months.
Using Dagger, software teams can develop powerful CI/CD pipelines with minimal effort, then run them anywhere. Benefits include:
- Unified dev and CI environments. Write your pipeline once, Dagger will run it the same everywhere.
- Reduced CI lock-in. No more re-writing everything from scratch every 6 months.
To install dagger, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dagger
To see what files were installed by dagger, run:
port contents dagger
To later upgrade dagger, run:
sudo port selfupdate && sudo port upgrade dagger
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.