A tool for migration from Slite to Confluence Cloud.
$ npx itareeee/slite2confl [options] <slite-url> <confluence-url>
slite-url
: Slite Channel URL or Note URL to migrate- e.g. https://${your}.slite.com/app/channels/{channelId}
- e.g. https://${your}.slite.com/app/channels/{channelId}/notes/{noteId}
confluence-url
: Confluence Page URL under which the slite notes are migrated.
--slite-token
(default: environment variableSLITE_TOKEN
)- Go to {your}.slite.com, open DevTool, and Run
copy(JSON.parse(localStorage.TOKENS).apiToken)
on console
- Go to {your}.slite.com, open DevTool, and Run
--confluence-token
(default: environment variableCONFLUENCE_TOKEN
)--confluence-email
(default: environment variableCONFLUENCE_EMAIL
)
-r, --recursive
-d, --dry-run