autocomplete
autocomplete copied to clipboard
feat: add `secli`
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
Overview
src/secli.ts:
Info:
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.
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!