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
_confluence-outdated_ searches a Confluence space for documents that haven't been updated for a specified time and
8
8
notifies the author of the last version of each document or a separate page maintainer.
9
9
10
-
## Installation
10
+
## Usage
11
11
12
-
Install _confluence-outdated_globally running
12
+
_confluence-outdated_can be used with Docker to quickly run it without any further dependencies.
13
13
14
-
npm install -g confluence-outdated
14
+
docker run --rm -it ghcr.io/dodevops/confluence-outdated:main <arguments>
15
15
16
16
## Configuration Document
17
17
@@ -21,7 +21,7 @@ _confluence-outdated_ reads its configuration from a Confluence document.
21
21
The structure of this document is based on Panels and tables. To ease the creation of this document,
22
22
_confluence-outdated_ includes a command to create a template document:
23
23
24
-
confluence-outdated createconfigurationdocument --url <Confluence base URL> --user <Username> --password <Password> --space <Key of space that should hold the document> --title <Title for the configuration document> --parentId <Page ID that the configuration document is place under>
24
+
confluence-outdated CreateConfigurationDocument --url <Confluence base URL> --user <Username> --password <Password> --space <Key of space that should hold the document> --title <Title for the configuration document> --parentId <Page ID that the configuration document is place under>
0 commit comments