Usage: cpanel [OPTIONS] COMMAND...

A command line interface for the cPanel Unrestricted API.

OPTIONS
    -h, --help                  print this help and exit
    -V, --version               print version information and exit
    -H HOST, --hostname=HOST    cPanel server hostname
    -U USER, --username=USER    username on cPanel server
    -T UTOKEN, --utoken=UTOKEN  UAPI token associated to USER

AUTHENTICATION
You can pass the HOST, USER and UTOKEN credentials directly as options, as
shown above, or, better yet, write a .cpanelrc file on your $HOME
directory. See the Authentication section in the User’s Guide at:
https://cpanel-cli.readthedocs.io/en/latest/installation.html#authentication

COMMAND is a sequence of two or more keywords describing a task; the general
form of the command keyword list is:

    \033[1mcpanel VERB MODULE TARGET [ARGUMENTS...]\033[0m

EXAMPLES
    \033[1;34mcpanel list features\033[00m
    \033[1;34mcpanel list mail accounts\033[00m
    \033[1;34mcpanel get mail filter scott@example.com spamkiller\033[00m

Notice the keywords follow the natural English sentence order, i.e.,
‘list features’, ‘get mail filter’, etc.

Output from most commands is JSON-formatted, except for commands that set or change
remote state.

Use ‘cpanel help modules’ for more information about implemented modules.

For a complete User’s Guide go to: https://cpanel-cli.readthedocs.io/en/latest/

DEVELOPMENT
    Visit the project page at: https://github.com/layfellow/cpanel-cli/

---

Usage: cpanel help MODULE

\033[1mMODULES\033[0m

The currently implemented modules are:

accounts
backup
bandwidth
cache
dir
dns
domains
features
files
locales
log
mail
quota
ssh
ip
stats
styles
subaccounts
themes
usage
webmail
mailman
ftp
mysql
postgres

Use ‘cpanel help MODULE’ to learn more about the functions implemented
for MODULE; for example, ‘cpanel help mail’ to print detailed help on all
the functions implemented for the ‘mail’ module.

For a complete User’s Guide go to: https://cpanel-cli.readthedocs.io/en/latest/

---

Usage: cpanel help dir SUBMODULE

\033[1mSUBMODULES\033[0m

The currently implemented submodules for ‘dir’ are:

dir indexing
dir privacy
dir user
dir protection

Use ‘cpanel help dir SUBMODULE’ to learn more about the functions implemented
for SUBMODULE; for example, ‘cpanel help dir privacy’ to print detailed
help on all the functions implemented for ‘dir privacy’.

For a complete User’s Guide go to: https://cpanel-cli.readthedocs.io/en/latest/

---

Usage: cpanel help mail SUBMODULE

\033[1mSUBMODULES\033[0m

The currently implemented submodules for ‘mail’ are:

mail accounts
mail settings
mail boxes
mail autoresponders
mail forwarders
mail filters
mail quota
mail usage

Use ‘cpanel help mail SUBMODULES’ to learn more about the functions implemented
for SUBMODULE; for example, ‘cpanel help mail autoresponders’ to print detailed
help on all the functions implemented for ‘mail autoresponders’.

For a complete User’s Guide go to: https://cpanel-cli.readthedocs.io/en/latest/

---

