@pixelkit-labs/cli 1.5.0 → 1.5.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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,4 +61,9 @@ pixelkit doctor [--package <id>] [--serial <serial>]
|
|
|
61
61
|
`0` when every check passed or was not applicable. `1` when any check failed, or could not be
|
|
62
62
|
determined at all.
|
|
63
63
|
|
|
64
|
+
## Documentation
|
|
65
|
+
|
|
66
|
+
[https://pixelkit-labs.github.io/pixelkit-docs/](https://pixelkit-labs.github.io/pixelkit-docs/) covers the hooks this command
|
|
67
|
+
diagnoses: each one's inputs, outputs, and what `source: 'unavailable'` means for it.
|
|
68
|
+
|
|
64
69
|
MIT
|