How to install
npm install -g oad@0.1.9
Command Usage
vishrut@visshamac openapi-diff $ oad compare --help
Commands:
compare <old-spec> <new-spec> Compares old and new open api specification for
breaking changes.
Options:
--version Show version number [boolean]
-l, --logLevel Set the logging level for console.
[choices: "off", "json", "error", "warn", "info", "verbose", "debug", "silly"]
[default: "warn"]
-f, --logFilepath Set the log file path. It must be an absolute filepath. By
default the logs will stored in a timestamp based log file
at "/Users/vishrut/oad_output".
-j, --inJson A boolean flag indicating whether output format of the
messages is json. [boolean] [default: true]
-h, --help Show help [boolean]
Build dependencies
- Node (7.10.0 or higher)
- Node Package Manager
- .NET CLI tools version 2.0.0 or higher
You want the .NET Core SDK Binaries for your platform
dotnet --version
2.0.2
Build scripts
How to build
The first step would be to run npm install
so we have all the required modules installed.
How to build the whole repo
gulp
How to test
To run all tests under the repo
gulp test
How to bundle node package & install
gulp pack
npm install -g oad-0.1.0.tgz
Contributing
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.