Skip to content

Commit 0346e65

Browse files
🚀 Updated Readme
1 parent e9c1ebf commit 0346e65

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,31 @@ brew tap rrajesh1979/tap
6767
brew install jwtc
6868
```
6969

70+
To upgrade version
71+
```shell
72+
brew update
73+
brew upgrade jwtc
74+
==> Upgrading 1 outdated package:
75+
rrajesh1979/tap/jwtc 0.0.3 -> 0.0.4
76+
==> Downloading https://github.com/rrajesh1979/ref-java-jwt/releases/download/v0.0.4/jwtc-0.0.4-osx-x86_64.zip
77+
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/445972514/8ad8375b-3107-490d-a826-3ad6e913632a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4
78+
######################################################################## 100.0%
79+
==> Upgrading rrajesh1979/tap/jwtc
80+
0.0.3 -> 0.0.4
81+
82+
🍺 /usr/local/Cellar/jwtc/0.0.4: 5 files, 32.4MB, built in 3 seconds
83+
==> Running `brew cleanup jwtc`...
84+
Removing: /usr/local/Cellar/jwtc/0.0.3... (5 files, 32.2MB)
85+
Removing: /Users/rajesh/Library/Caches/Homebrew/jwtc--0.0.3.zip... (10.4MB)
86+
```
87+
7088
For command auto completion, you can use the following command.
7189
```shell
7290
source jwtc_completion
91+
jwtc[TAB][TAB]
92+
#Auto completion displays available sub-commands
93+
jwtc
94+
decode encode help
7395
````
7496

7597
Once installed you can invoke jwtc with the file name and algorithm as shown below.

0 commit comments

Comments
 (0)