needle-cloud 0.4.0-alpha.8 → 0.4.0-alpha.81

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/CHANGELOG.md CHANGED
@@ -1,64 +1,71 @@
1
- # Changelog
2
- All notable changes to this package will be documented in this file.
3
-
4
- The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
- and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
-
7
- ## [0.4.0-alpha.7] - 2024-10-21
8
- - add: auth flow timeout
9
- - fix: CLI node 18 support
10
-
11
- ## [0.4.0-alpha.5] - 2024-10-18
12
- - add: CLI license server
13
-
14
- ## [0.3.0-alpha.4] - 2024-10-17
15
- - add: CLI support for `login` and `logout`
16
- - add: CLI `--org` option
17
-
18
- ## [0.2.0-alpha.1] - 2024-10-01
19
- - add: support to list deployments for web and CLI
20
-
21
- ## [0.1.0-alpha.13] - 2024-09-26
22
- - add: web support
23
-
24
- ## [0.0.1-alpha.25] - 2024-08-23
25
- - add: deploy command now has `--verbose` flag
26
- - fix: deploy command should not update the job status after the upload was finished
27
-
28
- ## [0.0.1-alpha.24] - 2024-08-17
29
- - minor optimize command output improvement
30
-
31
- ## [0.0.1-alpha.23] - 2024-08-16
32
- - add: Node 18 support
33
- - add: the access token can now set in a environment variable using `NEEDLE_CLOUD_TOKEN=<yourtoken>`
34
- - change: rename package to `needle-cloud`
35
-
36
- ## [0.0.1-alpha.20] - 2024-08-14
37
- - add: `deploy` does now automatically determine a project name if none is provided
38
- - add: `deploy` does now allow deployment of gzip compressed files
39
-
40
- ## [0.0.1-alpha.18] - 2024-08-13
41
- - add: better re-upload handling and optimization request for already optimized files
42
-
43
- ## [0.0.1-alpha.16] - 2024-08-12
44
- - add: optimize `--verbose` mode
45
- - fix: upload issue in SDK
46
-
47
- ## [0.0.1-alpha.10] - 2024-08-11
48
- - add: `needle-cloud optimize` command now has a `--name` argument
49
-
50
- ## [0.0.1-alpha.8] - 2024-08-09
51
- - add: `needle-cloud optimize` which allows to run compression via needle-cloud and get optimized files
52
-
53
- ## [0.0.1-alpha.5] - 2024-08-09
54
- - add: parallelized upload
55
- - add: `needle-cloud` now has a `--name` argument which allows to re-deploy to the same view
56
-
57
- ## [0.0.1-alpha.4] - 2024-07-18
58
- - change: upload with deployment type
59
-
60
- ## [0.0.1-alpha.3] - 2024-07-08
61
- - add: open pages url
62
-
63
- ## [0.0.1-alpha.1] - 2024-07-06
1
+ # Changelog
2
+ All notable changes to this package will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [0.4.0-alpha.79] - 2025-03-28
8
+ - add: deploy command now gzips HTML, JS and CSS files before upload
9
+
10
+ ## [0.4.0-alpha.55] - 2024-11-19
11
+ - change: update license flow
12
+ - change: license check updated
13
+
14
+ ## [0.4.0-alpha.24] - 2024-11-15
15
+ - add: auth flow timeout
16
+ - fix: CLI node 18 support
17
+
18
+ ## [0.4.0-alpha.5] - 2024-10-18
19
+ - add: CLI license server
20
+
21
+ ## [0.3.0-alpha.4] - 2024-10-17
22
+ - add: CLI support for `login` and `logout`
23
+ - add: CLI `--org` option
24
+
25
+ ## [0.2.0-alpha.1] - 2024-10-01
26
+ - add: support to list deployments for web and CLI
27
+
28
+ ## [0.1.0-alpha.13] - 2024-09-26
29
+ - add: web support
30
+
31
+ ## [0.0.1-alpha.25] - 2024-08-23
32
+ - add: deploy command now has `--verbose` flag
33
+ - fix: deploy command should not update the job status after the upload was finished
34
+
35
+ ## [0.0.1-alpha.24] - 2024-08-17
36
+ - minor optimize command output improvement
37
+
38
+ ## [0.0.1-alpha.23] - 2024-08-16
39
+ - add: Node 18 support
40
+ - add: the access token can now set in a environment variable using `NEEDLE_CLOUD_TOKEN=<yourtoken>`
41
+ - change: rename package to `needle-cloud`
42
+
43
+ ## [0.0.1-alpha.20] - 2024-08-14
44
+ - add: `deploy` does now automatically determine a project name if none is provided
45
+ - add: `deploy` does now allow deployment of gzip compressed files
46
+
47
+ ## [0.0.1-alpha.18] - 2024-08-13
48
+ - add: better re-upload handling and optimization request for already optimized files
49
+
50
+ ## [0.0.1-alpha.16] - 2024-08-12
51
+ - add: optimize `--verbose` mode
52
+ - fix: upload issue in SDK
53
+
54
+ ## [0.0.1-alpha.10] - 2024-08-11
55
+ - add: `needle-cloud optimize` command now has a `--name` argument
56
+
57
+ ## [0.0.1-alpha.8] - 2024-08-09
58
+ - add: `needle-cloud optimize` which allows to run compression via needle-cloud and get optimized files
59
+
60
+ ## [0.0.1-alpha.5] - 2024-08-09
61
+ - add: parallelized upload
62
+ - add: `needle-cloud` now has a `--name` argument which allows to re-deploy to the same view
63
+
64
+ ## [0.0.1-alpha.4] - 2024-07-18
65
+ - change: upload with deployment type
66
+
67
+ ## [0.0.1-alpha.3] - 2024-07-08
68
+ - add: open pages url
69
+
70
+ ## [0.0.1-alpha.1] - 2024-07-06
64
71
  - initial release
package/README.md CHANGED
@@ -1,18 +1,14 @@
1
- # Needle Cloud SDK
2
-
3
- ## CLI
4
-
5
- Run with `npx needle-cloud@latest <command>`
6
-
7
- #### Available Commands
8
-
9
- - `help`
10
- - `deploy`
11
- - `optimize`
12
-
13
-
14
- ## Web
15
-
16
- Install in your project with `npm i needle-cloud`.
17
-
18
- - TODO: docs
1
+ # Needle Cloud CLI
2
+
3
+ Run with `npx needle-cloud@version-1 <command>`
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)
package/bin/cli.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import { program } from '../dist/cli.esm.js';
2
+ import { program } from '../dist/cli.esm.js';
3
3
  program.run();