Skip to content

[Feature]: DryRun option #57

@javierbrea

Description

@javierbrea

Package

markdown-confluence-sync

Description

It would be useful to allow to run the process without sending the files to Confluence. This would enable to check the configuration and files syntax in an earlier integration phase (such as in PRs), without sending it to Confluence, which probably should be done in another CI phase.

Currently, there is a confluence.dryRun option, but it calculates all actions that would be performed in Confluence, which implies communicating with the Confluence instance. As this may require secrets, etc., it would be better to simply check the files and configuration locally without further action.

Suggested Solution

A dryRun option could be added. It should disable only the Confluence synchronization.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions