Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
ccd0e29e
Commit
ccd0e29e
authored
Jan 29, 2019
by
Reinout van Rees
Committed by
GitHub
Jan 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #472 from buildout/gotcha-doc-query
document query command
parents
3c1496c5
b5f11cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
doc/reference.rst
doc/reference.rst
+20
-2
No files found.
doc/reference.rst
View file @
ccd0e29e
...
...
@@ -93,8 +93,8 @@ Buildout commands
..
_annotate
-
command
:
annotate
________
annotate
[
sections
]
________
___________
Display
the
buildout
configuration
options
,
including
their
values
and
where
they
came
from
.
Try
it
!
...
...
@@ -171,7 +171,25 @@ the default command if no command is specified.
exists
for
backward
compatibility
,
but
may
be
dropped
in
the
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
_________________________
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment