Skip to content

Commit b5ba71b

Browse files
committed
0.7.0
1 parent 84910bb commit b5ba71b

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt
3939
$ cdt COMMAND
4040
running command...
4141
$ 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
4343
$ cdt --help [COMMAND]
4444
USAGE
4545
$ cdt COMMAND
@@ -98,7 +98,7 @@ OPTIONS
9898
-t, --schemaType=schemaType schema type file path
9999
```
100100

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)_
102102

103103
## `cdt bundlephobia [PACKAGE]`
104104

@@ -114,7 +114,7 @@ OPTIONS
114114
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
115115
```
116116

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)_
118118

119119
## `cdt commands`
120120

@@ -125,12 +125,20 @@ USAGE
125125
$ cdt commands
126126
127127
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)
131139
```
132140

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)_
134142

135143
## `cdt crypto [STRING]`
136144

@@ -150,7 +158,7 @@ OPTIONS
150158
-s, --string=string string to be encrypted/decrypted
151159
```
152160

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)_
154162

155163
## `cdt datetime [DATE]`
156164

@@ -168,7 +176,7 @@ OPTIONS
168176
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
169177
```
170178

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)_
172180

173181
## `cdt hash [STRING]`
174182

@@ -186,7 +194,7 @@ OPTIONS
186194
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
187195
```
188196

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)_
190198

191199
## `cdt help [COMMAND]`
192200

@@ -220,7 +228,7 @@ OPTIONS
220228
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
221229
```
222230

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)_
224232

225233
## `cdt view [FILE]`
226234

@@ -236,7 +244,7 @@ OPTIONS
236244
-n, --num=num no. of rows to show, default:10
237245
```
238246

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)_
240248
<!-- commandsstop -->
241249

242250
## Acknowledgement

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codingtools/cdt",
33
"description": "CLI for Developers",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
77
"cdt": "./bin/run"

0 commit comments

Comments
 (0)