heroku-cli-addons
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -67,5 +67,5 @@ 'use strict' | ||
flags: [ | ||
{name: 'name', description: 'name for the add-on resource'}, | ||
{name: 'as', description: 'name for the initial add-on attachment'}, | ||
{name: 'confirm', description: 'overwrite existing config vars or existing add-on attachments'} | ||
{name: 'name', description: 'name for the add-on resource', hasValue: true}, | ||
{name: 'as', description: 'name for the initial add-on attachment', hasValue: true}, | ||
{name: 'confirm', description: 'overwrite existing config vars or existing add-on attachments', hasValue: true} | ||
], | ||
@@ -72,0 +72,0 @@ run: cli.command({preauth: true}, co.wrap(run)) |
{ | ||
"name": "heroku-cli-addons", | ||
"description": "`heroku addons:*` commands", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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
36884