copilot

CLI tool for building and deploying containerized applications on Amazon ECS and AWS Fargate

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for Amazon ECS and AWS Fargate

Commands

copilot

Examples

Initialize a new Copilot application$ copilot app init myapp
Create a new service in your application$ copilot svc init --name api --svc-type 'Load Balanced Web Service'
Deploy your service to an environment$ copilot svc deploy --name api --env prod