Add snapctl list-connections
Bug #1995370 reported by
Robert Ancell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
In Progress
|
Wishlist
|
Robert Ancell |
Bug Description
There is a snapctl command to check if a plug or slot is connected, e.g.
$ snapctl is-connected plug1
$ echo $?
If you want to check more than one plug/slot this is inefficient, I propose we add a command to list all the connected plugs and slots, e.g.
$ snapctl list-connected
plug1
slot1
Changed in snapd: | |
assignee: | nobody → Robert Ancell (robert-ancell) |
importance: | Undecided → Wishlist |
status: | New → In Progress |
To post a comment you must log in.
Working on this in https:/ /github. com/robert- ancell/ snapd/tree/ snapctl- get-connections