We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f27bb commit 96ddb44Copy full SHA for 96ddb44
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