CLI that provides on-demand secrets access for common DevOps tools.
summon is a command-line tool to make working with secrets easier. It provides an interface for reading a secrets.yml file, fetching secrets from a trusted store and exporting secret values to a sub-process environment.
summon is a command-line tool to make working with secrets easier. It provides an interface for reading a secrets.yml file, fetching secrets from a trusted store and exporting secret values to a sub-process environment.
To install summon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install summon
To see what files were installed by summon, run:
port contents summon
To later upgrade summon, run:
sudo port selfupdate && sudo port upgrade summon
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.