@oclif/plugin-plugins
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.1","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.2","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.2"></a> | ||
## [1.0.2](https://github.com/oclif/plugin-plugins/compare/19cbae51791a27573b0657783e1cccc1513a703a...v1.0.2) (2018-02-17) | ||
### Bug Fixes | ||
* updated command ([2f85029](https://github.com/oclif/plugin-plugins/commit/2f85029)) | ||
<a name="1.0.1"></a> | ||
@@ -2,0 +10,0 @@ ## [1.0.1](https://github.com/oclif/plugin-plugins/compare/v1.0.0...v1.0.1) (2018-02-17) |
{ | ||
"name": "@oclif/plugin-plugins", | ||
"description": "plugins plugin for oclif", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -16,3 +16,3 @@ "oclif": { | ||
"@heroku-cli/color": "^1.1.3", | ||
"@oclif/command": "^1.3.1", | ||
"@oclif/command": "^1.3.3", | ||
"chalk": "^2.3.1", | ||
@@ -30,6 +30,6 @@ "cli-ux": "^3.3.23", | ||
"devDependencies": { | ||
"@oclif/config": "^1.3.55", | ||
"@oclif/dev-cli": "^1.2.12", | ||
"@oclif/config": "^1.3.57", | ||
"@oclif/dev-cli": "^1.2.17", | ||
"@oclif/errors": "^1.0.2", | ||
"@oclif/plugin-help": "^1.0.4", | ||
"@oclif/plugin-help": "^1.1.4", | ||
"@oclif/test": "^1.0.0", | ||
@@ -47,3 +47,3 @@ "@oclif/tslint": "^1.0.2", | ||
"fancy-test": "^1.0.1", | ||
"globby": "^8.0.0", | ||
"globby": "^8.0.1", | ||
"mocha": "^5.0.1", | ||
@@ -50,0 +50,0 @@ "ts-node": "^4.1.0", |
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
32604
Updated@oclif/command@^1.3.3