Monitoring digdag on your Mac
Package Information:
Name: digdag
Use: Digdag is a simple tool that helps you to build, run, schedule, and monitor complex pipelines of tasks
URL: https://www.digdag.io/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install digdag using brew
brew install digdag
digdag is ready to use now!