We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e30ff5b + afbb7a6 commit 66d7424Copy full SHA for 66d7424
1 file changed
src/elasticms-admin/commands/commands.md
@@ -301,6 +301,36 @@ Options:
301
--limit=LIMIT limit the results inside mail [default: 10]
302
```
303
304
+#### Revision Lock All
305
+
306
+Lock all revisions in the admin.
307
308
+```bash
309
+Description:
310
+ Lock all revisions
311
312
+Usage:
313
+ emsco:revision:lock-all [options] [--] <user>
314
315
+Arguments:
316
+ user User to lock all revisions
317
318
+Options:
319
+ --time=TIME Lock time [default: "+10 minutes"]
320
+```
321
322
+#### Revision Unlock All
323
324
+Unlock all revisions in the admin.
325
326
327
328
+ emsco:revision:unlock-all <user>
329
330
331
332
333
334
### Submission
335
336
#### Submission export
0 commit comments