Lists http authentication users of a site.
OPTIONS
[<site-name>]
: Name of website / global
for global scope.
[--ip]
: Show whitelisted IPs of site.
[--format=<format>]
: Render output in a particular format.
---
default: table
options:
- table
- csv
- yaml
- json
- count
---
EXAMPLES
# List all auth on site
$ ee auth list example.com
# List all global auth
$ ee auth list global
GLOBAL PARAMETERS
Argument | Description |
---|---|
--sites_path=<path> |
Absolute path to where all sites will be stored. |
--locale=<locale> |
Locale for WordPress. |
--le-mail=<le-mail> |
Mail-id to be used for letsencrypt. |
--wp-mail=<wp-mail> |
Default Mail-id to be used for WordPress site installation. |
--sysctl=<true/false> |
Whether to add sysctl config in docker-compose. |
--[no-]color |
Whether to colorize the output. |
--debug[=<group>] |
Show all PHP errors; add verbosity to EE bootstrap. |
--quiet |
Suppress informational messages. |
SUBCOMMANDS
Name | Description |
---|---|
ee auth create | Creates http authentication for a site. |
ee auth delete | Deletes http authentication for a site. |
ee auth update | Updates http authentication password for a site. |