Commit aff87652 authored by Godefroid Chapelle's avatar Godefroid Chapelle Committed by GitHub

document query command

parent 3c1496c5
...@@ -171,6 +171,24 @@ the default command if no command is specified. ...@@ -171,6 +171,24 @@ 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