xbusctl ps export - Export process data
Synopsis
Export process data
xbusctl ps export [flags]
Options
- --export-envelope
Export the process envelopes
- --export-envelope-size-limit
When exporting the envelopes, limit the envelope exported size
- --export-jobs
Export the process jobs
- --export-logs
Export the actor logs associated to the process
- --export-logs-level
Log level when exporting actor logs (‘notice’, ‘warning’, ‘error’)
- --export-process-logs
Export the process logs
- --full
Export all the optional data (See also the –export-xxx options)
- --help
help for export
- --quiet
Disable extra logging so stdout only contains the export
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 21-Aug-2024