.. program:: xbusd .. _program-xbusd: xbusd - xbus main command ------------------------- Synopsis ~~~~~~~~ You certainly want to use one of our sub-commands Xbus provides high level application messaging on top of NATS. :: xbusd [flags] Sub-commands ~~~~~~~~~~~~ .. toctree:: :maxdepth: 1 xbusd_account xbusd_cert xbusd_init xbusd_key xbusd_migrate xbusd_serve Options ~~~~~~~ .. option:: --cert-dir The directory where certificates and private keys of use to this program reside. .. option:: --config config file (default is the first existing file in: $HOME/.config/xbus/xbusd.yaml, /etc/xbus/xbusd.yaml) .. option:: --database-dsn PostgreSQL database connection string (ex: "sslmode=disable dbname=xbus") .. option:: --database-max-connections Maximum allowed number of open database connections .. option:: --debug Enable debugging mode, with lots of logging to the console .. option:: --full-version Show version and commit hash .. option:: --help help for xbusd .. option:: --nats-host Host of the nats server .. option:: --nats-port Port of the nats server .. option:: --storage-process-db-max-connections Maximum number of db connections for the process storage (defaults to 30% of database.max-connections) .. option:: --tls-timeout TLS handshake timeout .. option:: --trace Enable even more logging than --debug. .. option:: --version Show version *Auto generated by spf13/cobra on 24-Nov-2023*