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
Referenced By
07/19/2024