You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ols --dry-run site update example.com --enable-recaptcha --disable-owasp --disable-ns
96
+
ols --dry-run site update example.com --enable-recaptcha --disable-owasp --disable-ns --le
97
97
ols --dry-run site info example.com
98
98
ols --dry-run site show example.com
99
99
ols --dry-run site list
@@ -125,7 +125,7 @@ ols site (command) [options]
125
125
| Subcommand | Purpose | Options |
126
126
| --- | --- | --- |
127
127
|`create`| Create a new site/vhost |`--wp``--le``--php81``--php82``--php83``--php84``--php85``--enable-owasp``--disable-owasp``--enable-recaptcha``--disable-recaptcha``--enable-ns``--disable-ns``--hsts`|
128
-
|`update`| Update an existing site (PHP target optional when only security flags are used) |`--wp` (requires one of `--php81``--php82``--php83``--php84``--php85`), or security flags only: `--enable-owasp``--disable-owasp``--enable-recaptcha``--disable-recaptcha``--enable-ns``--disable-ns``--hsts`|
128
+
|`update`| Update an existing site (PHP target optional when only security/LE flags are used) |`--wp` (requires one of `--php81``--php82``--php83``--php84``--php85`), optional `--le`, or security flags only: `--enable-owasp``--disable-owasp``--enable-recaptcha``--disable-recaptcha``--enable-ns``--disable-ns``--hsts`|
129
129
|`info`| Show site metadata and detected status ||
returnapperr.New(apperr.CodeValidation, "no update action provided; pass PHP version and/or security flags such as --enable-owasp, --enable-recaptcha, --disable-owasp, --disable-recaptcha, --enable-ns, --disable-ns, --hsts")
0 commit comments