You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Jhack ships with a juju 3 client. As a result it can't use certain commands with juju 2 controllers:
juju status
will work, butjuju status --format=json
will not.This is the reason for #30
The text was updated successfully, but these errors were encountered: