@oclif/plugin-commands 2.2.0 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
- package/yarn.lock +41 -40
- package/CHANGELOG.md +0 -85
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
20
20
|
$ oclif-example COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example (--version)
|
|
23
|
-
@oclif/plugin-commands/2.2.
|
|
23
|
+
@oclif/plugin-commands/2.2.2 linux-x64 node-v18.12.1
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -61,5 +61,5 @@ DESCRIPTION
|
|
|
61
61
|
list all the commands
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.
|
|
64
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.2/src/commands/commands.ts)_
|
|
65
65
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.2.
|
|
1
|
+
{"version":"2.2.2","commands":{"commands":{"id":"commands","description":"list all the commands","strict":true,"pluginName":"@oclif/plugin-commands","pluginAlias":"@oclif/plugin-commands","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"hidden":{"name":"hidden","type":"boolean","description":"show hidden commands","allowNo":false},"tree":{"name":"tree","type":"boolean","description":"show tree of commands","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"enableJsonFlag":true}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@oclif/plugin-help": "^5.1.7",
|
|
13
13
|
"@oclif/test": "^2.0.2",
|
|
14
|
-
"@types/chai": "^4.
|
|
15
|
-
"@types/lodash": "^4.14.
|
|
14
|
+
"@types/chai": "^4.3.4",
|
|
15
|
+
"@types/lodash": "^4.14.191",
|
|
16
16
|
"@types/mocha": "^8.0.0",
|
|
17
17
|
"@types/nock": "^11.1.0",
|
|
18
|
-
"@types/node": "^14.
|
|
19
|
-
"chai": "^4.
|
|
18
|
+
"@types/node": "^14.18.36",
|
|
19
|
+
"chai": "^4.3.7",
|
|
20
20
|
"eslint": "^7.3.1",
|
|
21
21
|
"eslint-config-oclif": "^3.1.0",
|
|
22
22
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"oclif": "^2.3.0",
|
|
28
28
|
"shx": "^0.3.3",
|
|
29
29
|
"ts-node": "^9.1.1",
|
|
30
|
-
"tslib": "^2.
|
|
30
|
+
"tslib": "^2.4.1",
|
|
31
31
|
"typescript": "4.4.3"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
@@ -61,4 +61,4 @@
|
|
|
61
61
|
"version": "oclif readme && git add README.md",
|
|
62
62
|
"build": "shx rm -rf lib && tsc"
|
|
63
63
|
}
|
|
64
|
-
}
|
|
64
|
+
}
|
package/yarn.lock
CHANGED
|
@@ -630,10 +630,10 @@
|
|
|
630
630
|
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
|
|
631
631
|
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
|
|
632
632
|
|
|
633
|
-
"@types/chai@*", "@types/chai@^4.
|
|
634
|
-
version "4.
|
|
635
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.
|
|
636
|
-
integrity sha512-
|
|
633
|
+
"@types/chai@*", "@types/chai@^4.3.4":
|
|
634
|
+
version "4.3.4"
|
|
635
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
|
|
636
|
+
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
|
|
637
637
|
|
|
638
638
|
"@types/color-name@^1.1.1":
|
|
639
639
|
version "1.1.1"
|
|
@@ -663,10 +663,10 @@
|
|
|
663
663
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
|
|
664
664
|
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
|
|
665
665
|
|
|
666
|
-
"@types/lodash@*", "@types/lodash@^4.14.
|
|
667
|
-
version "4.14.
|
|
668
|
-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.
|
|
669
|
-
integrity sha512-
|
|
666
|
+
"@types/lodash@*", "@types/lodash@^4.14.191":
|
|
667
|
+
version "4.14.191"
|
|
668
|
+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa"
|
|
669
|
+
integrity sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==
|
|
670
670
|
|
|
671
671
|
"@types/minimatch@*", "@types/minimatch@^3.0.3":
|
|
672
672
|
version "3.0.5"
|
|
@@ -685,16 +685,16 @@
|
|
|
685
685
|
dependencies:
|
|
686
686
|
nock "*"
|
|
687
687
|
|
|
688
|
-
"@types/node@*", "@types/node@^
|
|
689
|
-
version "14.14.41"
|
|
690
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
|
|
691
|
-
integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==
|
|
692
|
-
|
|
693
|
-
"@types/node@^15.6.1":
|
|
688
|
+
"@types/node@*", "@types/node@^15.6.1":
|
|
694
689
|
version "15.14.9"
|
|
695
690
|
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
696
691
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
697
692
|
|
|
693
|
+
"@types/node@^14.18.36":
|
|
694
|
+
version "14.18.36"
|
|
695
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.36.tgz#c414052cb9d43fab67d679d5f3c641be911f5835"
|
|
696
|
+
integrity sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==
|
|
697
|
+
|
|
698
698
|
"@types/normalize-package-data@^2.4.0":
|
|
699
699
|
version "2.4.1"
|
|
700
700
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -1178,15 +1178,16 @@ cardinal@^2.1.1:
|
|
|
1178
1178
|
ansicolors "~0.3.2"
|
|
1179
1179
|
redeyed "~2.1.0"
|
|
1180
1180
|
|
|
1181
|
-
chai@^4.
|
|
1182
|
-
version "4.3.
|
|
1183
|
-
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.
|
|
1184
|
-
integrity sha512-
|
|
1181
|
+
chai@^4.3.7:
|
|
1182
|
+
version "4.3.7"
|
|
1183
|
+
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51"
|
|
1184
|
+
integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==
|
|
1185
1185
|
dependencies:
|
|
1186
1186
|
assertion-error "^1.1.0"
|
|
1187
1187
|
check-error "^1.0.2"
|
|
1188
|
-
deep-eql "^
|
|
1188
|
+
deep-eql "^4.1.2"
|
|
1189
1189
|
get-func-name "^2.0.0"
|
|
1190
|
+
loupe "^2.3.1"
|
|
1190
1191
|
pathval "^1.1.1"
|
|
1191
1192
|
type-detect "^4.0.5"
|
|
1192
1193
|
|
|
@@ -1691,10 +1692,10 @@ decamelize@^4.0.0:
|
|
|
1691
1692
|
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
|
|
1692
1693
|
integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==
|
|
1693
1694
|
|
|
1694
|
-
deep-eql@^
|
|
1695
|
-
version "
|
|
1696
|
-
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-
|
|
1697
|
-
integrity sha512
|
|
1695
|
+
deep-eql@^4.1.2:
|
|
1696
|
+
version "4.1.2"
|
|
1697
|
+
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.2.tgz#270ceb902f87724077e6f6449aed81463f42fc1c"
|
|
1698
|
+
integrity sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==
|
|
1698
1699
|
dependencies:
|
|
1699
1700
|
type-detect "^4.0.0"
|
|
1700
1701
|
|
|
@@ -3192,11 +3193,9 @@ json-stringify-safe@^5.0.1:
|
|
|
3192
3193
|
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
|
|
3193
3194
|
|
|
3194
3195
|
json5@^2.1.2:
|
|
3195
|
-
version "2.
|
|
3196
|
-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.
|
|
3197
|
-
integrity sha512-
|
|
3198
|
-
dependencies:
|
|
3199
|
-
minimist "^1.2.5"
|
|
3196
|
+
version "2.2.2"
|
|
3197
|
+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab"
|
|
3198
|
+
integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==
|
|
3200
3199
|
|
|
3201
3200
|
jsonfile@^4.0.0:
|
|
3202
3201
|
version "4.0.0"
|
|
@@ -3385,6 +3384,13 @@ loud-rejection@^1.0.0:
|
|
|
3385
3384
|
currently-unhandled "^0.4.1"
|
|
3386
3385
|
signal-exit "^3.0.0"
|
|
3387
3386
|
|
|
3387
|
+
loupe@^2.3.1:
|
|
3388
|
+
version "2.3.6"
|
|
3389
|
+
resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.6.tgz#76e4af498103c532d1ecc9be102036a21f787b53"
|
|
3390
|
+
integrity sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==
|
|
3391
|
+
dependencies:
|
|
3392
|
+
get-func-name "^2.0.0"
|
|
3393
|
+
|
|
3388
3394
|
lru-cache@^4.0.1:
|
|
3389
3395
|
version "4.1.5"
|
|
3390
3396
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
|
|
@@ -3549,9 +3555,9 @@ min-document@^2.19.0:
|
|
|
3549
3555
|
brace-expansion "^1.1.7"
|
|
3550
3556
|
|
|
3551
3557
|
minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.3, minimist@^1.2.5:
|
|
3552
|
-
version "1.2.
|
|
3553
|
-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.
|
|
3554
|
-
integrity sha512-
|
|
3558
|
+
version "1.2.7"
|
|
3559
|
+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
|
|
3560
|
+
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
|
|
3555
3561
|
|
|
3556
3562
|
minipass-collect@^1.0.2:
|
|
3557
3563
|
version "1.0.2"
|
|
@@ -5305,15 +5311,10 @@ tslib@^1.8.1:
|
|
|
5305
5311
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
|
|
5306
5312
|
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|
|
5307
5313
|
|
|
5308
|
-
tslib@^2, tslib@^2.1.0, tslib@^2.3.1:
|
|
5309
|
-
version "2.
|
|
5310
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.
|
|
5311
|
-
integrity sha512-
|
|
5312
|
-
|
|
5313
|
-
tslib@^2.0.0:
|
|
5314
|
-
version "2.2.0"
|
|
5315
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
|
|
5316
|
-
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
|
|
5314
|
+
tslib@^2, tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.1:
|
|
5315
|
+
version "2.4.1"
|
|
5316
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
|
|
5317
|
+
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
|
|
5317
5318
|
|
|
5318
5319
|
tsutils@^3.17.1:
|
|
5319
5320
|
version "3.17.1"
|
package/CHANGELOG.md
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
## [2.2.0](https://github.com/oclif/plugin-commands/compare/v2.1.0...v2.2.0) (2022-06-17)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* add a tree view for commands ([#292](https://github.com/oclif/plugin-commands/issues/292)) ([0ea4028](https://github.com/oclif/plugin-commands/commit/0ea402853f89507db41fce2adcdab99e33c14cf7))
|
|
11
|
-
|
|
12
|
-
## [2.1.0](https://github.com/oclif/plugin-commands/compare/v2.0.2...v2.1.0) (2022-01-28)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* remove cli-ux ([#257](https://github.com/oclif/plugin-commands/issues/257)) ([91d8696](https://github.com/oclif/plugin-commands/commit/91d8696bff375e622092744ab005daabf12c34d2))
|
|
18
|
-
|
|
19
|
-
### [2.0.2](https://github.com/oclif/plugin-commands/compare/v2.0.0...v2.0.2) (2022-01-03)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
* add summary and use configured command ([#217](https://github.com/oclif/plugin-commands/issues/217)) ([d1ce99e](https://github.com/oclif/plugin-commands/commit/d1ce99eb233155e019a585177972188953b0ffaf))
|
|
25
|
-
* build error ([6cc7807](https://github.com/oclif/plugin-commands/commit/6cc780725e5dbb64fbc105206cc580bf45325749))
|
|
26
|
-
* bump deps ([#234](https://github.com/oclif/plugin-commands/issues/234)) ([04c903d](https://github.com/oclif/plugin-commands/commit/04c903d45a51987f6262628c7a401481dc237145))
|
|
27
|
-
* bump deps and fix tests ([#236](https://github.com/oclif/plugin-commands/issues/236)) ([064da3f](https://github.com/oclif/plugin-commands/commit/064da3f22778c9625c640012b883eee8c1528ab1))
|
|
28
|
-
* bump-deps ([#235](https://github.com/oclif/plugin-commands/issues/235)) ([55b3e59](https://github.com/oclif/plugin-commands/commit/55b3e59e0743078d2bf81bfa75a56ebd0b746c4b))
|
|
29
|
-
* use enableJsonFlag to enable json output ([#253](https://github.com/oclif/plugin-commands/issues/253)) ([5c839bc](https://github.com/oclif/plugin-commands/commit/5c839bc3d5b079c3080858ca4bc704283ff9d345))
|
|
30
|
-
|
|
31
|
-
## [1.2.2](https://github.com/oclif/plugin-commands/compare/v1.2.1...v1.2.2) (2018-10-13)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
* remove greenkeeper badge ([2bf582a](https://github.com/oclif/plugin-commands/commit/2bf582a))
|
|
37
|
-
|
|
38
|
-
## [1.2.1](https://github.com/oclif/plugin-commands/compare/v1.2.0...v1.2.1) (2018-09-14)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
42
|
-
|
|
43
|
-
* updated deps ([adf0726](https://github.com/oclif/plugin-commands/commit/adf0726))
|
|
44
|
-
|
|
45
|
-
# [1.2.0](https://github.com/oclif/plugin-commands/compare/v1.1.3...v1.2.0) (2018-08-17)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Features
|
|
49
|
-
|
|
50
|
-
* typescript 3 ([8267ff5](https://github.com/oclif/plugin-commands/commit/8267ff5))
|
|
51
|
-
|
|
52
|
-
<a name="1.1.1"></a>
|
|
53
|
-
## [1.1.1](https://github.com/oclif/plugin-commands/compare/v1.1.0...v1.1.1) (2018-06-01)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
* updated deps ([22d6a13](https://github.com/oclif/plugin-commands/commit/22d6a13))
|
|
59
|
-
|
|
60
|
-
<a name="1.1.0"></a>
|
|
61
|
-
# [1.1.0](https://github.com/oclif/plugin-commands/compare/v1.0.0...v1.1.0) (2018-05-31)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* add --hidden flag ([e6b9424](https://github.com/oclif/plugin-commands/commit/e6b9424))
|
|
67
|
-
|
|
68
|
-
<a name="1.0.0"></a>
|
|
69
|
-
# 1.0.0 (2018-05-31)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
* updated deps ([ef81977](https://github.com/oclif/plugin-commands/commit/ef81977))
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* init ([03864cc](https://github.com/oclif/plugin-commands/commit/03864cc))
|
|
80
|
-
* sort commands by id ([9cb157a](https://github.com/oclif/plugin-commands/commit/9cb157a))
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### BREAKING CHANGES
|
|
84
|
-
|
|
85
|
-
* v1
|