summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/cli/bitmask_cli.py
AgeCommit message (Collapse)Author
2016-07-21[refactor] minor refactoring for consistencyKali Kaneko
2016-07-06[refactor] beautify cli outputKali Kaneko
2016-07-03[feat] use subcommands in the cliRuben Pollan
Reorganize all the commands to don't use '--' but parse each subcommand separately.
2016-07-03[feat] add keys from the bitmask cliRuben Pollan
- Resolves: #7965
2016-07-03[feat] add support for private keys into bitmask cliRuben Pollan
2016-07-03[feat] add delete key command to the cliRuben Pollan
2016-07-03[feat] print list of keys nicely in the cliRuben Pollan
2016-07-03[feat] implement key exportRuben Pollan
2016-07-03[feat] use SubCommand for the keys dispatcherRuben Pollan
- Related: #7965
2016-07-03[bug] stop the reactor on error for the mail commandRuben Pollan
2016-07-03[feat] use one single mail_auth token instead of imap/smtp tokensRuben Pollan
The core was not addapted to the mail_auth token.
2016-05-19[feat] ask for password only if neededRuben Pollan
Not all the user commands need to ask for the password.
2016-05-19[feat] remove password from logoutRuben Pollan
Logout doesn't need password.
2016-05-02[feature] pluggable backends and api registryKali 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 entrypointKali Kaneko