xbusctl ps - Process list

Synopsis

Process list

xbusctl ps [flags]

Sub-commands

Options

--all

Include processes with any status

--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)

--envelope-id

Include processes that are related to one on the given envelopes

--group-id

Processes that belong to a group. Expects a comma-separated list of process group ids.

--help

help for ps

--live

Include processes that are not terminated

--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

--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

Options inherited from parent commands

--account-id

Account ID

--account-name

Account Name

--config

config file; default is $HOME/.config/xbus/xbusctl.yaml)

--debug

Enable debug mode

--force-start

Enable force start (stay up even if the server is not reachable on start)

--full-version

Show version and commit hash

--nats-timeout

NATS Timeout

--nats-url

NATS url

--no-reconnect

Disable auto-reconnect and shutdown as soon as any connection error occurs

--sentry.dsn

Sentry DSN

--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

Auto generated by spf13/cobra on 24-Nov-2023