summaryrefslogtreecommitdiff
path: root/plugins/juju
AgeCommit message (Collapse)Author
2023-03-23feat(juju): add functions to get current controller and model (#11572)Jose C. Massón
2022-02-10refactor(juju)!: use the jsh prefix for `juju show-*` commands (#10426)sed-i
BREAKING CHANGE: some aliases have been renamed to be consistent with the rest. Mainly, aliases for `juju show-` commands are renamed to `jsh*`. This also means that `jsh` and `jshc` have been renamed to `jssh` and `jsshc`. Have a look at the README for the complete alias changes.
2022-02-10style(juju)!: don't show storage status in `wjst` for consistency (#10426)sed-i
BREAKING CHANGE: `wjst` will no longer show storage in the status output. This is done for consistency with the `jst` and `jsts` aliases.
2022-02-10feat(juju): introduce additional juju aliases (#10426)sed-i
2022-02-10feat(juju): add `jclean` function to destroy all registered controllers (#10426)sed-i
Closes #10426
2021-09-29feat(juju): add plugin for Juju (juju.is) (#10075)Leon
Co-authored-by: Jon Seager <jon@sgrs.uk>