summaryrefslogtreecommitdiff
path: root/plugins/juju/README.md
diff options
context:
space:
mode:
authorJose C. Massón <939888+Abuelodelanada@users.noreply.github.com>2023-03-23 05:42:20 -0300
committerGitHub <noreply@github.com>2023-03-23 09:42:20 +0100
commit5efcfc39735c818a9778172356f82ec0eb3e5916 (patch)
tree654895011dff889d3226a9161e0a037b90827494 /plugins/juju/README.md
parentf9f01e48a890ad4359a6973d1b8a7039f57b2d08 (diff)
downloadzsh-5efcfc39735c818a9778172356f82ec0eb3e5916.tar.gz
zsh-5efcfc39735c818a9778172356f82ec0eb3e5916.tar.bz2
zsh-5efcfc39735c818a9778172356f82ec0eb3e5916.zip
feat(juju): add functions to get current controller and model (#11572)
Diffstat (limited to 'plugins/juju/README.md')
-rw-r--r--plugins/juju/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/juju/README.md b/plugins/juju/README.md
index f0c65309c..6ee333f50 100644
--- a/plugins/juju/README.md
+++ b/plugins/juju/README.md
@@ -126,5 +126,7 @@ Naming convention:
- `jaddr <app_name> [unit_num]`: display app or unit IP address.
- `jreld <relation_name> <app_name> <unit_num>`: display app and unit relation data.
- `jclean`: destroy all controllers
+- `jcontroller`: display the controller your are connected to.
+- `jmodel`: display the model your are connected to.
- `wjst [interval_secs] [args_for_watch]`: watch juju status, with optional interval
(default: 5s); you may pass additional arguments to `watch`.