heroku-cli-addons
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -37,2 +37,6 @@ 'use strict' | ||
let {app, flags, args} = context | ||
if (args.length === 0) { | ||
throw new Error('Usage: heroku addons:create SERVICE:PLAN') | ||
} | ||
let {name, as} = flags | ||
@@ -39,0 +43,0 @@ let config = parseConfig(args.slice(1)) |
{ | ||
"name": "heroku-cli-addons", | ||
"description": "`heroku addons:*` commands", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"author": "Bo Jeanes @bjeanes", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126198
1198