Commit ccd0e29e authored by Reinout van Rees's avatar Reinout van Rees Committed by GitHub

Merge pull request #472 from buildout/gotcha-doc-query

document query command
parents 3c1496c5 b5f11cdd
...@@ -93,8 +93,8 @@ Buildout commands ...@@ -93,8 +93,8 @@ Buildout commands
.. _annotate-command: .. _annotate-command:
annotate annotate [sections]
________ ___________________
Display the buildout configuration options, including their values and Display the buildout configuration options, including their values and
where they came from. Try it! where they came from. Try it!
...@@ -171,7 +171,25 @@ the default command if no command is specified. ...@@ -171,7 +171,25 @@ the default command if no command is specified.
exists for backward compatibility, but may be dropped in the exists for backward compatibility, but may be dropped in the
future. future.
.. _query-command:
query [section:]key
___________________
Display the value of any buildout configuration option
.. code-block:: console
buildout query buildout:parts
When you query the ``buildout`` section, you can pass the key only. For instance,
.. code-block:: console
buildout query parts
is equivalent to the command above.
setup PATH SETUP-COMMANDS setup PATH SETUP-COMMANDS
_________________________ _________________________
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment