Cross-platform automation and configuration tool/framework
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.
To install powershell, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install powershell
To see what files were installed by powershell, run:
port contents powershell
To later upgrade powershell, run:
sudo port selfupdate && sudo port upgrade powershell
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.