selfpass/sp
mitchell e4e4e0f5bc Auto-select sole credential for source 2019-09-17 02:19:40 -04:00
..
commands Auto-select sole credential for source 2019-09-17 02:19:40 -04:00
crypto Fix setting empty OTP secret; minor refactors 2019-09-07 01:44:43 -04:00
repositories Refactor error handling in prompt mode; add cred flag and reset func 2019-08-31 17:19:25 -04:00
types Separate cli into its own module; rename it to sp 2019-07-11 02:05:59 -04:00
README.md Refactor all project READMEs 2019-07-13 16:43:26 -04:00
go.mod Fix setting empty OTP secret; minor refactors 2019-09-07 01:44:43 -04:00
go.sum Fix setting empty OTP secret; minor refactors 2019-09-07 01:44:43 -04:00
main.go Separate cli into its own module; rename it to sp 2019-07-11 02:05:59 -04:00

README.md

sp

This is the project home of sp the selfpass CLI.

To install with Go run go get -u github.com/mitchell/selfpass/sp.

Help menu:

This is the CLI client for Selfpass, the self-hosted password manager. With this tool you
can interact with the entire Selfpass API.

Usage:
  sp [command]

Available Commands:
  create      Create a credential in Selfpass
  decrypt     Decrypt a file using your masterpass and secret key
  decrypt-cfg Decrypt your config file
  delete      Delete a credential using the given ID
  encrypt     Encrypt a file using your masterpass and secret key
  get         Get a credential info and copy password to clipboard
  help        Help about any command
  init        This command initializes SPC for the first time
  list        List the metadata for all credentials
  update      Update a credential in Selfpass

Flags:
      --config string   config file (default is $HOME/.sp.toml)
  -h, --help            help for sp
      --version         version for sp

Use "sp [command] --help" for more information about a command.

For more project-level information see the root README.md.