@heroku-cli/command
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -0,1 +1,9 @@ | ||
<a name="7.1.1"></a> | ||
## [7.1.1](https://github.com/heroku/heroku-cli-command/compare/v7.1.0...v7.1.1) (2018-04-06) | ||
### Bug Fixes | ||
* updated metadata ([960d294](https://github.com/heroku/heroku-cli-command/commit/960d294)) | ||
<a name="7.1.0"></a> | ||
@@ -2,0 +10,0 @@ # [7.1.0](https://github.com/heroku/heroku-cli-command/compare/v7.0.16...v7.1.0) (2018-04-06) |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "heroku specific functionality for the cli-engine", | ||
"version": "7.1.0", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "7.1.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", |
@heroku-cli/command | ||
=================== | ||
heroku specific functionality for the cli-engine | ||
Base class for Heroku CLI commands. Built off of [oclif](https://oclif.io). | ||
[![Version](https://img.shields.io/npm/v/@heroku-cli/command.svg)](https://npmjs.org/package/@heroku-cli/command) | ||
[![CircleCI](https://circleci.com/gh/heroku/cli-engine-heroku/tree/master.svg?style=svg)](https://circleci.com/gh/heroku/cli-engine-heroku/tree/master) | ||
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/heroku/cli-engine-heroku?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/cli-engine-heroku/branch/master) | ||
[![Codecov](https://codecov.io/gh/heroku/cli-engine-heroku/branch/master/graph/badge.svg)](https://codecov.io/gh/heroku/cli-engine-heroku) | ||
[![Greenkeeper](https://badges.greenkeeper.io/heroku/cli-engine-heroku.svg)](https://greenkeeper.io/) | ||
[![CircleCI](https://circleci.com/gh/heroku/heroku-cli-command/tree/master.svg?style=svg)](https://circleci.com/gh/heroku/heroku-cli-command/tree/master) | ||
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/heroku/heroku-cli-command?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/heroku-cli-command/branch/master) | ||
[![Codecov](https://codecov.io/gh/heroku/heroku-cli-command/branch/master/graph/badge.svg)](https://codecov.io/gh/heroku/heroku-cli-command) | ||
[![Greenkeeper](https://badges.greenkeeper.io/heroku/heroku-cli-command.svg)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/@heroku-cli/command/badge.svg)](https://snyk.io/test/npm/@heroku-cli/command) | ||
[![Downloads/week](https://img.shields.io/npm/dw/@heroku-cli/command.svg)](https://npmjs.org/package/@heroku-cli/command) | ||
[![License](https://img.shields.io/npm/l/@heroku-cli/command.svg)](https://github.com/heroku/cli-engine-heroku/blob/master/package.json) | ||
[![License](https://img.shields.io/npm/l/@heroku-cli/command.svg)](https://github.com/heroku/heroku-cli-command/blob/master/package.json) |
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
31743