jhack icon indicating copy to clipboard operation
jhack copied to clipboard

Jhack is incompatible with juju 2 controllers

Open PietroPasotti opened this issue 2 years ago • 1 comments

Jhack ships with a juju 3 client. As a result it can't use certain commands with juju 2 controllers: juju status will work, but juju status --format=json will not.

This is the reason for #30

PietroPasotti avatar Jan 05 '23 16:01 PietroPasotti

Workaround for SOME issues (juju ssh compatibility) is to use jhack from sources (not the snapped version). Commands that rely on juju cli output may still break, as some of that output (format) is inconsistent between juju versions.

PietroPasotti avatar Sep 14 '23 12:09 PietroPasotti