@oclif/plugin-commands
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
## [1.2.2](https://github.com/oclif/plugin-commands/compare/v1.2.1...v1.2.2) (2018-10-13) | ||
### Bug Fixes | ||
* remove greenkeeper badge ([2bf582a](https://github.com/oclif/plugin-commands/commit/2bf582a)) | ||
## [1.2.1](https://github.com/oclif/plugin-commands/compare/v1.2.0...v1.2.1) (2018-09-14) | ||
@@ -2,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"1.2.1","commands":{"commands":{"id":"commands","description":"list all the commands","pluginName":"@oclif/plugin-commands","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"hidden":{"name":"hidden","type":"boolean","description":"also show hidden commands","allowNo":false}},"args":[]}}} | ||
{"version":"1.2.2","commands":{"commands":{"id":"commands","description":"list all the commands","pluginName":"@oclif/plugin-commands","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"hidden":{"name":"hidden","type":"boolean","description":"also show hidden commands","allowNo":false}},"args":[]}}} |
{ | ||
"name": "@oclif/plugin-commands", | ||
"description": "plugin to show the list of all the commands", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-commands/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1.5.1", | ||
"@oclif/config": "^1.7.6", | ||
"cli-ux": "^4.8.2", | ||
"@oclif/command": "^1.5.4", | ||
"@oclif/config": "^1.8.7", | ||
"cli-ux": "^4.9.0", | ||
"lodash": "^4.17.11", | ||
@@ -15,11 +15,11 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.18.0", | ||
"@oclif/dev-cli": "^1.19.1", | ||
"@oclif/plugin-help": "^2.1.2", | ||
"@oclif/test": "^1.2.1", | ||
"@oclif/tslint": "^3.1.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/lodash": "^4.14.116", | ||
"@types/chai": "^4.1.6", | ||
"@types/lodash": "^4.14.117", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.4", | ||
"chai": "^4", | ||
"@types/node": "^10.11.7", | ||
"chai": "^4.2.0", | ||
"globby": "^8", | ||
@@ -30,3 +30,3 @@ "mocha": "^5", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.3" | ||
"typescript": "^3.1.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "engines": { |
@@ -12,3 +12,2 @@ @oclif/plugin-commands | ||
[![License](https://img.shields.io/npm/l/@oclif/plugin-commands.svg)](https://github.com/oclif/plugin-commands/blob/master/package.json) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/oclif/plugin-commands.svg)](https://greenkeeper.io/) | ||
@@ -26,3 +25,3 @@ <!-- toc --> | ||
$ oclif-example (-v|--version|version) | ||
@oclif/plugin-commands/1.2.1 linux-x64 node-v10.10.0 | ||
@oclif/plugin-commands/1.2.2 linux-x64 node-v10.12.0 | ||
$ oclif-example --help [COMMAND] | ||
@@ -52,3 +51,3 @@ USAGE | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v1.2.1/src/commands/commands.ts)_ | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v1.2.2/src/commands/commands.ts)_ | ||
<!-- commandsstop --> |
Sorry, the diff of this file is not supported yet
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
123101
51
Updated@oclif/command@^1.5.4
Updated@oclif/config@^1.8.7
Updatedcli-ux@^4.9.0