@@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt
39
39
$ cdt COMMAND
40
40
running command...
41
41
$ cdt (-v| --version| version)
42
- @codingtools/cdt/0.6 .0 darwin-x64 node-v14.3.0
42
+ @codingtools/cdt/0.7 .0 darwin-x64 node-v14.3.0
43
43
$ cdt --help [COMMAND]
44
44
USAGE
45
45
$ cdt COMMAND
@@ -98,7 +98,7 @@ OPTIONS
98
98
-t, --schemaType=schemaType schema type file path
99
99
```
100
100
101
- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/avro.ts ) _
101
+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/avro.ts ) _
102
102
103
103
## ` cdt bundlephobia [PACKAGE] `
104
104
@@ -114,7 +114,7 @@ OPTIONS
114
114
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
115
115
```
116
116
117
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/bundlephobia.ts ) _
117
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/bundlephobia.ts ) _
118
118
119
119
## ` cdt commands `
120
120
@@ -125,12 +125,20 @@ USAGE
125
125
$ cdt commands
126
126
127
127
OPTIONS
128
- -h, --help show CLI help
129
- -j, --json output in json format
130
- --hidden also show hidden commands
128
+ -h, --help show CLI help
129
+ -j, --json display unfiltered api data in json format
130
+ -x, --extended show extra columns
131
+ --columns=columns only show provided columns (comma-separated)
132
+ --csv output is csv format [alias: --output=csv]
133
+ --filter=filter filter property by partial string matching, ex: name=foo
134
+ --hidden show hidden commands
135
+ --no-header hide table header from output
136
+ --no-truncate do not truncate output to fit screen
137
+ --output=csv|json|yaml output in a more machine friendly format
138
+ --sort=sort property to sort by (prepend '-' for descending)
131
139
```
132
140
133
- _ See code: [ @oclif/plugin-commands ] ( https://github.com/oclif/plugin-commands/blob/v1.2.3 /src/commands/commands.ts ) _
141
+ _ See code: [ @oclif/plugin-commands ] ( https://github.com/oclif/plugin-commands/blob/v1.3.0 /src/commands/commands.ts ) _
134
142
135
143
## ` cdt crypto [STRING] `
136
144
@@ -150,7 +158,7 @@ OPTIONS
150
158
-s, --string=string string to be encrypted/decrypted
151
159
```
152
160
153
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/crypto.ts ) _
161
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/crypto.ts ) _
154
162
155
163
## ` cdt datetime [DATE] `
156
164
@@ -168,7 +176,7 @@ OPTIONS
168
176
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
169
177
```
170
178
171
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/datetime.ts ) _
179
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/datetime.ts ) _
172
180
173
181
## ` cdt hash [STRING] `
174
182
@@ -186,7 +194,7 @@ OPTIONS
186
194
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
187
195
```
188
196
189
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/hash.ts ) _
197
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/hash.ts ) _
190
198
191
199
## ` cdt help [COMMAND] `
192
200
@@ -220,7 +228,7 @@ OPTIONS
220
228
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
221
229
```
222
230
223
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/minify.ts ) _
231
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/minify.ts ) _
224
232
225
233
## ` cdt view [FILE] `
226
234
@@ -236,7 +244,7 @@ OPTIONS
236
244
-n, --num=num no. of rows to show, default:10
237
245
```
238
246
239
- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/view.ts ) _
247
+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/view.ts ) _
240
248
<!-- commandsstop -->
241
249
242
250
## Acknowledgement
0 commit comments