xbusctl - Xbus control utility
Synopsis
Xbus control utility
xbusctl is a utility for managing a xbus instance.
xbusctl [flags]
Sub-commands
- xbusctl account - Manage accounts that are allowed to connect to Xbus.
- xbusctl actor - A brief description of your command
- xbusctl debug - Server Debug Utilities
- xbusctl envelope - Envelope management
- xbusctl key - Manage private keys used by this program.
- xbusctl logs - Logs management
- xbusctl pipeline - Pipeline configuration subcommands
- xbusctl pm - Postmortem process management
- xbusctl ps - Process list
- xbusctl register - Generate a CSR and ask Xbus for a registration.
- xbusctl renew-cert - Re-generate a CSR and ask Xbus for its registration.
Options
- --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
- --help
help for xbusctl
- --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
Auto generated by spf13/cobra on 21-Aug-2024