Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Add directory traversal mode #13

@VTimofeenko

Description

@VTimofeenko

The script can have a new mode that allows posting a nested set of pages. Consider the following structure:

.
├── a
│   ├── a.confluencewiki
│   ├── attachment_1
│   └── b
│       └── b.confluencewiki
└── config.toml

2 directories, 4 files

Script would:

  1. Create page "a", with content from 'a.confluencewiki'
  2. Attach attachment_1 to "a"
  3. Create child "b" of page "a" with content from b.confluencewiki

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions