selfpass/sp
Mitchell Simon b9c233b6b3 Update get command to allow multiple creds;
refactor questions posed by sp
2019-08-26 09:53:32 -04:00
..
commands Update get command to allow multiple creds; 2019-08-26 09:53:32 -04:00
crypto Modify create and update command flags; refactor GeneratePassword 2019-07-17 22:27:03 -04:00
repositories Modify cmds that list metadata to not sort; refactor to credentials flags; 2019-07-31 23:17:38 -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 Change update/create to give 2 OTP codes; minor rename 2019-08-12 14:51:39 -04:00
go.sum Change update/create to give 2 OTP codes; minor rename 2019-08-12 14:51:39 -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.