File tree Expand file tree Collapse file tree 11 files changed +30
-30
lines changed Expand file tree Collapse file tree 11 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 9
9
10
10
- Clone a container with a custom name:
11
11
12
- ` pct clone {{template_id}} {{copy_id}} --hostname {{host_name}} `
12
+ ` pct {{[cl| clone]}} {{template_id}} {{copy_id}} --hostname {{host_name}} `
Original file line number Diff line number Diff line change 5
5
6
6
- Convert a container into a template:
7
7
8
- ` pct template {{100}} `
8
+ ` pct {{[t| template]}} {{100}} `
Original file line number Diff line number Diff line change 5
5
6
6
- Compile and print all firewall rules:
7
7
8
- ` pve-firewall compile `
8
+ ` pve-firewall {{[c| compile]}} `
9
9
10
10
- Show information about the local network:
11
11
12
- ` pve-firewall localnet `
12
+ ` pve-firewall {{[l| localnet]}} `
13
13
14
14
- Restart the Proxmox VE Firewall service:
15
15
16
- ` pve-firewall restart `
16
+ ` pve-firewall {{[r| restart]}} `
17
17
18
18
- Start the Proxmox VE Firewall service:
19
19
25
25
26
26
- Simulate all firewall rules:
27
27
28
- ` pve-firewall simulate `
28
+ ` pve-firewall {{[si| simulate]}} `
29
29
30
30
- Show the status of Proxmox VE Firewall:
31
31
Original file line number Diff line number Diff line change 5
5
6
6
- Update container template database:
7
7
8
- ` pveam update `
8
+ ` pveam {{[u| update]}} `
9
9
10
10
- List available templates:
11
11
12
- ` pveam available `
12
+ ` pveam {{[a| available]}} `
13
13
14
14
- Download a template:
15
15
16
- ` pveam download {{local}} {{template_name}} `
16
+ ` pveam {{[d| download]}} {{local}} {{template_name}} `
17
17
18
18
- List downloaded templates:
19
19
20
- ` pveam list {{local}} `
20
+ ` pveam {{[l| list]}} {{local}} `
Original file line number Diff line number Diff line change 9
9
10
10
- Add a node to the cluster configuration (internal use):
11
11
12
- ` pvecm addnode {{node}} `
12
+ ` pvecm {{[addn| addnode]}} {{node}} `
13
13
14
14
- Display the version of the cluster join API available on this node:
15
15
16
- ` pvecm apiver `
16
+ ` pvecm {{[ap| apiver]}} `
17
17
18
18
- Generate new cluster configuration:
19
19
20
- ` pvecm create {{clustername}} `
20
+ ` pvecm {{[c| create]}} {{clustername}} `
21
21
22
22
- Remove a node from the cluster configuration:
23
23
24
- ` pvecm delnode {{node}} `
24
+ ` pvecm {{[d| delnode]}} {{node}} `
25
25
26
26
- Display the local view of the cluster nodes:
27
27
28
- ` pvecm nodes `
28
+ ` pvecm {{[n| nodes]}} `
29
29
30
30
- Display the local view of the cluster status:
31
31
32
- ` pvecm status `
32
+ ` pvecm {{[s| status]}} `
Original file line number Diff line number Diff line change 5
5
6
6
- List available nodes:
7
7
8
- ` pvesh get /nodes `
8
+ ` pvesh {{[g| get]}} /nodes `
9
9
10
10
- Discover API paths:
11
11
12
- ` pvesh ls {{/}} `
12
+ ` pvesh {{[l|ls]}} {{/}} `
Original file line number Diff line number Diff line change 5
5
6
6
- Get status for all datastores:
7
7
8
- ` pvesm status `
8
+ ` pvesm {{[st| status]}} `
9
9
10
10
- List storage contents:
11
11
12
- ` pvesm list {{storage_name}} `
12
+ ` pvesm {{[l| list]}} {{storage_name}} `
13
13
14
14
- Add a directory storage:
15
15
16
- ` pvesm add dir {{storage_name}} --path {{path/to/directory}} `
16
+ ` pvesm add {{[d| dir]}} {{storage_name}} --path {{path/to/directory}} `
17
17
18
18
- Remove a storage:
19
19
20
- ` pvesm remove {{storage_name}} `
20
+ ` pvesm {{[r| remove]}} {{storage_name}} `
Original file line number Diff line number Diff line change 5
5
6
6
- List users:
7
7
8
- ` pveum user list `
8
+ ` pveum {{[u| user]}} {{[l| list]}} `
9
9
10
10
- Add a user:
11
11
12
- ` pveum user add {{username}}@pve `
12
+ ` pveum {{[u| user]}} {{[a| add]}} {{username}}@pve `
13
13
14
14
- Delete a user:
15
15
16
- ` pveum user delete {{username}}@pve `
16
+ ` pveum {{[u| user]}} {{[d| delete]}} {{username}}@pve `
Original file line number Diff line number Diff line change 5
5
6
6
- Rescan all storages and update disk sizes and unused disk images of a specific virtual machine:
7
7
8
- ` qm disk rescan {{vm_id}} `
8
+ ` qm {{[di| disk]}} {{[resc| rescan]}} {{vm_id}} `
9
9
10
10
- Perform a dry-run of rescan on a specific virtual machine and do not write any changes to configurations:
11
11
12
- ` qm disk rescan --dryrun {{true}} {{vm_id}} `
12
+ ` qm {{[di| disk]}} {{[resc| rescan]}} --dryrun {{true}} {{vm_id}} `
Original file line number Diff line number Diff line change 5
5
6
6
- List all virtual machines:
7
7
8
- ` qm list `
8
+ ` qm {{[l| list]}} `
9
9
10
10
- List all virtual machines with a full status about the ones which are currently running:
11
11
12
- ` qm list --full 1 `
12
+ ` qm {{[l| list]}} --full 1 `
You can’t perform that action at this time.
0 commit comments