pmg-docs/pmgsh.adoc
Dietmar Maurer e051eef829 cleanup
2017-02-23 11:38:17 +01:00

74 lines
886 B
Plaintext

[[chapter_pmgsh]]
ifdef::manvolnum[]
pmgsh(1)
========
:pmg-toplevel:
NAME
----
pmgsh - Proxmox Mail Gateway API Shell
SYNOPSIS
--------
include::pmgsh.1-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
API Shell
=========
:pmg-toplevel:
endif::manvolnum[]
Toolkit to access the Proxmox Mail Gateway API via the command line.
Examples
--------
List entries:
----
# pmgsh ls /
----
Call method 'GET' on an specific API path:
----
# pmgsh get /version
----
View current mail configuration:
----
# pmgsh get /config/mail
----
Get help for a specific path:
----
# pmgsh help /config/mail -v
----
Disable option 'spf' in '/config/mail'
----
# pmgsh set /config/mail -spf 0
----
Delete 'spf' setting from '/config/mail'
----
# pmgsh set /config/mail -delete spf
----
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]