]> git.proxmox.com Git - pve-docs.git/blame - pvesh.1-synopsis.adoc
update pvenode.1-synopsis.adoc
[pve-docs.git] / pvesh.1-synopsis.adoc
CommitLineData
17eb42a2
DM
1*pvesh* `<COMMAND> [ARGS] [OPTIONS]`
2
3*pvesh create* `<api_path>` `[OPTIONS]`
4
5Call API POST on <api_path>.
6
7`<api_path>`: `<string>` ::
8
9API path.
10
11`--noproxy` `<boolean>` ::
12
13Disable automatic proxying.
14
15*pvesh delete* `<api_path>` `[OPTIONS]`
16
17Call API DELETE on <api_path>.
18
19`<api_path>`: `<string>` ::
20
21API path.
22
23`--noproxy` `<boolean>` ::
24
25Disable automatic proxying.
26
27*pvesh get* `<api_path>` `[OPTIONS]`
28
29Call API GET on <api_path>.
30
31`<api_path>`: `<string>` ::
32
33API path.
34
35`--human-readable` `<boolean>` ('default =' `1`)::
36
37Call output rendering functions to produce human readable text.
38
39`--noborder` `<boolean>` ('default =' `1`)::
40
41Do not draw borders (for 'text' format).
42
43`--noheader` `<boolean>` ('default =' `1`)::
44
45Do not show column headers (for 'text' format).
46
47`--noproxy` `<boolean>` ::
48
49Disable automatic proxying.
50
51`--output-format` `<json | json-pretty | text | yaml>` ('default =' `text`)::
52
53Output format.
54
55`--quiet` `<boolean>` ::
56
57Suppress printing results.
58
59*pvesh help* `[OPTIONS]`
60
61Get help about specified command.
62
63`--extra-args` `<array>` ::
64
65Shows help for a specific command
66
67`--verbose` `<boolean>` ::
68
69Verbose output format.
70
71*pvesh ls* `<api_path>` `[OPTIONS]`
72
73List child objects on <api_path>.
74
75`<api_path>`: `<string>` ::
76
77API path.
78
79`--human-readable` `<boolean>` ('default =' `1`)::
80
81Call output rendering functions to produce human readable text.
82
83`--noborder` `<boolean>` ('default =' `1`)::
84
85Do not draw borders (for 'text' format).
86
87`--noheader` `<boolean>` ('default =' `1`)::
88
89Do not show column headers (for 'text' format).
90
91`--noproxy` `<boolean>` ::
92
93Disable automatic proxying.
94
95`--output-format` `<json | json-pretty | text | yaml>` ('default =' `text`)::
96
97Output format.
98
99`--quiet` `<boolean>` ::
100
101Suppress printing results.
102
103*pvesh set* `<api_path>` `[OPTIONS]`
104
105Call API PUT on <api_path>.
106
107`<api_path>`: `<string>` ::
108
109API path.
110
111`--noproxy` `<boolean>` ::
112
113Disable automatic proxying.
114
115*pvesh usage* `<api_path>` `[OPTIONS]`
116
117print API usage information for <api_path>.
118
119`<api_path>`: `<string>` ::
120
121API path.
122
123`--command` `<create | delete | get | set>` ::
124
125API command.
126
127`--returns` `<boolean>` ::
128
129Including schema for returned data.
130
131`--verbose` `<boolean>` ::
132
133Verbose output format.
134
135