5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-03 01:17:49 +03:00

pvesh.1-synopsis.adoc: update

This commit is contained in:
Dietmar Maurer 2018-07-27 07:54:29 +02:00
parent a3eeb58fc8
commit 676bbd4a5f

View File

@ -1,6 +1,6 @@
*pvesh* `<COMMAND> [ARGS] [OPTIONS]`
*pvesh create* `<api_path>` `[OPTIONS]`
*pvesh create* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
Call API POST on <api_path>.
@ -12,7 +12,7 @@ API path.
Disable automatic proxying.
*pvesh delete* `<api_path>` `[OPTIONS]`
*pvesh delete* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
Call API DELETE on <api_path>.
@ -24,7 +24,7 @@ API path.
Disable automatic proxying.
*pvesh get* `<api_path>` `[OPTIONS]`
*pvesh get* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
Call API GET on <api_path>.
@ -32,30 +32,10 @@ Call API GET on <api_path>.
API path.
`--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).
`--noproxy` `<boolean>` ::
Disable automatic proxying.
`--output-format` `<json | json-pretty | text | yaml>` ('default =' `text`)::
Output format.
`--quiet` `<boolean>` ::
Suppress printing results.
*pvesh help* `[OPTIONS]`
Get help about specified command.
@ -68,7 +48,7 @@ Shows help for a specific command
Verbose output format.
*pvesh ls* `<api_path>` `[OPTIONS]`
*pvesh ls* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
List child objects on <api_path>.
@ -76,31 +56,11 @@ List child objects on <api_path>.
API path.
`--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).
`--noproxy` `<boolean>` ::
Disable automatic proxying.
`--output-format` `<json | json-pretty | text | yaml>` ('default =' `text`)::
Output format.
`--quiet` `<boolean>` ::
Suppress printing results.
*pvesh set* `<api_path>` `[OPTIONS]`
*pvesh set* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
Call API PUT on <api_path>.