autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

feat: add `secli`

Open AnishDe12020 opened this issue 2 years ago • 2 comments

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) new spec for secli

Additional info: I have generated the spec using the clap fig crate but as I am on linux, wasn't able to test it

AnishDe12020 avatar Jun 28 '22 07:06 AnishDe12020

Overview

src/secli.ts:

Info:

withfig-bot avatar Jun 28 '22 07:06 withfig-bot

Hello @AnishDe12020, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:

  • [ ] Do all subcommands / options which take arguments include the args property (args: {})?
  • [ ] Are all options modular? E.g. -a -u -x instead of -aux
  • [ ] Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

withfig-bot avatar Jun 28 '22 07:06 withfig-bot

I am sorry for closing this PR but this CLI tool isn't safe for storing secrets. Operating systems offer encrypted built in alternatives to just a sqlite db (like keychain on MacOS) that are accessible through APIs. I know this is like censoring the tool and that is really the last thing I want, but I believe we can keep some users safe by not merging this. Sorry again, this is nothing of personal!

fedeci avatar Feb 10 '23 09:02 fedeci