We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3c96d commit 962d603Copy full SHA for 962d603
README.md
@@ -12,16 +12,18 @@ Export the following variables :
12
- `CONFLUENCE_PARENT_PAGE` (optional): any parent page in a given space
13
- `CONFLUENCE_PAT`: service account personal access token
14
- `CONFLUENCE_SOURCES_URL` (optional): sources repository URL
15
+- `CONFLUENCE_PUBLISH_PREFIX` (optional): add page publication prefix
16
17
```
-usage: tovald [-h] [-v] DOCUMENTATION
18
+usage: tovald [-h] [-v] [-c] DOCUMENTATION
19
20
positional arguments:
21
DOCUMENTATION
22
23
options:
24
-h, --help show this help message and exit
25
-v, --version show program's version number and exit
26
+ -c, --cleanup
27
28
29
## Documentation structure
0 commit comments