engyon / enprot

enprot command line tool for Engyon
1 stars 1 forks source link

Command-style CLI #22

Open dewyatt opened 4 years ago

dewyatt commented 4 years ago

Similar to ribose-cli, cryptode, git, aws, etc. we could have:

enprot store [...]
enprot fetch [...]
enprot encrypt [...]
enprot encrypt-store [...]
enprot decrypt [...]

The downside would be that you may not be able to do everything in a single invocation, but I'm thinking the readability might make it worthwhile.

ronaldtse commented 4 years ago

Absolutely worthwhile. Makes life a lot easier :wink: