1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages/linux/nmcli-agent.md
marchersimon 236c68f8a8
nmcli-general, nmcli-networking: add page (#8264)
* nmcli-general: add page

* nmcli-networking: add page
2022-07-30 22:23:57 +10:00

17 lines
469 B
Markdown

# nmcli agent
> Run nmcli as a NetworkManager secret agent or polkit agent.
> This subcommand can also be called with `nmcli a`.
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
- Register nmcli as a secret agent and listen for secret requests:
`nmcli agent secret`
- Register nmcli as a polkit agent and listen for authorization requests:
`nmcli agent polkit`
- Register nmcli as a secret agent and a polkit agent:
`nmcli agent all`