summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index d720961226..5892649fe5 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2211,6 +2211,14 @@ Property list
``property-list``
Return the list of top-level properties.
+``profile-list``
+ Return the list of profiles and their contents. This is highly
+ implementation-specific, and may change any time. Currently, it returns
+ an array of options for each profile. Each option has a name and a value,
+ with the value currently always being a string. Note that the options array
+ is not a map, as order matters and duplicate entries are possible. Recursive
+ profiles are not expanded, and show up as special ``profile`` options.
+
Property Expansion
------------------