needle-cloud 1.5.2-rc.c396e37 → 1.5.3-next.b4247e7
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 +8 -1
- package/dist/cli.esm.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
# Needle Cloud
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Use the Needle Cloud CLI to connect to your Needle account, run optimization or deploy websites.
|
|
4
|
+
|
|
5
|
+
Run `npx needle-cloud help` to see all available options.
|
|
6
|
+
|
|
7
|
+
## Links
|
|
8
|
+
|
|
9
|
+
- [Needle Cloud](https://cloud.needle.tools)
|
|
10
|
+
- [Needle Cloud Documentation](https://engine.needle.tools/docs/cloud/)
|