2012-06-10 16:48:23 +00:00
|
|
|
title: DumpCommand
|
|
|
|
tags: docs command
|
|
|
|
|
|
|
|
!!! dump tiddlers
|
|
|
|
|
|
|
|
Dump the titles of the tiddlers in the wiki store
|
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
--dump tiddlers
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
|
|
|
|
!!! dump tiddler
|
|
|
|
|
|
|
|
Dump the fields of an individual tiddler
|
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
--dump tiddler <title>
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
|
|
|
|
!!! dump shadows
|
|
|
|
|
|
|
|
Dump the titles of the shadow tiddlers in the wiki store
|
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
--dump shadows
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
|
|
|
|
!!! dump config
|
|
|
|
|
|
|
|
Dump the current core configuration
|
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
--dump config
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|