rbm-showconf - Man Page

Show rbm configuration

Synopsis

rbm showconf [project] [config name] [options]

Description

Without argument, dumps all configuration. With one argument, shows the configuration for the selected project. With two or more arguments, show the project’s config for a specific value.

Command Line Options

See rbm_cli(7).

Examples

Show all configuration :

$ rbm showconf

Show configuration for rbm project :

$ rbm showconf rbm

Show git_url value for the rbm project :

$ rbm showconf rbm git_url

See Also

rbm(1), rbm_config(7)

Referenced By

rbm(1).

02/15/2024