@oclif/plugin-plugins
Advanced tools
Comparing version 1.1.14 to 1.1.15
@@ -0,1 +1,9 @@ | ||
<a name="1.1.15"></a> | ||
## [1.1.15](https://github.com/oclif/plugin-plugins/compare/v1.1.14...v1.1.15) (2018-05-23) | ||
### Bug Fixes | ||
* yarn 1.7.0 ([58d64fa](https://github.com/oclif/plugin-plugins/commit/58d64fa)) | ||
<a name="1.1.14"></a> | ||
@@ -2,0 +10,0 @@ ## [1.1.14](https://github.com/oclif/plugin-plugins/compare/v1.1.13...v1.1.14) (2018-05-15) |
@@ -12,2 +12,3 @@ import { Command } from '@oclif/command'; | ||
dependsOn?: string[] | undefined; | ||
exclusive?: string[] | undefined; | ||
env?: string | undefined; | ||
@@ -14,0 +15,0 @@ parse(input: boolean, context: any): boolean; |
@@ -1,1 +0,1 @@ | ||
{"version":"1.1.14","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":["plugins:add"],"examples":["$ <%= config.bin %> plugins:install <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> "],"flags":{},"args":[{"name":"plugin","description":"plugin to install","required":true}]},"plugins:link":{"id":"plugins:link","description":"links a plugin into the CLI for development","usage":"plugins:link PLUGIN","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> plugins:link <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> "],"flags":{},"args":[{"name":"path","description":"path to plugin","required":true,"default":"."}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":["plugins:unlink","plugins:remove"],"flags":{},"args":[{"name":"plugin","description":"plugin to uninstall"}]},"plugins:update":{"id":"plugins:update","description":"update installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[]}}} | ||
{"version":"1.1.15","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":["plugins:add"],"examples":["$ <%= config.bin %> plugins:install <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> "],"flags":{},"args":[{"name":"plugin","description":"plugin to install","required":true}]},"plugins:link":{"id":"plugins:link","description":"links a plugin into the CLI for development","usage":"plugins:link PLUGIN","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> plugins:link <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> "],"flags":{},"args":[{"name":"path","description":"path to plugin","required":true,"default":"."}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":["plugins:unlink","plugins:remove"],"flags":{},"args":[{"name":"plugin","description":"plugin to uninstall"}]},"plugins:update":{"id":"plugins:update","description":"update installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[]}}} |
{ | ||
"name": "@oclif/plugin-plugins", | ||
"description": "plugins plugin for oclif", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-plugins/issues", | ||
"dependencies": { | ||
"@heroku-cli/color": "^1.1.3", | ||
"@oclif/command": "^1.4.21", | ||
"@heroku-cli/color": "^1.1.5", | ||
"@oclif/command": "^1.4.30", | ||
"chalk": "^2.4.1", | ||
"cli-ux": "^4.2.1", | ||
"cli-ux": "^4.3.1", | ||
"debug": "^3.1.0", | ||
"fs-extra": "^6.0.1", | ||
"http-call": "^5.1.2", | ||
"http-call": "^5.1.3", | ||
"load-json-file": "^5.0.0", | ||
"npm-run-path": "^2.0.2", | ||
"semver": "^5.5.0", | ||
"tslib": "^1.9.0", | ||
"yarn": "^1.6.0" | ||
"tslib": "^1.9.1", | ||
"yarn": "^1.7.0" | ||
}, | ||
"devDependencies": { | ||
"@oclif/config": "^1.6.17", | ||
"@oclif/dev-cli": "^1.13.20", | ||
"@oclif/errors": "^1.0.11", | ||
"@oclif/plugin-help": "^1.2.10", | ||
"@oclif/config": "^1.6.19", | ||
"@oclif/dev-cli": "^1.13.22", | ||
"@oclif/errors": "^1.1.2", | ||
"@oclif/plugin-help": "^1.2.11", | ||
"@oclif/test": "^1.0.6", | ||
"@oclif/tslint": "^1.1.1", | ||
"@oclif/tslint": "^1.1.2", | ||
"@types/chai": "^4.1.3", | ||
@@ -32,3 +32,3 @@ "@types/fs-extra": "^5.0.2", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.0.6", | ||
"@types/node": "^10.1.2", | ||
"@types/semver": "^5.5.0", | ||
@@ -40,3 +40,3 @@ "@types/supports-color": "^5.3.0", | ||
"globby": "^8.0.1", | ||
"mocha": "^5.1.1", | ||
"mocha": "^5.2.0", | ||
"ts-node": "6.0.3", | ||
@@ -43,0 +43,0 @@ "tslint": "^5.10.0", |
@@ -81,3 +81,3 @@ @oclif/plugin-plugins | ||
_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.14/src/commands/plugins.ts)_ | ||
_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.15/src/commands/plugins.ts)_ | ||
@@ -102,3 +102,3 @@ ## `mycli plugins:install PLUGIN...` | ||
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.14/src/commands/plugins/install.ts)_ | ||
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.15/src/commands/plugins/install.ts)_ | ||
@@ -120,3 +120,3 @@ ## `mycli plugins:link PLUGIN` | ||
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.14/src/commands/plugins/link.ts)_ | ||
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.15/src/commands/plugins/link.ts)_ | ||
@@ -139,3 +139,3 @@ ## `mycli plugins:uninstall PLUGIN...` | ||
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.14/src/commands/plugins/uninstall.ts)_ | ||
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.15/src/commands/plugins/uninstall.ts)_ | ||
@@ -151,3 +151,3 @@ ## `mycli plugins:update` | ||
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.14/src/commands/plugins/update.ts)_ | ||
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.15/src/commands/plugins/update.ts)_ | ||
<!-- commandsstop --> |
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
43613
570
Updated@heroku-cli/color@^1.1.5
Updated@oclif/command@^1.4.30
Updatedcli-ux@^4.3.1
Updatedhttp-call@^5.1.3
Updatedtslib@^1.9.1
Updatedyarn@^1.7.0