summaryrefslogtreecommitdiff
path: root/plugins/juju/README.md
diff options
context:
space:
mode:
authorsed-i <82407168+sed-i@users.noreply.github.com>2021-11-15 16:27:19 -0500
committerMarc Cornellà <hello@mcornella.com>2022-02-10 11:42:16 +0100
commitf045810697d423d108617ccd48bd7a414cb58734 (patch)
tree59a9642242e21ea2eb1841b0ed73992b6467c45d /plugins/juju/README.md
parentc41f2e7a0947139db79ae234b994467ff921f4cb (diff)
downloadzsh-f045810697d423d108617ccd48bd7a414cb58734.tar.gz
zsh-f045810697d423d108617ccd48bd7a414cb58734.tar.bz2
zsh-f045810697d423d108617ccd48bd7a414cb58734.zip
feat(juju): add `jclean` function to destroy all registered controllers (#10426)
Closes #10426
Diffstat (limited to 'plugins/juju/README.md')
-rw-r--r--plugins/juju/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/juju/README.md b/plugins/juju/README.md
index 49f8b0d47..2417c4669 100644
--- a/plugins/juju/README.md
+++ b/plugins/juju/README.md
@@ -113,5 +113,6 @@ 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
- `wjst [interval_secs] [args_for_watch]`: watch juju status, with optional interval
(default: 5s); you may pass additional arguments to `watch`.