File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules
22dist
33* .tsbuildinfo
4+ keys
Original file line number Diff line number Diff 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:
5453ALLACCESS_PRIVATE_KEY='${ privateKeyOneLine } '
5554` )
5655
You can’t perform that action at this time.
0 commit comments