summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Replace simple getters with direct field accessJanito Vaqueiro Ferreira Filho7-7/+7
2020-04-17Use conditional compilation for shell completionsDavid Lönnhager1-2/+4
2020-04-17Don't include shell-completions command in shell completionsDavid Lönnhager1-16/+16
2020-04-17Generate and package shell completionsDavid Lönnhager1-1/+2
2020-04-17Make mullvad-cli able to output shell completions at runtimeLinus Färnstrand1-12/+47
2020-03-11Correctly show whether the version is up-to-date in the CLI, depending on the...David Lönnhager1-1/+9
2020-03-11Beta program option in CLIDavid Lönnhager2-0/+58
2020-02-06Remove licence headers from Rust source codeLinus Färnstrand1-8/+0
2019-12-17Rename 'key generate' to 'key regenerate' in the CLIDavid Lönnhager1-2/+2
2019-12-17Improve key rotation CLIDavid Lönnhager1-17/+17
2019-12-17Format Rust codeDavid Lönnhager1-2/+5
2019-12-17Add CLI interface for configuring automatic wg key rotationDavid Lönnhager1-0/+47
2019-12-09Update CLI to yell at user if the error state doesn't block trafficEmīls1-6/+15
2019-11-27Add reconnect to cliLinus Färnstrand2-8/+34
2019-11-27Add tunnel-protocol subcomand to CLIEmīls1-4/+28
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-9/+3
2019-10-08Add CLI subcommand to submit vouchersEmīls Piņķis1-1/+56
2019-10-07Implement fetching app version every 24 hours and broadcast to frontendLinus Färnstrand1-0/+5
2019-10-04Add CLI subcommand to create new accountsEmīls Piņķis1-0/+13
2019-09-17Sort countries, cities and relays with natural sorting in CLILinus Färnstrand2-6/+6
2019-09-17Display age of creation for WireGuard key in CLIEmīls Piņķis1-1/+5
2019-09-16Require the "mullvad relay set custom" command to have a subcommandLinus Färnstrand1-0/+1
2019-09-13Sort bridge/relay list output on hostname as well in CLILinus Färnstrand2-2/+6
2019-09-13Print out relay hostnames in CLI relay/bridge list commandLinus Färnstrand2-0/+17
2019-09-13Sort countries/cities on lowercase names in CLILinus Färnstrand2-6/+16
2019-09-13Filter relays on the new "active" flag in the CLILinus Färnstrand2-1/+27
2019-09-09Don't talk to API by default in `mullvad status`Linus Färnstrand1-2/+15
2019-09-09Add current_is_outdated support to CLILinus Färnstrand1-1/+2
2019-09-02Change WireGuard keys to singular keyLinus Färnstrand1-1/+1
2019-08-12Replace ::std with just stdLinus Färnstrand2-4/+4
2019-07-26Update CLIEmīls Piņķis1-8/+8
2019-07-22Add factory-reset command to CLIEmīls Piņķis2-0/+48
2019-07-16Mark bridge state as required argumentLinus Färnstrand1-0/+1
2019-07-05Fix typo in CLI (brigde to bridge)Emīls Piņķis1-1/+1
2019-06-28Rename `StateTransition` event into `TunnelState`Janito Vaqueiro Ferreira Filho1-1/+1
2019-06-28Include location in `TunnelState`Janito Vaqueiro Ferreira Filho1-2/+2
2019-06-28Change how tunnel endpoint is broadcastedJanito Vaqueiro Ferreira Filho1-4/+4
2019-06-28Replace `TunnelState` alias with a new typeJanito Vaqueiro Ferreira Filho1-3/+3
2019-06-28Use `TunnelState` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-2/+2
2019-06-26Print keygen result in CLIEmīls Piņķis2-1/+10
2019-06-14Add linux specific message about firewall errors in CLIEmīls Piņķis1-0/+5
2019-06-12Fix various things clippy pointed out in CLILinus Färnstrand2-3/+3
2019-06-05Print tunnel endpoint in CLIEmīls Piņķis1-2/+4
2019-05-28Remove proxy subcommand from tunnelEmīls Piņķis1-248/+1
2019-05-28Add bridge subcommandEmīls Piņķis2-0/+358
2019-05-28Factor out location parsing in CLIEmīls Piņķis3-75/+77
2019-05-28Print bridge constraints and settings in CLIEmīls Piņķis1-18/+25
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand7-16/+20
2019-04-24Make validate_proxy_settings a free standing functionLinus Färnstrand1-3/+3
2019-04-15Convert errors in CLI away from error-chainLinus Färnstrand3-27/+37