summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/account.rs
AgeCommit message (Expand)AuthorFilesLines
2021-06-18Update account history RPCsDavid Lönnhager1-13/+0
2021-03-17Enter account token from stdinEmīls1-3/+17
2021-03-17Filter whitespace from account tokenEmīls1-1/+3
2021-01-28Rename GrpcClientErrorDavid Lönnhager1-2/+2
2021-01-28Specify exactly what failed in the CLI when multiple RPCs may failDavid Lönnhager1-1/+2
2020-09-24Show timezone for timestamps in the CLIDavid Lönnhager1-1/+3
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager1-14/+17
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager1-37/+45
2020-07-03Add RPC to clear account historyEmīls1-2/+15
2019-10-08Add CLI subcommand to submit vouchersEmīls Piņķis1-1/+56
2019-10-04Add CLI subcommand to create new accountsEmīls Piņķis1-0/+13
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand1-1/+1
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-1/+1
2018-12-13Convert mullvad-cli to Rust 2018Linus Färnstrand1-2/+1
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-1/+1
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-1/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-2/+4
2018-09-08Make CLI use get_settings for fetching settingsLinus Färnstrand1-2/+2
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis1-4/+3
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-4/+2
2018-05-07Reuse RPC connection in `DaemonRpcClient`Janito Vaqueiro Ferreira Filho1-2/+2
2018-05-03Use `DaemonRpcClient` in `account` CLI commandJanito Vaqueiro Ferreira Filho1-13/+15
2018-03-26Format code with newer rustfmtLinus Färnstrand1-1/+1
2017-11-08rustfmt after 0.2.15 upgradeLinus Färnstrand1-4/+6
2017-09-27Add command to unset account via CLILinus Färnstrand1-3/+11
2017-09-18Run rustfmt-nightly 0.2.6 on everythingLinus Färnstrand1-12/+16
2017-09-13Review fixesErik Larkö1-2/+1
2017-08-24Add CLI support to query for AccountDataLinus Färnstrand1-4/+9
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand1-0/+55