# xod-cli This package is a part of the [XOD](https://github.com/xodio/xod) project. The package contains implemetation of `xodc` command line utility. Basically it’s a collection of thin wrappers around NodeJS API’s available via other packages. The responsibility of `xod-cli` is to parse command line arguments, call API, and format the result on stdout/stderr properly. `xodc` uses subcommands like `git` does to perform various functions. The subcommands handling could be found in `src/xodc-*.js`. ## Usage ``` xodc pack xodc unpack xodc transpile [--output=] [--target=] xodc publish --swagger= --author= [--orgname=] [] xodc install --swagger= [] xodc ab set-executable xodc ab set-packages xodc ab list-index xodc ab list-pavs xodc ab list-ports xodc ab list-boards xodc ab install-pav xodc ab compile xodc ab upload ```