Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-06 | [refactor] beautify cli output | Kali Kaneko | |
2016-07-03 | [feat] use subcommands in the cli | Ruben Pollan | |
Reorganize all the commands to don't use '--' but parse each subcommand separately. | |||
2016-07-03 | [feat] add keys from the bitmask cli | Ruben Pollan | |
- Resolves: #7965 | |||
2016-07-03 | [feat] add support for private keys into bitmask cli | Ruben Pollan | |
2016-07-03 | [feat] add delete key command to the cli | Ruben Pollan | |
2016-07-03 | [feat] print list of keys nicely in the cli | Ruben Pollan | |
2016-07-03 | [feat] implement key export | Ruben Pollan | |
2016-07-03 | [feat] use SubCommand for the keys dispatcher | Ruben Pollan | |
- Related: #7965 | |||
2016-07-03 | [bug] stop the reactor on error for the mail command | Ruben Pollan | |
2016-07-03 | [feat] use one single mail_auth token instead of imap/smtp tokens | Ruben Pollan | |
The core was not addapted to the mail_auth token. | |||
2016-05-19 | [feat] ask for password only if needed | Ruben Pollan | |
Not all the user commands need to ask for the password. | |||
2016-05-19 | [feat] remove password from logout | Ruben Pollan | |
Logout doesn't need password. | |||
2016-05-02 | [feature] pluggable backends and api registry | Kali Kaneko | |
the idea behind this mechanism (partially implemented for that) is to be able to check the backend output against some type annotations. We want to be able to detect if a given backend (real services or authoritative mocks) have diverged from what's specified in the API annotations. | |||
2016-04-19 | [feature] add bitmask_cli entrypoint | Kali Kaneko | |