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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
-[Contributing](#contributing)
13
13
-[Building](#building)
14
14
-[Releasing](#releasing)
15
+
-[To-dos](#to-dos)
15
16
16
17
A helper utility to make it easier to get a JSON Web Token (JWT) printed to your terminal (or copied to your clipboard with the `--copy` flag). Currently only Azure AD is supported.
17
18
@@ -118,3 +119,9 @@ The Github Actions to run goreleaser are triggered by a push of a tag. Example:
118
119
git tag v0.2.1
119
120
git push origin v0.2.1
120
121
```
122
+
123
+
### To-dos
124
+
125
+
-[ ] Add a `version` subcommand
126
+
-[ ] Handle some common errors from MSAL more gracefully
127
+
-[ ] Add a `--quiet` flag to only output the JWT, for easier use in scripts
0 commit comments