File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 49
49
# Commands
50
50
<!-- commands -->
51
51
* [ ` cdt autocomplete [SHELL] ` ] ( #cdt-autocomplete-shell )
52
+ * [ ` cdt avro [COMMAND] ` ] ( #cdt-avro-command )
52
53
* [ ` cdt bundlephobia [PACKAGE] ` ] ( #cdt-bundlephobia-package )
53
54
* [ ` cdt crypto [STRING] ` ] ( #cdt-crypto-string )
54
55
* [ ` cdt datetime [DATE] ` ] ( #cdt-datetime-date )
@@ -79,6 +80,23 @@ EXAMPLES
79
80
80
81
_ See code: [ @oclif/plugin-autocomplete ] ( https://github.com/oclif/plugin-autocomplete/blob/v0.1.4/src/commands/autocomplete/index.ts ) _
81
82
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
+
82
100
## ` cdt bundlephobia [PACKAGE] `
83
101
84
102
Find cost of adding a npm/yarn packages or all dependencies in package.json file
Original file line number Diff line number Diff line change 77
77
" @oclif/plugin-autocomplete"
78
78
],
79
79
"warn-if-update-available" : {
80
- "timeoutInDays" : 1 ,
80
+ "timeoutInDays" : 7 ,
81
81
"message" : " <%= chalk.blue(config.name) %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>."
82
82
}
83
83
},
You can’t perform that action at this time.
0 commit comments