xbusctl ps replay - Replay a process
Synopsis
Replay a process
xbusctl ps replay [flags]
Options
- --help
- help for replay 
- --match
- Match again to find the right pipeline. If not, use the same pipeline as before, even if inactive or if there is a better match 
Options inherited from parent commands
- --account-id
- Account ID 
- --account-name
- Account Name 
- --all
- Include processes with any status 
- --config
- config file; default is $HOME/.config/xbus/xbusctl.yaml) 
- --created-at-from
- Process was created at or after this date (or duration before now) 
- --created-at-to
- Process was created before or at this date (or duration before now) 
- --debug
- Enable debug mode 
- --envelope-id
- Include processes that are related to one on the given envelopes 
- --force-start
- Enable force start (stay up even if the server is not reachable on start) 
- --full-version
- Show version and commit hash 
- --group-id
- Processes that belong to a group. Expects a comma-separated list of process group ids. 
- --live
- Include processes that are not terminated 
- --nats-timeout
- NATS Timeout 
- --nats-url
- NATS url 
- --no-reconnect
- Disable auto-reconnect and shutdown as soon as any connection error occurs 
- --pipeline
- Include pipelines matching the selection (ex: name1,name2==version,name3) 
- --replay-of
- Processes that are a replay of the given processes. Expects a comma-separated list of process group ids. 
- --result-acked
- Include processes for which the result is acked 
- --result-not-acked
- Include processes for which the result is not acked 
- --sentry.dsn
- Sentry DSN 
- --status-changed-from
- Status of the process changed at least once after this date (or duration before now) 
- --status-changed-since
- Deprecated alias for –status-changed-from 
- --status-changed-to
- Status of the process did not change after this date (or duration before now) 
- --status-done
- Include processes in the ‘done’ status 
- --status-error
- Include processes in the ‘error’ status 
- --status-initial
- Include processes in the ‘initial’ status 
- --status-paused
- Include processes in the ‘paused’ status 
- --status-running
- Include processes in the ‘running’ status 
- --status-unchanged-since
- Deprecated alias for –status-changed-to 
- --terminated
- Include processes that are terminated 
- --tls.certificate
- Certificate (a path or a PEM encoded cert) 
- --tls.csr
- CSR (a path or a PEM encoded CSR) 
- --tls.private-key
- Private key (a path or a PEM encoded key) 
- --tls.timeout
- TLS Timeout 
- --trace
- Enable trace mode 
- --version
- Show version 
- --yes
- Auto-answer ‘yes’ to any confirmation question 
SEE ALSO
- xbusctl ps - Process list 
Auto generated by spf13/cobra on 2-Oct-2025