AWS Copilot CLI allows developers to build, release and operate containerized applications on Amazon ECS and AWS Fargate.
The AWS Copilot CLI is a tool for developers to create, release and manage production ready containerized applications on Amazon ECS and AWS Fargate. From getting started, pushing to a test environment and releasing to production, Copilot helps you through the entire life of your app development.
The AWS Copilot CLI is a tool for developers to create, release and manage production ready containerized applications on Amazon ECS and AWS Fargate. From getting started, pushing to a test environment and releasing to production, Copilot helps you through the entire life of your app development.
To install copilot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install copilot
To see what files were installed by copilot, run:
port contents copilot
To later upgrade copilot, run:
sudo port selfupdate && sudo port upgrade copilot
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.