mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-21 08:13:18 +00:00
48 lines
824 B
Plaintext
48 lines
824 B
Plaintext
*pmgsubscription* `<COMMAND> [ARGS] [OPTIONS]`
|
|
|
|
*pmgsubscription delete*
|
|
|
|
Delete subscription key.
|
|
|
|
*pmgsubscription get*
|
|
|
|
Read subscription info.
|
|
|
|
*pmgsubscription help* `[OPTIONS]`
|
|
|
|
Get help about specified command.
|
|
|
|
`--extra-args` `<array>` ::
|
|
|
|
Shows help for a specific command
|
|
|
|
`--verbose` `<boolean>` ::
|
|
|
|
Verbose output format.
|
|
|
|
*pmgsubscription set* `<key>`
|
|
|
|
Set subscription key.
|
|
|
|
`<key>`: `pmg([cbsp])-[0-9a-f]{10}` ::
|
|
|
|
Proxmox Mail Gateway subscription key
|
|
|
|
*pmgsubscription set-offline-key* `<data>`
|
|
|
|
(Internal use only!) Set a signed subscription info blob as offline key
|
|
|
|
`<data>`: `<string>` ::
|
|
|
|
no description available
|
|
|
|
*pmgsubscription update* `[OPTIONS]`
|
|
|
|
Update subscription info.
|
|
|
|
`--force` `<boolean>` ('default =' `0`)::
|
|
|
|
Always connect to server, even if we have up to date info inside local cache.
|
|
|
|
|