Skip to content

Commit b6766e5

Browse files
Set to version 0.9.0 in order to do manual release for trusted publishing.
1 parent a9922a2 commit b6766e5

File tree

11 files changed

+56
-31
lines changed

11 files changed

+56
-31
lines changed

.changeset/shaggy-parks-notice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'powersync': minor
2+
'powersync': patch
33
---
44

5-
Refactored CLI. See docs for details.
5+
[Internal] Configure trusted publishing and Github release flow.

cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# powersync
2+
3+
## 0.9.0
4+
5+
Refactored CLI. See docs for details.

cli/README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ $ npm install -g powersync
223223
$ powersync COMMAND
224224
running command...
225225
$ powersync (--version)
226-
powersync/0.8.0 darwin-arm64 node-v24.13.0
226+
powersync/0.9.0 darwin-arm64 node-v24.13.0
227227
$ powersync --help [COMMAND]
228228
USAGE
229229
$ powersync COMMAND
@@ -391,7 +391,7 @@ EXAMPLES
391391
$ powersync deploy --instance-id=<id> --project-id=<id>
392392
```
393393
394-
_See code: [src/commands/deploy/index.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/deploy/index.ts)_
394+
_See code: [src/commands/deploy/index.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/deploy/index.ts)_
395395
396396
## `powersync deploy service-config`
397397
@@ -428,7 +428,7 @@ EXAMPLES
428428
$ powersync deploy service-config --instance-id=<id> --project-id=<id>
429429
```
430430
431-
_See code: [src/commands/deploy/service-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/deploy/service-config.ts)_
431+
_See code: [src/commands/deploy/service-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/deploy/service-config.ts)_
432432
433433
## `powersync deploy sync-config`
434434
@@ -467,7 +467,7 @@ EXAMPLES
467467
$ powersync deploy sync-config --instance-id=<id> --project-id=<id>
468468
```
469469
470-
_See code: [src/commands/deploy/sync-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/deploy/sync-config.ts)_
470+
_See code: [src/commands/deploy/sync-config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/deploy/sync-config.ts)_
471471
472472
## `powersync destroy`
473473
@@ -504,7 +504,7 @@ EXAMPLES
504504
$ powersync destroy --confirm=yes
505505
```
506506
507-
_See code: [src/commands/destroy.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/destroy.ts)_
507+
_See code: [src/commands/destroy.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/destroy.ts)_
508508
509509
## `powersync docker configure`
510510
@@ -542,7 +542,7 @@ EXAMPLES
542542
$ powersync docker configure --database=postgres --storage=postgres
543543
```
544544
545-
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/docker/configure.ts)_
545+
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/docker/configure.ts)_
546546
547547
## `powersync docker reset`
548548
@@ -571,7 +571,7 @@ EXAMPLES
571571
$ powersync docker reset
572572
```
573573
574-
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/docker/reset.ts)_
574+
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/docker/reset.ts)_
575575
576576
## `powersync docker start`
577577
@@ -599,7 +599,7 @@ EXAMPLES
599599
$ powersync docker start
600600
```
601601
602-
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/docker/start.ts)_
602+
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/docker/start.ts)_
603603
604604
## `powersync docker stop`
605605
@@ -641,7 +641,7 @@ EXAMPLES
641641
$ powersync docker stop --project-name=powersync_myapp --remove
642642
```
643643
644-
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/docker/stop.ts)_
644+
_See code: [@powersync/cli-plugin-docker](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/docker/stop.ts)_
645645
646646
## `powersync edit config`
647647
@@ -718,7 +718,7 @@ EXAMPLES
718718
$ powersync fetch config --output=json
719719
```
720720
721-
_See code: [src/commands/fetch/config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/fetch/config.ts)_
721+
_See code: [src/commands/fetch/config.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/fetch/config.ts)_
722722
723723
## `powersync fetch instances`
724724
@@ -746,7 +746,7 @@ EXAMPLES
746746
$ powersync fetch instances --project-id=<id> --output=json
747747
```
748748
749-
_See code: [src/commands/fetch/instances.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/fetch/instances.ts)_
749+
_See code: [src/commands/fetch/instances.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/fetch/instances.ts)_
750750
751751
## `powersync fetch status`
752752
@@ -791,7 +791,7 @@ EXAMPLES
791791
$ powersync fetch status --instance-id=<id> --project-id=<id>
792792
```
793793
794-
_See code: [src/commands/fetch/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/fetch/status.ts)_
794+
_See code: [src/commands/fetch/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/fetch/status.ts)_
795795
796796
## `powersync generate schema`
797797
@@ -835,7 +835,7 @@ EXAMPLES
835835
$ powersync generate schema --output=dart --output-path=lib/schema.dart --instance-id=<id> --project-id=<id>
836836
```
837837
838-
_See code: [src/commands/generate/schema.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/generate/schema.ts)_
838+
_See code: [src/commands/generate/schema.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/generate/schema.ts)_
839839
840840
## `powersync generate token`
841841
@@ -881,7 +881,7 @@ EXAMPLES
881881
$ powersync generate token --subject=user-123 --expires-in-seconds=3600
882882
```
883883
884-
_See code: [src/commands/generate/token.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/generate/token.ts)_
884+
_See code: [src/commands/generate/token.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/generate/token.ts)_
885885
886886
## `powersync help [COMMAND]`
887887
@@ -930,7 +930,7 @@ EXAMPLES
930930
$ powersync init cloud --directory=powersync --vscode
931931
```
932932
933-
_See code: [src/commands/init/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/init/cloud.ts)_
933+
_See code: [src/commands/init/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/init/cloud.ts)_
934934
935935
## `powersync init self-hosted`
936936
@@ -960,7 +960,7 @@ EXAMPLES
960960
$ powersync init self-hosted --directory=powersync --vscode
961961
```
962962
963-
_See code: [src/commands/init/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/init/self-hosted.ts)_
963+
_See code: [src/commands/init/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/init/self-hosted.ts)_
964964
965965
## `powersync link cloud`
966966
@@ -999,7 +999,7 @@ EXAMPLES
999999
$ powersync link cloud --instance-id=<id> --project-id=<project-id> --org-id=<org-id>
10001000
```
10011001
1002-
_See code: [src/commands/link/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/link/cloud.ts)_
1002+
_See code: [src/commands/link/cloud.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/link/cloud.ts)_
10031003
10041004
## `powersync link self-hosted`
10051005
@@ -1027,7 +1027,7 @@ EXAMPLES
10271027
$ powersync link self-hosted --api-url=https://powersync.example.com
10281028
```
10291029
1030-
_See code: [src/commands/link/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/link/self-hosted.ts)_
1030+
_See code: [src/commands/link/self-hosted.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/link/self-hosted.ts)_
10311031
10321032
## `powersync login`
10331033
@@ -1048,7 +1048,7 @@ EXAMPLES
10481048
$ powersync login
10491049
```
10501050
1051-
_See code: [src/commands/login.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/login.ts)_
1051+
_See code: [src/commands/login.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/login.ts)_
10521052
10531053
## `powersync logout`
10541054
@@ -1068,7 +1068,7 @@ EXAMPLES
10681068
$ powersync logout
10691069
```
10701070
1071-
_See code: [src/commands/logout.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/logout.ts)_
1071+
_See code: [src/commands/logout.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/logout.ts)_
10721072
10731073
## `powersync migrate sync-rules`
10741074
@@ -1093,7 +1093,7 @@ DESCRIPTION
10931093
Migrates Sync Rules to Sync Streams
10941094
```
10951095
1096-
_See code: [src/commands/migrate/sync-rules.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/migrate/sync-rules.ts)_
1096+
_See code: [src/commands/migrate/sync-rules.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/migrate/sync-rules.ts)_
10971097
10981098
## `powersync plugins`
10991099
@@ -1419,7 +1419,7 @@ EXAMPLES
14191419
$ powersync pull instance --instance-id=<id> --project-id=<id> --org-id=<org-id>
14201420
```
14211421
1422-
_See code: [src/commands/pull/instance.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/pull/instance.ts)_
1422+
_See code: [src/commands/pull/instance.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/pull/instance.ts)_
14231423
14241424
## `powersync status`
14251425
@@ -1464,7 +1464,7 @@ EXAMPLES
14641464
$ powersync status --instance-id=<id> --project-id=<id>
14651465
```
14661466
1467-
_See code: [src/commands/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/status.ts)_
1467+
_See code: [src/commands/status.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/status.ts)_
14681468
14691469
## `powersync stop`
14701470
@@ -1501,7 +1501,7 @@ EXAMPLES
15011501
$ powersync stop --confirm=yes
15021502
```
15031503
1504-
_See code: [src/commands/stop.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/stop.ts)_
1504+
_See code: [src/commands/stop.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/stop.ts)_
15051505
15061506
## `powersync validate`
15071507
@@ -1546,6 +1546,6 @@ EXAMPLES
15461546
$ powersync validate --api-url=https://powersync.example.com
15471547
```
15481548
1549-
_See code: [src/commands/validate.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.8.0/src/commands/validate.ts)_
1549+
_See code: [src/commands/validate.ts](https://github.com/powersync-ja/powersync-cli/blob/v0.9.0/src/commands/validate.ts)_
15501550
15511551
<!-- commandsstop -->

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powersync",
33
"description": "A CLI for managing PowerSync instances",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"author": "POWERSYNC",
66
"bin": {
77
"powersync": "./bin/run.js"

packages/cli-core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @powersync/cli-core
2+
3+
## 0.9.0
4+
5+
Initial release.

packages/cli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@powersync/cli-core",
33
"description": "Core types and base commands for PowerSync CLI and plugins (shared by CLI and plugin-docker).",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"license": "FSL-1.1-ALv2",
66
"author": "POWERSYNC",
77
"type": "module",

packages/schemas/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @powersync/cli-schemas
2+
3+
## 0.9.0
4+
5+
Initial release.

packages/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@powersync/cli-schemas",
33
"description": "PowerSync CLI schema definitions and JSON Schema generation",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"author": "POWERSYNC",
66
"license": "FSL-1.1-ALv2",
77
"type": "module",

plugins/config-edit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @powersync/cli-plugin-config-edit
2+
3+
## 0.9.0
4+
5+
Initial release.

plugins/docker/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @powersync/cli-plugin-docker
2+
3+
## 0.9.0
4+
5+
Initial release.

0 commit comments

Comments
 (0)