Deploy an App from Terminal (CLI)
From inside a project scaffolded by piezas init: npx piezas deploy It packages your build, ships it to the Piezas app host, and prints a live URL (https://<your-app>.apps.piezas.ai). Deploys are blue/green — the new version only takes traffic once it's answering, so a broken build never takes your…
From inside a project scaffolded by piezas init:
npx piezas deploy
It packages your build, ships it to the Piezas app host, and prints a live URL (https://<your-app>.apps.piezas.ai). Deploys are blue/green — the new version only takes traffic once it's answering, so a broken build never takes your site down.
Re-run deploy any time to ship a new version. Manage a running deployment:
npx piezas deploy --status # is it up? which version?
npx piezas deploy --logs # tail the server logs