]> git.proxmox.com Git - pve-docs.git/blobdiff - output-format-opts.adoc
output-format.adoc: documentation for output format options
[pve-docs.git] / output-format-opts.adoc
diff --git a/output-format-opts.adoc b/output-format-opts.adoc
new file mode 100644 (file)
index 0000000..fad02c3
--- /dev/null
@@ -0,0 +1,20 @@
+`human-readable`: `<boolean>` ('default =' `1`)::
+
+Call output rendering functions to produce human readable text.
+
+`noborder`: `<boolean>` ('default =' `1`)::
+
+Do not draw borders (for 'text' format).
+
+`noheader`: `<boolean>` ('default =' `1`)::
+
+Do not show column headers (for 'text' format).
+
+`output-format`: `<json | json-pretty | text | yaml>` ('default =' `text`)::
+
+Output format.
+
+`quiet`: `<boolean>` ::
+
+Suppress printing results.
+