feat(juju): add jclean function to destroy all registered controllers (#10426)

Closes #10426
This commit is contained in:
sed-i 2021-11-15 16:27:19 -05:00 committed by Marc Cornellà
commit f045810697
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
2 changed files with 33 additions and 0 deletions

View file

@ -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`.