needle-cloud 0.4.0-alpha.61 → 0.4.0-alpha.63

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 CHANGED
@@ -1,18 +1,14 @@
1
- # Needle Cloud SDK
1
+ # Needle Cloud CLI
2
2
 
3
- ## CLI
4
-
5
- Run with `npx needle-cloud@latest <command>`
3
+ Run with `npx needle-cloud@version-1 <command>`
6
4
 
7
5
  #### Available Commands
8
6
 
9
- - `help`
10
- - `deploy`
11
- - `optimize`
12
-
13
-
14
- ## Web
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>`
15
12
 
16
- Install in your project with `npm i needle-cloud`.
17
13
 
18
- - TODO: docs
14
+ [Needle Cloud](https://cloud.needle.tools)