pier_
Reference

pier events

Show or watch events for a resource, the environment, the project or the workspace

pier events [<ref>] [flags]

Show or watch events for a resource, the environment, the project or the workspace.

Arguments

ArgumentRequiredDescription
<ref>noResource (name, or name/target for one target); omit to pick

Flags

FlagValueDefaultDescription
--typeSTRINGDisambiguate a name shared by several kinds: app, site, pg, bucket or volume
--all-envsEvery environment of the project (skips the picker)
--all-projectsThe whole workspace (skips the picker)
--kindKIND,...intent | milestone | activity (repeatable)
--actionACTION,...Exact action match e.g. app.created (repeatable)
--action-prefixSTRINGAction prefix e.g. app. matches every app.* event
--severitySEVERITY,...info | warn | error | critical (repeatable)
--actorSTRINGFilter by actor user ID
--intentSTRINGAll events for one intent ID
--operationSTRINGAll events for one operation (op_...)
--sinceSTRINGLower bound: a duration (30m, 6h, 7d) or an RFC3339 time
--untilSTRINGUpper bound: a duration ago or an RFC3339 time
--limit5050Max events (server caps at 200)
--afterSTRINGContinue from a previous page's next_cursor (--json)
--payloadInclude each event's payload (--json)
--watchKeep printing new events until Ctrl-C
--utcAbsolute UTC timestamps instead of relative

Global flags apply to every command.

On this page