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
Get all option names and values (explicitly reveal sensitive values)
55
-
56
-
<get> <option-name>
57
-
58
-
Get or set a specific option via name
59
-
60
-
<set> <option-name> <value>
61
-
62
-
Set a specific option via name
63
-
64
-
65
-
EXAMPLES
66
-
67
-
List all options
68
-
69
-
wp statichtmloutput options list
70
-
71
-
List all options (revealing sensitive values)
72
-
73
-
wp statichtmloutput options list --reveal_sensitive_values
74
-
75
-
Get option
76
-
77
-
wp statichtmloutput options get selected_deployment_option
78
-
79
-
Set option
80
-
81
-
wp statichtmloutput options set baseUrl 'https://mystaticsite.com'
82
-
```
83
-
-`wp statichtmloutput generate`
84
-
85
-
```
86
-
Generating static copy of WordPress site
87
-
Success: Generated static site archive in 00:00:04
88
-
```
89
-
90
-
-`wp statichtmloutput deploy --test`
91
-
-`wp statichtmloutput deploy`
92
-
-`wp statichtmloutput generate`
93
-
94
-
```
95
-
Generating static copy of WordPress site
96
-
Success: Generated static site archive in 00:00:04
97
-
```
98
-
99
-
-`wp statichtmloutput deploy --test`
100
-
-`wp statichtmloutput deploy`
101
-
102
-
```
103
-
Deploying static site via: zip
104
-
Success: Deployed to: zip in 00:00:01
105
-
Sending confirmation email...
106
-
```
21
+
-`wp statichtmloutput COMMAND`
107
22
108
-
Delete deploy cache
23
+
Where `COMMAND` can be any of:
109
24
110
-
`wp statichtmloutput deploy_cache delete`
25
+
-`options`
26
+
-`generate`
27
+
-`deploy`
28
+
-`deploy_cache`
111
29
112
-
With option `--force`, else will prompt for confirmation.
30
+
Get help for any command by appending `--help`
113
31
114
32
## Hooks
115
33
@@ -214,5 +132,5 @@ Localisation within the plugin isn't supported. Rather, it's recommended to use
214
132
215
133
## Support
216
134
217
-
Please [raise an issue](https://github.com/WP2Static/static-html-output-plugin/issues/new) here on GitHub or on the plugin's [support forum](https://forum.statichtmloutput.com).
135
+
Please [raise an issue](https://github.com/WP2Static/static-html-output-plugin/issues/new) here on GitHub or on the plugin's [support forum](https://forum.wp2static.com).
0 commit comments