Install

curl -fsSL https://raw.githubusercontent.com/portwaydev/portway/main/public/install.sh | bash
Verify:
portway --help

Login

portway login

Deploy from Docker Compose

Use your existing docker-compose.yml and choose an environment name (e.g., prod or staging).
portway deploy -f docker-compose.yml -e prod
Images can come from an external registry (after you authenticate it) or be built locally if your Compose has a build context. Local builds are pushed to Portway’s private registry automatically during deploy.