]> git.proxmox.com Git - pve-docs.git/blobdiff - pveum.1-synopsis.adoc
pvecm: re-add "multiple cluster in same net" section
[pve-docs.git] / pveum.1-synopsis.adoc
index d9fbde635513d1572453a40d6898fbfac639111b..6f0d58b09b9278c5a446ec4d3ec9180184f0349a 100644 (file)
@@ -1,6 +1,6 @@
 *pveum* `<COMMAND> [ARGS] [OPTIONS]`
 
-*pveum acldel* `<path> -roles <string>` `[OPTIONS]`
+*pveum acl delete* `<path> --roles <string>` `[OPTIONS]`
 
 Update Access Control List (add or remove permissions).
 
@@ -8,25 +8,23 @@ Update Access Control List (add or remove permissions).
 
 Access control path
 
-`-groups` `<string>` ::
+`--groups` `<string>` ::
 
 List of groups.
 
-`-propagate` `<boolean>` ('default =' `1`)::
+`--propagate` `<boolean>` ('default =' `1`)::
 
 Allow to propagate (inherit) permissions.
 
-`-roles` `<string>` ::
+`--roles` `<string>` ::
 
 List of roles.
 
-`-users` `<string>` ::
+`--users` `<string>` ::
 
 List of users.
 
-
-
-*pveum aclmod* `<path> -roles <string>` `[OPTIONS]`
+*pveum acl modify* `<path> --roles <string>` `[OPTIONS]`
 
 Update Access Control List (add or remove permissions).
 
@@ -34,26 +32,31 @@ Update Access Control List (add or remove permissions).
 
 Access control path
 
-`-groups` `<string>` ::
+`--groups` `<string>` ::
 
 List of groups.
 
-`-propagate` `<boolean>` ('default =' `1`)::
+`--propagate` `<boolean>` ('default =' `1`)::
 
 Allow to propagate (inherit) permissions.
 
-`-roles` `<string>` ::
+`--roles` `<string>` ::
 
 List of roles.
 
-`-users` `<string>` ::
+`--users` `<string>` ::
 
 List of users.
 
+*pveum acldel*
+
+An alias for 'pveum acl delete'.
 
+*pveum aclmod*
 
+An alias for 'pveum acl modify'.
 
-*pveum groupadd* `<groupid>` `[OPTIONS]`
+*pveum group add* `<groupid>` `[OPTIONS]`
 
 Create new group.
 
@@ -61,13 +64,11 @@ Create new group.
 
 no description available
 
-`-comment` `<string>` ::
+`--comment` `<string>` ::
 
 no description available
 
-
-
-*pveum groupdel* `<groupid>`
+*pveum group delete* `<groupid>`
 
 Delete group.
 
@@ -75,9 +76,7 @@ Delete group.
 
 no description available
 
-
-
-*pveum groupmod* `<groupid>` `[OPTIONS]`
+*pveum group modify* `<groupid>` `[OPTIONS]`
 
 Update group data.
 
@@ -85,27 +84,33 @@ Update group data.
 
 no description available
 
-`-comment` `<string>` ::
+`--comment` `<string>` ::
 
 no description available
 
+*pveum groupadd*
 
+An alias for 'pveum group add'.
 
+*pveum groupdel*
 
-*pveum help* `[<cmd>]` `[OPTIONS]`
+An alias for 'pveum group delete'.
 
-Get help about specified command.
+*pveum groupmod*
 
-`<cmd>`: `<string>` ::
+An alias for 'pveum group modify'.
 
-Command name
+*pveum help* `[OPTIONS]`
 
-`-verbose` `<boolean>` ::
+Get help about specified command.
 
-Verbose output format.
+`--extra-args` `<array>` ::
 
+Shows help for a specific command
 
+`--verbose` `<boolean>` ::
 
+Verbose output format.
 
 *pveum passwd* `<userid>`
 
@@ -115,10 +120,7 @@ Change user password.
 
 User ID
 
-
-
-
-*pveum roleadd* `<roleid>` `[OPTIONS]`
+*pveum role add* `<roleid>` `[OPTIONS]`
 
 Create new role.
 
@@ -126,13 +128,11 @@ Create new role.
 
 no description available
 
-`-privs` `<string>` ::
+`--privs` `<string>` ::
 
 no description available
 
-
-
-*pveum roledel* `<roleid>`
+*pveum role delete* `<roleid>`
 
 Delete role.
 
@@ -140,28 +140,35 @@ Delete role.
 
 no description available
 
+*pveum role modify* `<roleid>` `[OPTIONS]`
 
-
-*pveum rolemod* `<roleid> -privs <string>` `[OPTIONS]`
-
-Create new role.
+Update an existing role.
 
 `<roleid>`: `<string>` ::
 
 no description available
 
-`-append` `<boolean>` ::
+`--append` `<boolean>` ::
 
 no description available
 +
 NOTE: Requires option(s): `privs`
 
-`-privs` `<string>` ::
+`--privs` `<string>` ::
 
 no description available
 
+*pveum roleadd*
+
+An alias for 'pveum role add'.
+
+*pveum roledel*
 
+An alias for 'pveum role delete'.
 
+*pveum rolemod*
+
+An alias for 'pveum role modify'.
 
 *pveum ticket* `<username>` `[OPTIONS]`
 
@@ -171,30 +178,27 @@ Create or verify authentication ticket.
 
 User name
 
-`-otp` `<string>` ::
+`--otp` `<string>` ::
 
 One-time password for Two-factor authentication.
 
-`-path` `<string>` ::
+`--path` `<string>` ::
 
 Verify ticket, and check if user have access 'privs' on 'path'
 +
 NOTE: Requires option(s): `privs`
 
-`-privs` `<string>` ::
+`--privs` `<string>` ::
 
 Verify ticket, and check if user have access 'privs' on 'path'
 +
 NOTE: Requires option(s): `path`
 
-`-realm` `<string>` ::
+`--realm` `<string>` ::
 
 You can optionally pass the realm using this parameter. Normally the realm is simply added to the username <username>@<relam>.
 
-
-
-
-*pveum useradd* `<userid>` `[OPTIONS]`
+*pveum user add* `<userid>` `[OPTIONS]`
 
 Create new user.
 
@@ -202,45 +206,43 @@ Create new user.
 
 User ID
 
-`-comment` `<string>` ::
+`--comment` `<string>` ::
 
 no description available
 
-`-email` `<string>` ::
+`--email` `<string>` ::
 
 no description available
 
-`-enable` `<boolean>` ('default =' `1`)::
+`--enable` `<boolean>` ('default =' `1`)::
 
-Enable the account (default). You can set this to '0' to disable the accout
+Enable the account (default). You can set this to '0' to disable the account
 
-`-expire` `<integer> (0 - N)` ::
+`--expire` `<integer> (0 - N)` ::
 
 Account expiration date (seconds since epoch). '0' means no expiration date.
 
-`-firstname` `<string>` ::
+`--firstname` `<string>` ::
 
 no description available
 
-`-groups` `<string>` ::
+`--groups` `<string>` ::
 
 no description available
 
-`-keys` `<string>` ::
+`--keys` `<string>` ::
 
 Keys for two factor auth (yubico).
 
-`-lastname` `<string>` ::
+`--lastname` `<string>` ::
 
 no description available
 
-`-password` ::
+`--password` `<string>` ::
 
 Initial password.
 
-
-
-*pveum userdel* `<userid>`
+*pveum user delete* `<userid>`
 
 Delete user.
 
@@ -248,9 +250,7 @@ Delete user.
 
 User ID
 
-
-
-*pveum usermod* `<userid>` `[OPTIONS]`
+*pveum user modify* `<userid>` `[OPTIONS]`
 
 Update user configuration.
 
@@ -258,44 +258,54 @@ Update user configuration.
 
 User ID
 
-`-append` `<boolean>` ::
+`--append` `<boolean>` ::
 
 no description available
 +
 NOTE: Requires option(s): `groups`
 
-`-comment` `<string>` ::
+`--comment` `<string>` ::
 
 no description available
 
-`-email` `<string>` ::
+`--email` `<string>` ::
 
 no description available
 
-`-enable` `<boolean>` ::
+`--enable` `<boolean>` ('default =' `1`)::
 
-Enable/disable the account.
+Enable the account (default). You can set this to '0' to disable the account
 
-`-expire` `<integer> (0 - N)` ::
+`--expire` `<integer> (0 - N)` ::
 
 Account expiration date (seconds since epoch). '0' means no expiration date.
 
-`-firstname` `<string>` ::
+`--firstname` `<string>` ::
 
 no description available
 
-`-groups` `<string>` ::
+`--groups` `<string>` ::
 
 no description available
 
-`-keys` `<string>` ::
+`--keys` `<string>` ::
 
 Keys for two factor auth (yubico).
 
-`-lastname` `<string>` ::
+`--lastname` `<string>` ::
 
 no description available
 
+*pveum useradd*
+
+An alias for 'pveum user add'.
+
+*pveum userdel*
+
+An alias for 'pveum user delete'.
+
+*pveum usermod*
 
+An alias for 'pveum user modify'.