Skip to content

Commit 1992c61

Browse files
committed
2.0.0
1 parent 9a3fb77 commit 1992c61

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.0.0](https://github.com/HeyPuter/puter-cli/compare/v1.8.6...v2.0.0)
8+
9+
- Add browser based login [`#75`](https://github.com/HeyPuter/puter-cli/pull/75)
10+
- Adjust actions for PR test [`#73`](https://github.com/HeyPuter/puter-cli/pull/73)
11+
- Add test for file commands [`#69`](https://github.com/HeyPuter/puter-cli/pull/69)
12+
- Add deploy test [`#68`](https://github.com/HeyPuter/puter-cli/pull/68)
13+
- Add executor test [`#67`](https://github.com/HeyPuter/puter-cli/pull/67)
14+
- Add ProfileModule test [`#66`](https://github.com/HeyPuter/puter-cli/pull/66)
15+
- Add commons.test.js [`#64`](https://github.com/HeyPuter/puter-cli/pull/64)
16+
- Add test shell [`#65`](https://github.com/HeyPuter/puter-cli/pull/65)
17+
- Add PuterModule test [`#63`](https://github.com/HeyPuter/puter-cli/pull/63)
18+
- Add test error module [`#62`](https://github.com/HeyPuter/puter-cli/pull/62)
19+
- Add subdomains test [`#61`](https://github.com/HeyPuter/puter-cli/pull/61)
20+
- Add sites test [`#60`](https://github.com/HeyPuter/puter-cli/pull/60)
21+
- Fix first init puter module [`#59`](https://github.com/HeyPuter/puter-cli/pull/59)
22+
- Fix puter module causing unref error [`#52`](https://github.com/HeyPuter/puter-cli/pull/52)
23+
- Migrate drivers call to Puter.js NPM [`#33`](https://github.com/HeyPuter/puter-cli/pull/33)
24+
- Add non interactive puter site deploy [`#30`](https://github.com/HeyPuter/puter-cli/pull/30)
25+
- Set program name to be hardcoded puter string [`#32`](https://github.com/HeyPuter/puter-cli/pull/32)
26+
- Enable site:deploy redeploy under same subdomain [`#26`](https://github.com/HeyPuter/puter-cli/pull/26)
27+
- Fix CLI close unexpectedly when first login [`#29`](https://github.com/HeyPuter/puter-cli/pull/29)
28+
- Fix logout [`#28`](https://github.com/HeyPuter/puter-cli/pull/28)
29+
- Site deploy from local dir [`#25`](https://github.com/HeyPuter/puter-cli/pull/25)
30+
- Fix CI [`0b189de`](https://github.com/HeyPuter/puter-cli/commit/0b189dede790280bdf6e2a4691843970eb7ea83f)
31+
- Init puter js npm [`b1bd5e7`](https://github.com/HeyPuter/puter-cli/commit/b1bd5e78a232391a2102e85e3ee0c0665ed1a00b)
32+
- Update pnpm-lock.yaml [`9f7f8fc`](https://github.com/HeyPuter/puter-cli/commit/9f7f8fc7921427a580fe0bb8ca0dd10fe5db8b6b)
33+
734
#### [v1.8.6](https://github.com/HeyPuter/puter-cli/compare/v1.8.5...v1.8.6)
835

36+
> 8 October 2025
37+
938
- Use random name if not specified for `site:deploy` [`#24`](https://github.com/HeyPuter/puter-cli/pull/24)
1039
- Use random name if not specified [`48ae3f0`](https://github.com/HeyPuter/puter-cli/commit/48ae3f04325f27b654e00050c7ec514bee72535e)
1140
- docs(readme): update site command [`aa4ba6e`](https://github.com/HeyPuter/puter-cli/commit/aa4ba6e1ee52e1c6e2c0cb5fb74c120fb1b5c0c3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puter-cli",
3-
"version": "1.8.6",
3+
"version": "2.0.0",
44
"description": "Command line interface for Puter cloud platform",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)