-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
feature requestNew feature requestNew feature request
Milestone
Description
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
feature requestNew feature requestNew feature request