You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The npm installs the binaries as both `raml-toolkit` and `ramlint` and they can be used interchangeably. You can always run with `--help` to get available options, currently the options are as follows.
29
+
Npm installs the binaries as both `raml-toolkit` and `ramlint` and they can be used interchangeably. You can always run with `--help` to get available options, currently the options are as follows.
30
30
31
-
###Commands
31
+
## Commands
32
32
33
33
**Note:** Some commands require environment variables to be set. This can be done using a [.env file](https://www.npmjs.com/package/dotenv#rules) in your working directory (the directory from which you run `raml-toolkit`).
34
34
35
-
<!-- commands -->
35
+
### Commands for OAS
36
+
37
+
-[`raml-toolkit diff BASE NEW -s oas`](#raml-toolkit-diff-base-new-s-oas)
0 commit comments