We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f27bb commit ae6b77eCopy full SHA for ae6b77e
internal/generate.go
@@ -18,7 +18,7 @@ func Generate(c *cli.Context) error {
18
appID := c.String("app-id")
19
installationID := c.String("installation-id")
20
keyPath := c.String("key")
21
- keyBase64 := c.String("key-base64")
+ keyBase64 := c.String("base64-key")
22
printJWT := c.Bool("jwt")
23
jwtExpiry := c.Int("jwt-expiry")
24
hostname := strings.ToLower(c.String("hostname"))
0 commit comments