pier_
Reference

pier deploys

Deploy history (apps + sites), incl. build logs

pier deploys <command>

Deploy history (apps + sites), incl. build logs.

Subcommands

pier deploys ls

pier deploys ls [<ref>] [flags]

List deploys (apps + sites).

ArgumentRequiredDescription
<ref>noNarrow to one app or site (slug, or slug/target)
FlagValueDefaultDescription
--typeSTRINGFilter by resource type: app or site
--limitINTMax rows (server default 50, max 200)
--systemInclude platform-initiated rollouts (drift repair, resume, relocation)
--all-envsEvery environment (default: the current one only)

pier deploys info

pier deploys info [<id>]

Show deploy details.

ArgumentRequiredDescription
<id>noDeploy ID (build_…); picked from recent deploys when omitted

pier deploys logs

pier deploys logs [<id>] [flags]

Show build logs for a deploy.

ArgumentRequiredDescription
<id>noDeploy ID (build_…); picked from recent deploys when omitted
FlagValueDefaultDescription
--tail20002000Max log lines
--querySTRINGFull-text search filter
-f, --followFollow the live log stream until the build completes

Global flags apply to every command.

On this page