Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-10 00:21:47 +00:00
parent ffe393201e
commit 5ad1f5ce60
15 changed files with 55 additions and 53 deletions

View File

@@ -5,34 +5,30 @@ source: https://github.com/tldr-pages/tldr.git
---
# protonvpn
> Unofficial third-party ProtonVPN client.
> See also: `protonvpn-connect`.
> More information: <https://github.com/Rafficer/linux-cli-community>.
> Official Proton VPN client.
> Some subcommands such as `connect` have their own usage documentation.
> More information: <https://protonvpn.com/support/linux-cli#how-to-use-the-cli-for-linux>.
- Initialize ProtonVPN profile:
- Initialize Proton VPN profile:
`protonvpn init`
`protonvpn signin`
- Connect to ProtonVPN interactively:
- Remove account credentials:
`protonvpn {{c|connect}}`
`protonvpn signout`
- Display connection status:
- Display Proton VPN account information:
`protonvpn {{s|status}}`
`protonvpn info`
- Disconnect from ProtonVPN:
- Connect to Proton VPN interactively:
`protonvpn {{d|disconnect}}`
`protonvpn connect`
- Reconnect or connect to the last server used:
- Disconnect from Proton VPN:
`protonvpn {{r|reconnect}}`
`protonvpn disconnect`
- Refresh OpenVPN configuration and server data:
- Display help:
`protonvpn refresh`
- Display help for a subcommand:
`protonvpn {{subcommand}} --help`
`protonvpn {{[-h|--help]}}`