diff --git a/package.json b/package.json index 56842f2..30dd973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fusionauth/cli", - "version": "1.8.1", + "version": "1.8.2", "description": "FusionAuth CLI", "main": "dist/index.js", "files": [ diff --git a/src/resources/kickstart/kickstart.json b/src/resources/kickstart/kickstart.json index 83a08f6..cf403e1 100644 --- a/src/resources/kickstart/kickstart.json +++ b/src/resources/kickstart/kickstart.json @@ -17,7 +17,6 @@ { "method": "POST", "url": "/api/key/generate/#{asymmetricKeyId}", - "tenantId": "#{defaultTenantId}", "body": { "key": { "algorithm": "RS256",