From 78cbb3fe5e867bda421d633e7c188b4d71b9762f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yui=28=E3=82=86=E3=81=84=29?= <132864240+cnYui@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:09:00 +0900 Subject: [PATCH] fix(juju): add missing `junex` alias (#14076) --- plugins/juju/juju.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/juju/juju.plugin.zsh b/plugins/juju/juju.plugin.zsh index a7bd98d7e..0d6555c58 100644 --- a/plugins/juju/juju.plugin.zsh +++ b/plugins/juju/juju.plugin.zsh @@ -35,6 +35,7 @@ alias jdlr='juju debug-log --ms --replay' alias jcon='juju consume' alias jeb='juju export-bundle' alias jex='juju expose' +alias junex='juju unexpose' alias jh='juju help' alias jkc='juju kill-controller -y -t 0' alias jm='juju models'