Topics

On this page

Last updated on Dec 9, 2021

ee admin-tools disable

Disables admin-tools on given site.

OPTIONS

[<site-name>]
: Name of website to disable admin-tools on.

[–force]
: Force disabling of admin-tools for a site.

EXAMPLES

# Disable admin tools on site
$ ee admin-tools disable example.com

# Force disable admin tools on site
$ ee admin-tools disable example.com --force

SUBCOMMANDS

NameDescription
ee admin-tools enable

Enables admin tools on site.

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.