You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keytar cli is a simple command line interface into GitHub's [node-keytar](https://github.com/atom/node-keytar) - a password/secrets management utility written for node.
7
7
8
8
## Getting Started
9
9
10
10
```bash
11
-
$ npx keytar-cli-2set -s service1 -a testuser -p xxxxxx
11
+
$ npx @emacs-grammarly/keytar-cli set -s service1 -a testuser -p xxxxxx
12
12
Successfully set the creds for testuser@service1!
13
13
14
14
$ npx keytar-cli find -s service1
@@ -17,7 +17,7 @@ Here are the creds for service1 [ { account: 'testuser', password: 'password' }
0 commit comments