From 4c6b06773876a35f55f8f5667af65a917f823757 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 1 Apr 2014 20:29:22 +0200 Subject: Add minimal 'config' command This only allows to print single config values so far. Closes: #733470 --- docs/manpages/gbp-config.sgml | 109 ++++++++++++++++++++++++++++++++++++++++++ docs/manpages/manpages.ent | 1 + 2 files changed, 110 insertions(+) create mode 100644 docs/manpages/gbp-config.sgml (limited to 'docs/manpages') diff --git a/docs/manpages/gbp-config.sgml b/docs/manpages/gbp-config.sgml new file mode 100644 index 0000000..c07d758 --- /dev/null +++ b/docs/manpages/gbp-config.sgml @@ -0,0 +1,109 @@ + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + +
+ + gbp-config + &dhsection; + + + gbp-config + + Query configuration values + + + + &gbp-config; + + + [auto|on|off] + command.option + + + + DESCRIPTION + + &gbp-config; prints values from the configuration files. It interpolates the + value for option of + command. + + + + OPTIONS + + + + + + verbose execution + + + + [auto|on|off] + + + Whether to use colored output. + + + + + + EXIT CODES + + When &gbp-config finishes it indicates success or failure with its exit code: + + + + + + Success. + + + + + + Failed to parse command line + + + + + + The value did not exist + + + + + + EXAMPLES + Print the value that &gbp-buildpackage; + would use: + + $ gbp config buildpackage.upstream-branch + upstream + + + + &man.gbp.config-files; + + + SEE ALSO + + + gbp.conf + &dhconfsection; + + + + + AUTHOR + + &dhusername; &dhemail; + + +
diff --git a/docs/manpages/manpages.ent b/docs/manpages/manpages.ent index 3aee1de..d588254 100644 --- a/docs/manpages/manpages.ent +++ b/docs/manpages/manpages.ent @@ -2,6 +2,7 @@ + -- cgit v1.2.3