@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
40
40
$ cdt COMMAND
41
41
running command...
42
42
$ cdt (-v| --version| version)
43
- @codingtools/cdt/0.3 .0 darwin-x64 node-v12.9.0
43
+ @codingtools/cdt/0.4 .0 darwin-x64 node-v12.9.0
44
44
$ cdt --help [COMMAND]
45
45
USAGE
46
46
$ cdt COMMAND
52
52
* [ ` cdt autocomplete [SHELL] ` ] ( #cdt-autocomplete-shell )
53
53
* [ ` cdt avro [COMMAND] ` ] ( #cdt-avro-command )
54
54
* [ ` cdt bundlephobia [PACKAGE] ` ] ( #cdt-bundlephobia-package )
55
+ * [ ` cdt commands ` ] ( #cdt-commands )
55
56
* [ ` cdt crypto [STRING] ` ] ( #cdt-crypto-string )
56
57
* [ ` cdt datetime [DATE] ` ] ( #cdt-datetime-date )
57
58
* [ ` cdt hash [STRING] ` ] ( #cdt-hash-string )
@@ -98,7 +99,7 @@ OPTIONS
98
99
-t, --schemaType=schemaType schema type file path
99
100
```
100
101
101
- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.3 .0/src/commands/avro.ts ) _
102
+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.4 .0/src/commands/avro.ts ) _
102
103
103
104
## ` cdt bundlephobia [PACKAGE] `
104
105
@@ -114,7 +115,23 @@ OPTIONS
114
115
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
115
116
```
116
117
117
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.3.0/src/commands/bundlephobia.ts ) _
118
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.4.0/src/commands/bundlephobia.ts ) _
119
+
120
+ ## ` cdt commands `
121
+
122
+ list all the commands
123
+
124
+ ```
125
+ USAGE
126
+ $ cdt commands
127
+
128
+ OPTIONS
129
+ -h, --help show CLI help
130
+ -j, --json output in json format
131
+ --hidden also show hidden commands
132
+ ```
133
+
134
+ _ See code: [ @oclif/plugin-commands ] ( https://github.com/oclif/plugin-commands/blob/v1.2.3/src/commands/commands.ts ) _
118
135
119
136
## ` cdt crypto [STRING] `
120
137
@@ -134,7 +151,7 @@ OPTIONS
134
151
-s, --string=string string to be encrypted/decrypted
135
152
```
136
153
137
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.3 .0/src/commands/crypto.ts ) _
154
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.4 .0/src/commands/crypto.ts ) _
138
155
139
156
## ` cdt datetime [DATE] `
140
157
@@ -152,7 +169,7 @@ OPTIONS
152
169
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
153
170
```
154
171
155
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.3 .0/src/commands/datetime.ts ) _
172
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.4 .0/src/commands/datetime.ts ) _
156
173
157
174
## ` cdt hash [STRING] `
158
175
@@ -170,7 +187,7 @@ OPTIONS
170
187
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
171
188
```
172
189
173
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.3 .0/src/commands/hash.ts ) _
190
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.4 .0/src/commands/hash.ts ) _
174
191
175
192
## ` cdt help [COMMAND] `
176
193
@@ -204,7 +221,7 @@ OPTIONS
204
221
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
205
222
```
206
223
207
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.3 .0/src/commands/minify.ts ) _
224
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.4 .0/src/commands/minify.ts ) _
208
225
209
226
## ` cdt view [FILE] `
210
227
@@ -220,7 +237,7 @@ OPTIONS
220
237
-n, --num=num no. of rows to show, default:10
221
238
```
222
239
223
- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.3 .0/src/commands/view.ts ) _
240
+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.4 .0/src/commands/view.ts ) _
224
241
<!-- commandsstop -->
225
242
226
243
## Acknowledgement
0 commit comments