File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
84102Find cost of adding a npm/yarn packages or all dependencies in package.json file
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments