rbm-showconf.asc 744 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. rbm-showconf(1)
  2. ===============
  3. NAME
  4. ----
  5. rbm-showconf - Show rbm configuration
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'rbm showconf' [project] [config name] [options]
  10. DESCRIPTION
  11. -----------
  12. Without argument, dumps all configuration. With one argument, shows the
  13. configuration for the selected project. With two or more arguments, show
  14. the project's config for a specific value.
  15. COMMAND LINE OPTIONS
  16. --------------------
  17. See link:rbm_cli.html[rbm_cli(7)].
  18. EXAMPLES
  19. --------
  20. Show all configuration :
  21. ----
  22. $ rbm showconf
  23. ----
  24. Show configuration for rbm project :
  25. ----
  26. $ rbm showconf rbm
  27. ----
  28. Show git_url value for the rbm project :
  29. ----
  30. $ rbm showconf rbm git_url
  31. ----
  32. SEE ALSO
  33. --------
  34. link:rbm.html[rbm(1)],
  35. link:rbm_config.html[rbm_config(7)]