diff --git a/pages/linux/pct-clone.md b/pages/linux/pct-clone.md index 9a6343f039..cfc3956cc5 100644 --- a/pages/linux/pct-clone.md +++ b/pages/linux/pct-clone.md @@ -9,4 +9,4 @@ - Clone a container with a custom name: -`pct clone {{template_id}} {{copy_id}} --hostname {{host_name}}` +`pct {{[cl|clone]}} {{template_id}} {{copy_id}} --hostname {{host_name}}` diff --git a/pages/linux/pct-template.md b/pages/linux/pct-template.md index 47428be1a5..6a6044caac 100644 --- a/pages/linux/pct-template.md +++ b/pages/linux/pct-template.md @@ -5,4 +5,4 @@ - Convert a container into a template: -`pct template {{100}}` +`pct {{[t|template]}} {{100}}` diff --git a/pages/linux/pve-firewall.md b/pages/linux/pve-firewall.md index 38242aeebd..170d73a20e 100644 --- a/pages/linux/pve-firewall.md +++ b/pages/linux/pve-firewall.md @@ -5,15 +5,15 @@ - Compile and print all firewall rules: -`pve-firewall compile` +`pve-firewall {{[c|compile]}}` - Show information about the local network: -`pve-firewall localnet` +`pve-firewall {{[l|localnet]}}` - Restart the Proxmox VE Firewall service: -`pve-firewall restart` +`pve-firewall {{[r|restart]}}` - Start the Proxmox VE Firewall service: @@ -25,7 +25,7 @@ - Simulate all firewall rules: -`pve-firewall simulate` +`pve-firewall {{[si|simulate]}}` - Show the status of Proxmox VE Firewall: diff --git a/pages/linux/pveam.md b/pages/linux/pveam.md index 4e4a197edc..19b6532a4d 100644 --- a/pages/linux/pveam.md +++ b/pages/linux/pveam.md @@ -5,16 +5,16 @@ - Update container template database: -`pveam update` +`pveam {{[u|update]}}` - List available templates: -`pveam available` +`pveam {{[a|available]}}` - Download a template: -`pveam download {{local}} {{template_name}}` +`pveam {{[d|download]}} {{local}} {{template_name}}` - List downloaded templates: -`pveam list {{local}}` +`pveam {{[l|list]}} {{local}}` diff --git a/pages/linux/pvecm.md b/pages/linux/pvecm.md index cf5c995c7a..310450fcaf 100644 --- a/pages/linux/pvecm.md +++ b/pages/linux/pvecm.md @@ -9,24 +9,24 @@ - Add a node to the cluster configuration (internal use): -`pvecm addnode {{node}}` +`pvecm {{[addn|addnode]}} {{node}}` - Display the version of the cluster join API available on this node: -`pvecm apiver` +`pvecm {{[ap|apiver]}}` - Generate new cluster configuration: -`pvecm create {{clustername}}` +`pvecm {{[c|create]}} {{clustername}}` - Remove a node from the cluster configuration: -`pvecm delnode {{node}}` +`pvecm {{[d|delnode]}} {{node}}` - Display the local view of the cluster nodes: -`pvecm nodes` +`pvecm {{[n|nodes]}}` - Display the local view of the cluster status: -`pvecm status` +`pvecm {{[s|status]}}` diff --git a/pages/linux/pvesh.md b/pages/linux/pvesh.md index d486292cc1..9cf50ac779 100644 --- a/pages/linux/pvesh.md +++ b/pages/linux/pvesh.md @@ -5,8 +5,8 @@ - List available nodes: -`pvesh get /nodes` +`pvesh {{[g|get]}} /nodes` - Discover API paths: -`pvesh ls {{/}}` +`pvesh {{[l|ls]}} {{/}}` diff --git a/pages/linux/pvesm.md b/pages/linux/pvesm.md index f4282d1821..dd799c010d 100644 --- a/pages/linux/pvesm.md +++ b/pages/linux/pvesm.md @@ -5,16 +5,16 @@ - Get status for all datastores: -`pvesm status` +`pvesm {{[st|status]}}` - List storage contents: -`pvesm list {{storage_name}}` +`pvesm {{[l|list]}} {{storage_name}}` - Add a directory storage: -`pvesm add dir {{storage_name}} --path {{path/to/directory}}` +`pvesm add {{[d|dir]}} {{storage_name}} --path {{path/to/directory}}` - Remove a storage: -`pvesm remove {{storage_name}}` +`pvesm {{[r|remove]}} {{storage_name}}` diff --git a/pages/linux/pveum.md b/pages/linux/pveum.md index e914c1fa43..ffa903f9a3 100644 --- a/pages/linux/pveum.md +++ b/pages/linux/pveum.md @@ -5,12 +5,12 @@ - List users: -`pveum user list` +`pveum {{[u|user]}} {{[l|list]}}` - Add a user: -`pveum user add {{username}}@pve` +`pveum {{[u|user]}} {{[a|add]}} {{username}}@pve` - Delete a user: -`pveum user delete {{username}}@pve` +`pveum {{[u|user]}} {{[d|delete]}} {{username}}@pve` diff --git a/pages/linux/qm-disk-rescan.md b/pages/linux/qm-disk-rescan.md index e1d4157c76..1caf0b642a 100644 --- a/pages/linux/qm-disk-rescan.md +++ b/pages/linux/qm-disk-rescan.md @@ -5,8 +5,8 @@ - Rescan all storages and update disk sizes and unused disk images of a specific virtual machine: -`qm disk rescan {{vm_id}}` +`qm {{[di|disk]}} {{[resc|rescan]}} {{vm_id}}` - Perform a dry-run of rescan on a specific virtual machine and do not write any changes to configurations: -`qm disk rescan --dryrun {{true}} {{vm_id}}` +`qm {{[di|disk]}} {{[resc|rescan]}} --dryrun {{true}} {{vm_id}}` diff --git a/pages/linux/qm-list.md b/pages/linux/qm-list.md index e294fd175a..9f93d3b02e 100644 --- a/pages/linux/qm-list.md +++ b/pages/linux/qm-list.md @@ -5,8 +5,8 @@ - List all virtual machines: -`qm list` +`qm {{[l|list]}}` - List all virtual machines with a full status about the ones which are currently running: -`qm list --full 1` +`qm {{[l|list]}} --full 1` diff --git a/pages/linux/qm-terminal.md b/pages/linux/qm-terminal.md index 8050d60187..aad67f5015 100644 --- a/pages/linux/qm-terminal.md +++ b/pages/linux/qm-terminal.md @@ -5,7 +5,7 @@ - Attach to a terminal: -`qm terminal {{100}}` +`qm {{[ter|terminal]}} {{100}}` - Detach from a terminal: