]> git.proxmox.com Git - pve-docs.git/blame - pvesh.adoc
build: refactor build process
[pve-docs.git] / pvesh.adoc
CommitLineData
17eb42a2
DM
1ifdef::manvolnum[]
2pvesh(1)
3========
4:pve-toplevel:
5
6NAME
7----
8
9pvesh - Shell interface for the Proxmox VE API
10
11SYNOPSIS
12--------
13
14include::pvesh.1-synopsis.adoc[]
15
16DESCRIPTION
17-----------
18endif::manvolnum[]
19
20ifndef::manvolnum[]
21Shell interface for the Proxmox VE API
22======================================
23:pve-toplevel:
24endif::manvolnum[]
25
26
27The {PVE} management tool (`pvesh`) allows to directly invoke API
28function, without using the REST/HTTPS server.
29
30NOTE: Only 'root' is allowed to do that.
31
32
ed53a3e6 33ifdef::manvolnum[]
2c5571e3 34include::output-format.adoc[]
ed53a3e6 35endif::manvolnum[]
2c5571e3
DM
36
37
17eb42a2
DM
38EXAMPLES
39--------
40
41Get the list of nodes in my cluster
42
43 # pvesh get /nodes
44
45Get a list of available options for the data center
46
47 # pvesh usage cluster/options -v
48
49Set the HTMl5 NoVNC console as the default console for the data center
50
51 # pvesh set cluster/options -console html5
52
53
54ifdef::manvolnum[]
55include::pve-copyright.adoc[]
56endif::manvolnum[]