Skip to content

Commit 18e1fc7

Browse files
committed
tweak output
1 parent a02413d commit 18e1fc7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
33
*.tsbuildinfo
4+
keys

bin/next-auth-all-access.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const cli = meow(
2222
flags: {
2323
jwksPath: {
2424
type: 'string',
25-
alias: 'p',
25+
shortFlag: 'p',
2626
default: './keys/jwks.json',
2727
},
2828
},
@@ -47,10 +47,9 @@ environment settings.
4747
console.log(privateKeyString)
4848

4949
console.log(`
50-
The following line contains your private key as a single-line string. This is
51-
suitable for pasting into a local .env file.
50+
The following line contains your private key as a single-line string with
51+
variable assignment. This is suitable for pasting into a local .env file.
5252
53-
Hint: Quote the private key to ensure the formatting is not altered:
5453
ALLACCESS_PRIVATE_KEY='${privateKeyOneLine}'
5554
`)
5655

0 commit comments

Comments
 (0)