We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81494f5 commit a2a307fCopy full SHA for a2a307f
README.md
@@ -160,6 +160,16 @@ Use `active` argument to show only the active profile.
160
nmcli.connection.show(name: str, show_secrets: bool = False, active: bool = False) -> ConnectionDetails
161
```
162
163
+#### nmcli.connection.show_all
164
+
165
+Show all connections.
166
167
+Use `active` argument to show only active connections.
168
169
+```
170
+nmcli.connection.show_all(active: bool = False) -> List[Connection]
171
172
173
#### nmcli.connection.reload
174
175
Reload all connection files from disk.
0 commit comments