From b5ba71b5f66b93a5dd90e9291a175f3a8ca2d4b8 Mon Sep 17 00:00:00 2001 From: ashish Date: Fri, 23 Oct 2020 10:35:02 +0530 Subject: [PATCH] 0.7.0 --- README.md | 32 ++++++++++++++++++++------------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ddc9e77..c015a04 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt $ cdt COMMAND running command... $ cdt (-v|--version|version) -@codingtools/cdt/0.6.0 darwin-x64 node-v14.3.0 +@codingtools/cdt/0.7.0 darwin-x64 node-v14.3.0 $ cdt --help [COMMAND] USAGE $ cdt COMMAND @@ -98,7 +98,7 @@ OPTIONS -t, --schemaType=schemaType schema type file path ``` -_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/avro.ts)_ +_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/avro.ts)_ ## `cdt bundlephobia [PACKAGE]` @@ -114,7 +114,7 @@ OPTIONS -p, --packages=packages packages for which cost is required, can pass more than one separated by space ``` -_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/bundlephobia.ts)_ +_See code: [src/commands/bundlephobia.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/bundlephobia.ts)_ ## `cdt commands` @@ -125,12 +125,20 @@ USAGE $ cdt commands OPTIONS - -h, --help show CLI help - -j, --json output in json format - --hidden also show hidden commands + -h, --help show CLI help + -j, --json display unfiltered api data in json format + -x, --extended show extra columns + --columns=columns only show provided columns (comma-separated) + --csv output is csv format [alias: --output=csv] + --filter=filter filter property by partial string matching, ex: name=foo + --hidden show hidden commands + --no-header hide table header from output + --no-truncate do not truncate output to fit screen + --output=csv|json|yaml output in a more machine friendly format + --sort=sort property to sort by (prepend '-' for descending) ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v1.2.3/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v1.3.0/src/commands/commands.ts)_ ## `cdt crypto [STRING]` @@ -150,7 +158,7 @@ OPTIONS -s, --string=string string to be encrypted/decrypted ``` -_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/crypto.ts)_ +_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/crypto.ts)_ ## `cdt datetime [DATE]` @@ -168,7 +176,7 @@ OPTIONS -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone ``` -_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/datetime.ts)_ +_See code: [src/commands/datetime.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/datetime.ts)_ ## `cdt hash [STRING]` @@ -186,7 +194,7 @@ OPTIONS -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160] ``` -_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/hash.ts)_ +_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/hash.ts)_ ## `cdt help [COMMAND]` @@ -220,7 +228,7 @@ OPTIONS -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS ``` -_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/minify.ts)_ +_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/minify.ts)_ ## `cdt view [FILE]` @@ -236,7 +244,7 @@ OPTIONS -n, --num=num no. of rows to show, default:10 ``` -_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v0.6.0/src/commands/view.ts)_ +_See code: [src/commands/view.ts](https://github.com/codingtools/cdt/blob/v0.7.0/src/commands/view.ts)_ ## Acknowledgement diff --git a/package-lock.json b/package-lock.json index 7217f9b..3086d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@codingtools/cdt", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa5e722..c109f8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codingtools/cdt", "description": "CLI for Developers", - "version": "0.6.0", + "version": "0.7.0", "author": "Ashish Patel @ashishpatel0720", "bin": { "cdt": "./bin/run"