@catladder/cli

Deploy and manage cloud CI/CD pipelines and DevOps infrastructure.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Panter cli tool for cloud CI/CD and DevOps

Commands

panter

Examples

deploy application to cloud environment$ panter deploy --environment production
set up continuous integration pipeline$ panter pipeline create --name my-app --language nodejs
view logs from cloud deployment$ panter logs --service api --tail 100
manage cloud infrastructure as code$ panter infrastructure plan --config terraform.yaml
run tests in CI/CD pipeline$ panter run tests --stage build