juju remove-application should support multiple applications
Bug #1322829 reported by
Kapil Thangavelu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Wishlist
|
Andrew Wilkins | ||
juju-core |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
Ideally i could destroy multiple services in juju via a single cli invocation ala
$ juju destroy-service juju-gui kafka zookeeper
currently that fails with the error
error: unrecognized args: ["kafka" "zookeeper"]
instead users have to do
$ juju destroy-service juju-gui
$ juju destroy-service kafka
$ juju destroy-service zookeeper
tags: | added: destroy-service usability |
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in juju-core: | |
importance: | High → Medium |
summary: |
- destroy multiple services via juju destroy-service + juju remove-application should support multiple applications |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Re-targeting for Juju 2.x