Skip to content

Commit 8f4e0f3

Browse files
committed
[ISSUE#51]: README.md updated
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 1f9ec7c commit 8f4e0f3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ USAGE
4949
# Commands
5050
<!-- commands -->
5151
* [`cdt autocomplete [SHELL]`](#cdt-autocomplete-shell)
52+
* [`cdt avro [COMMAND]`](#cdt-avro-command)
5253
* [`cdt bundlephobia [PACKAGE]`](#cdt-bundlephobia-package)
5354
* [`cdt crypto [STRING]`](#cdt-crypto-string)
5455
* [`cdt datetime [DATE]`](#cdt-datetime-date)
@@ -79,6 +80,23 @@ EXAMPLES
7980

8081
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.1.4/src/commands/autocomplete/index.ts)_
8182

83+
## `cdt avro [COMMAND]`
84+
85+
Avro Utility command
86+
87+
```
88+
USAGE
89+
$ cdt avro [COMMAND]
90+
91+
OPTIONS
92+
-f, --file=file input file path
93+
-h, --help show CLI help
94+
-o, --output=output output file path
95+
-t, --schemaType=schemaType schema type file path
96+
```
97+
98+
_See code: [src/commands/avro.ts](https://github.com/codingtools/cdt/blob/v0.1.5/src/commands/avro.ts)_
99+
82100
## `cdt bundlephobia [PACKAGE]`
83101

84102
Find cost of adding a npm/yarn packages or all dependencies in package.json file

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@oclif/plugin-autocomplete"
7878
],
7979
"warn-if-update-available": {
80-
"timeoutInDays": 1,
80+
"timeoutInDays": 7,
8181
"message": "<%= chalk.blue(config.name) %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>."
8282
}
8383
},

0 commit comments

Comments
 (0)