From 9f8a0daa7aebd3d3673e26949b44864e4b3a450d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 12 May 2026 21:02:59 +0000 Subject: Add verbosity; update s6 version doc --- doc/s6_version.html | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 doc/s6_version.html (limited to 'doc/s6_version.html') diff --git a/doc/s6_version.html b/doc/s6_version.html new file mode 100644 index 0000000..85b3d20 --- /dev/null +++ b/doc/s6_version.html @@ -0,0 +1,86 @@ + + + + + + + s6-frontend: the s6 version command + + + + + + +

+The s6 command
+s6-frontend
+Software
+skarnet.org +

+ +

The s6 version command

+ +

+ s6 version groups actions related to printing information about the +current version and configuration of s6-frontend. +

+ +

Interface

+ +
+     s6 version subcommand [ subcommand_options... ] [ args... ]
+
+ + + +

Subcommands

+ +

help

+ +

+ s6 process help prints a short help message summarizing the options +and usage of the s6 process command. It is not as detailed as this page. +

+ +

show

+ +

Interface

+ +
+     s6 version show
+
+ + + +

export

+ +

Interface

+ +
+     s6 version export [ -q ]
+
+ + + +

Options

+ +
+
-q, --quote
+
Quote the printed paths. This is useful e.g. if the paths contain spaces +and you're reading the output of s6 version export in a shell.
+
+ + + -- cgit v1.3.1