.. program:: xbusctl pipeline get-all .. _program-xbusctl_pipeline_get-all: xbusctl pipeline get-all - Get all the pipeline definitions ----------------------------------------------------------- Synopsis ~~~~~~~~ Get all the pipeline definitions and write them to one or multiple files :: xbusctl pipeline get-all [version] [flags] Options ~~~~~~~ .. option:: --account Include pipeline with any of the account actor, including by roles .. option:: --actor Include pipeline with actor matching the given actor name, including by roles .. option:: --actor-role Include pipeline with a role matching the given actor role name .. option:: --all Include all versions .. option:: --help help for get-all .. option:: --msgtype Include pipeline with a matching msgtype list including the given type .. option:: --multiple-files Write the pipelines in individual files .. option:: --multiple-files-no-version Don't include the pipeline version in the file name .. option:: --name Include pipeline with name matching the given regex .. option:: --output A file or a directory, defaults to '-' or '.' depending on the mode .. option:: --status-draft Include draft versions .. option:: --status-inactive Include inactive versions Options inherited from parent commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. option:: --account-id Account ID .. option:: --account-name Account Name .. option:: --config config file; default is $HOME/.config/xbus/xbusctl.yaml) .. option:: --debug Enable debug mode .. option:: --force-start Enable force start (stay up even if the server is not reachable on start) .. option:: --full-version Show version and commit hash .. option:: --nats-timeout NATS Timeout .. option:: --nats-url NATS url .. option:: --no-reconnect Disable auto-reconnect and shutdown as soon as any connection error occurs .. option:: --sentry.dsn Sentry DSN .. option:: --tls.certificate Certificate (a path or a PEM encoded cert) .. option:: --tls.csr CSR (a path or a PEM encoded CSR) .. option:: --tls.private-key Private key (a path or a PEM encoded key) .. option:: --tls.timeout TLS Timeout .. option:: --trace Enable trace mode .. option:: --version Show version .. option:: --yes Auto-answer 'yes' to any confirmation question SEE ALSO ~~~~~~~~ * :ref:`xbusctl pipeline ` - Pipeline configuration subcommands *Auto generated by spf13/cobra on 24-Nov-2023*