Socket
Socket
Sign inDemoInstall

@oclif/plugin-plugins

Package Overview
Dependencies
Maintainers
3
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-plugins - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

.oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"1.0.4","commands":{"plugins":{"id":"plugins","description":"list installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%- config.bin %> plugins"],"flags":{"core":{"name":"core","type":"boolean","description":"show core plugins"}},"args":[]},"plugins:install":{"id":"plugins:install","description":"installs a plugin into the CLI","usage":"plugins:install PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> plugins:install <%- config.pjson.oclif.examplePlugin || \"heroku-production-status\" %> "],"flags":{},"args":[{"name":"plugin","description":"plugin to install","required":true}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"plugin","description":"plugin to uninstall","required":true}]},"plugins:update":{"id":"plugins:update","description":"update installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
{"version":"1.0.5","commands":{"plugins":{"id":"plugins","description":"list installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%- config.bin %> plugins"],"flags":{"core":{"name":"core","type":"boolean","description":"show core plugins"}},"args":[]},"plugins:install":{"id":"plugins:install","description":"installs a plugin into the CLI","usage":"plugins:install PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> plugins:install <%- config.pjson.oclif.examplePlugin || \"heroku-production-status\" %> "],"flags":{},"args":[{"name":"plugin","description":"plugin to install","required":true}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"plugin","description":"plugin to uninstall","required":true}]},"plugins:update":{"id":"plugins:update","description":"update installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[]}}}

@@ -0,1 +1,9 @@

<a name="1.0.5"></a>
## [1.0.5](https://github.com/oclif/plugin-plugins/compare/3e1bc65d5bcd452548c440630dbe9d2194ca81bc...v1.0.5) (2018-03-22)
### Bug Fixes
* updated plugin from generator ([0a0155d](https://github.com/oclif/plugin-plugins/commit/0a0155d))
<a name="1.0.4"></a>

@@ -2,0 +10,0 @@ ## [1.0.4](https://github.com/oclif/plugin-plugins/compare/8950387263e296605ab0b034d69ec9b61e1fff09...v1.0.4) (2018-02-28)

{
"name": "@oclif/plugin-plugins",
"description": "plugins plugin for oclif",
"version": "1.0.4",
"version": "1.0.5",
"author": "Jeff Dickey @jdxcode",
"oclif": {
"commands": "./lib/commands",
"scope": "heroku-cli",
"devPlugins": [
"@oclif/plugin-help"
]
},
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.1",
"@oclif/command": "^1.4.2",
"chalk": "^2.3.1",

@@ -29,7 +22,7 @@ "cli-ux": "^3.3.23",

"devDependencies": {
"@oclif/config": "^1.3.57",
"@oclif/dev-cli": "^1.2.18",
"@oclif/config": "^1.3.59",
"@oclif/dev-cli": "^1.3.1",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.1.5",
"@oclif/test": "^1.0.0",
"@oclif/plugin-help": "^1.1.6",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",

@@ -40,3 +33,3 @@ "@types/chai": "^4.1.2",

"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/node": "^9.4.7",
"@types/semver": "^5.5.0",

@@ -48,4 +41,4 @@ "@types/supports-color": "^3.1.0",

"globby": "^8.0.1",
"mocha": "^5.0.1",
"ts-node": "^5.0.0",
"mocha": "^5.0.4",
"ts-node": "5",
"tslint": "^5.9.1",

@@ -67,12 +60,23 @@ "typescript": "^2.7.2"

"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"scope": "heroku-cli",
"devPlugins": [
"@oclif/plugin-help"
],
"bin": "oclif-example"
},
"repository": "oclif/plugin-plugins",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
"postpublish": "rm .oclif.manifest.json",
"clean": "rm -f .oclif.manifest.json",
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
"postpublish": "yarn run clean",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build && oclif-dev manifest",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
"prepublishOnly": "yarn run build && oclif-dev manifest && oclif-dev readme",
"preversion": "yarn run clean",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}
@oclif/plugin-plugins
======================
=====================

@@ -7,8 +7,136 @@ plugins plugin for oclif

[![Version](https://img.shields.io/npm/v/@oclif/plugin-plugins.svg)](https://npmjs.org/package/@oclif/plugin-plugins)
[![CircleCI](https://circleci.com/gh/oclif/plugin-plugins/tree/master.svg?style=svg)](https://circleci.com/gh/oclif/plugin-plugins/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-plugins?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/plugin-plugins/branch/master)
[![CircleCI](https://circleci.com/gh/oclif/plugin-plugins/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/plugin-plugins/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-plugins?branch=master&svg=true)](https://ci.appveyor.com/project/oclif/plugin-plugins/branch/master)
[![Codecov](https://codecov.io/gh/oclif/plugin-plugins/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-plugins)
[![Greenkeeper](https://badges.greenkeeper.io/oclif/plugin-plugins.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/plugin-plugins/badge.svg)](https://snyk.io/test/npm/@oclif/plugin-plugins)
[![Known Vulnerabilities](https://snyk.io/test/github/oclif/plugin-plugins/badge.svg)](https://snyk.io/test/github/oclif/plugin-plugins)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-plugins.svg)](https://npmjs.org/package/@oclif/plugin-plugins)
[![License](https://img.shields.io/npm/l/@oclif/plugin-plugins.svg)](https://github.com/oclif/plugin-plugins/blob/master/package.json)
<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
<!-- usage -->
# Usage
```sh-session
$ npm install -g @oclif/plugin-plugins
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@oclif/plugin-plugins/1.0.5 linux-x64 node-v9.8.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
<!-- usagestop -->
<!-- commands -->
# Commands
* [oclif-example plugins](#plugins)
* [oclif-example plugins:install PLUGIN...](#pluginsinstall-plugin)
* [oclif-example plugins:uninstall PLUGIN...](#pluginsuninstall-plugin)
* [oclif-example plugins:update](#pluginsupdate)
## plugins
list installed plugins
```
USAGE
$ oclif-example plugins
OPTIONS
--core show core plugins
EXAMPLE
$ oclif-example plugins
```
_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.5/src/commands/plugins.ts)_
### plugins:install PLUGIN...
installs a plugin into the CLI
```
USAGE
$ oclif-example plugins:install PLUGIN...
ARGUMENTS
PLUGIN plugin to install
EXAMPLE
$ oclif-example plugins:install heroku-production-status
```
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.5/src/commands/plugins/install.ts)_
### plugins:uninstall PLUGIN...
removes a plugin from the CLI
```
USAGE
$ oclif-example plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
```
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.5/src/commands/plugins/uninstall.ts)_
### plugins:update
update installed plugins
```
USAGE
$ oclif-example plugins:update
```
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.5/src/commands/plugins/update.ts)_
## plugins:install PLUGIN...
installs a plugin into the CLI
```
USAGE
$ oclif-example plugins:install PLUGIN...
ARGUMENTS
PLUGIN plugin to install
EXAMPLE
$ oclif-example plugins:install heroku-production-status
```
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.5/src/commands/plugins/install.ts)_
## plugins:uninstall PLUGIN...
removes a plugin from the CLI
```
USAGE
$ oclif-example plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
```
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.5/src/commands/plugins/uninstall.ts)_
## plugins:update
update installed plugins
```
USAGE
$ oclif-example plugins:update
```
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.5/src/commands/plugins/update.ts)_
<!-- commandsstop -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc