ethpm / ethpm-cli

CLI tool for interacting with the ethPM ecosystem.
https://ethpm-cli.readthedocs.io/
MIT License
42 stars 12 forks source link

Separate auth command into more useful subparsers #84

Open njgheorghita opened 4 years ago

njgheorghita commented 4 years ago

What was wrong?

ethpm auth required users to link an already generated encrypted keyfile. Now, the cli will handle that for you.

A couple new commands introduced... ethpm auth - displays currently authenticated addr ethpm auth link --keyfile-path ./path/to/keyfile - will link an existing keyfile ethpm auth unlink - will unwrite whatever keyfile is stored in the xdg dir ethpm auth init - will display a warning about private key handling, then prompt user for private key / password and store encrypted keyfile json in xdg directory

Cute Animal Picture

image