1.2.0 • Published 4 years ago
@axway/act v1.2.0
Axway Confluence Tool
act is a CLI program that retrieves space and page info, generates a sitemap
JSON file, and imports content into Confluence.
Installation
This tool can be installed via the AMPLIFY CLI or via npm:
amplify pm i @axway/actor
[sudo] npm i -g @axway/actUsage
Begin by configuring the tool:
[amplify] act configureGet info about a space:
[amplify] act space <name>Get info about a page:
[amplify] act page <id>Generate a sitemap file:
[amplify] act sitemapGenerate an import manifest file:
[amplify] act manifest <csv|excel|tab>Import content:
[amplify] act import --content-dir <path/to/content> --manifest <path/to/xslx-csv-or-tab-delimited-file>