Open
Description
Version: v4.0.0-alpha-2
When attempting to run a sync with a single "hello world" inside of my md file, the CLI command succeeds and returns :
1 to add, 0 to change, 0 to delete.
However, the request is not complete and hangs. There also isn't a timeout or debug logging.
./markdown2confluence sync \ --password '<<valid token>>' \ --endpoint <<valid endpoint>> \ --parent '<<parent>>' \ --space '<<space>>' \ --title '<<title>>' \ --username '<<username>>' \ --auto-approve \ updates.md
The behavior is the same locally and in a linux environment. See below for workflow example. Cancelled the job after 20 minutes.
