needle-cloud 0.4.0-alpha.86 → 0.4.0-alpha.87
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 +2 -13
- package/dist/cli.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
# Needle Cloud
|
|
1
|
+
# Needle Cloud
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
#### Available Commands
|
|
6
|
-
|
|
7
|
-
- `login` - Login to your Needle Cloud account
|
|
8
|
-
- `logout` - Logout from your Needle Cloud account
|
|
9
|
-
- `deploy <path/to/needle/dist/folder>` - Deploy a built needle engine project to needle cloud
|
|
10
|
-
- `optimize <path/to/directory/or/file>` - Support for cloud compression of glTF, GLB, VRM, USD files
|
|
11
|
-
- `help` - Print help for available commands. To get detailed help for commands below use `help <commandname>`
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
[Needle Cloud](https://cloud.needle.tools)
|
|
3
|
+
[Needle Cloud](https://cloud.needle.tools) – [Documentation](https://engine.needle.tools/docs/cloud/)
|