@quobix/vacuum 0.28.0 → 0.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -239,6 +239,7 @@ See all the documentation at https://quobix.com/vacuum
|
|
|
239
239
|
- [FAQ](https://quobix.com/vacuum/faq/)
|
|
240
240
|
- [Ignoring lint results](https://quobix.com/vacuum/ignoring/)
|
|
241
241
|
- [Generate API Docs](https://quobix.com/vacuum/api-docs/)
|
|
242
|
+
- [Linting JSON Schema](https://quobix.com/vacuum/json-schema/)
|
|
242
243
|
- [CLI Commands](https://quobix.com/vacuum/commands/)
|
|
243
244
|
- [lint](https://quobix.com/vacuum/commands/lint/)
|
|
244
245
|
- [vacuum report](https://quobix.com/vacuum/commands/report/)
|
|
@@ -250,10 +251,11 @@ See all the documentation at https://quobix.com/vacuum
|
|
|
250
251
|
- [language-server](https://quobix.com/vacuum/commands/language-server/)
|
|
251
252
|
- [upgrade](https://quobix.com/vacuum/commands/upgrade/)
|
|
252
253
|
- [apply-overlay](https://quobix.com/vacuum/commands/apply-overlay/)
|
|
254
|
+
- [schema](https://quobix.com/vacuum/commands/schema/)
|
|
253
255
|
- [Change Detection](https://quobix.com/vacuum/commands/change-detection/)
|
|
254
|
-
- [
|
|
255
|
-
- [
|
|
256
|
-
- [
|
|
256
|
+
- [open-collection](https://quobix.com/vacuum/commands/open-collection/)
|
|
257
|
+
- [generate-ruleset](https://quobix.com/vacuum/commands/generate-ruleset/)
|
|
258
|
+
- [version](https://quobix.com/vacuum/commands/version/)
|
|
257
259
|
- [External References](https://quobix.com/vacuum/commands/external-references/)
|
|
258
260
|
- [Exit Codes](https://quobix.com/vacuum/commands/exit-codes/)
|
|
259
261
|
- [Developer API](https://quobix.com/vacuum/api/getting-started/)
|