pier_
Reference

pier dev

Run the current environment locally (docker)

pier dev <command>

Run the current environment locally (docker).

Subcommands

pier dev up

pier dev up [flags]

Run the current environment locally (default).

FlagValueDefaultDescription
--dry-runPrint the materialization plan and generated compose file; run nothing
--watchWatch build contexts and rebuild/restart apps on change
--onlyAPP,...Run only these apps
--pull-secretsReveal secret values from the server (required for protected environments)
--no-pull-secretsNever reveal secrets; missing ones error unless --allow-missing
--allow-missingRun even when required secrets have no value (vars are absent)
--buildRebuild app images even when the build context is unchanged
--no-buildNever build; fail if an app image is missing
--keep-othersLeave other environments' running dev stacks alone (default: their apps stop)

pier dev status

pier dev status

Show this project's local dev stacks across environments.

pier dev stop

pier dev stop

Stop the current environment's local stack (data kept).

pier dev reset

pier dev reset [flags]

Destroy local dev stack(s): containers, volumes, generated files.

FlagValueDefaultDescription
--allReset every environment's dev stack for this project
-y, --yesSkip confirmation prompt

pier dev logs

pier dev logs [<app>]

Follow the local stack's logs.

ArgumentRequiredDescription
<app>noLimit to one app

Global flags apply to every command.

On this page