Skip to content

Commit a9922a2

Browse files
update repository name to powersync-cli
1 parent 2625538 commit a9922a2

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

cli/README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.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/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.8.0/src/commands/validate.ts)_
15501550
15511551
<!-- commandsstop -->

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bin": {
77
"powersync": "./bin/run.js"
88
},
9-
"bugs": "https://github.com/powersync-ja/cli/issues",
9+
"bugs": "https://github.com/powersync-ja/powersync-cli/issues",
1010
"dependencies": {
1111
"@fastify/cors": "^10.0.0",
1212
"@inquirer/prompts": "^7.2.0",
@@ -54,7 +54,7 @@
5454
"./templates",
5555
"./oclif.manifest.json"
5656
],
57-
"homepage": "https://github.com/powersync-ja/cli",
57+
"homepage": "https://github.com/powersync-ja/powersync-cli",
5858
"keywords": [
5959
"oclif"
6060
],
@@ -110,7 +110,7 @@
110110
},
111111
"repository": {
112112
"type": "git",
113-
"url": "https://github.com/powersync-ja/cli"
113+
"url": "https://github.com/powersync-ja/powersync-cli"
114114
},
115115
"publishConfig": {
116116
"access": "public",

packages/cli-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/powersync-ja/cli"
22+
"url": "https://github.com/powersync-ja/powersync-cli"
2323
},
2424
"publishConfig": {
2525
"access": "public",
2626
"registry": "https://registry.npmjs.org/"
2727
},
28-
"bugs": "https://github.com/powersync-ja/cli/issues",
28+
"bugs": "https://github.com/powersync-ja/powersync-cli/issues",
2929
"dependencies": {
3030
"@oclif/core": "^4",
3131
"@powersync/cli-schemas": "workspace:*",

packages/schemas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/powersync-ja/cli"
27+
"url": "https://github.com/powersync-ja/powersync-cli"
2828
},
2929
"publishConfig": {
3030
"access": "public",
3131
"registry": "https://registry.npmjs.org/"
3232
},
33-
"bugs": "https://github.com/powersync-ja/cli/issues",
33+
"bugs": "https://github.com/powersync-ja/powersync-cli/issues",
3434
"scripts": {
3535
"build": "tsc -b && node dist/scripts/create-schemas.js",
3636
"clean": "rm -rf dist tsconfig.tsbuildinfo",

plugins/docker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/powersync-ja/cli"
17+
"url": "https://github.com/powersync-ja/powersync-cli"
1818
},
1919
"publishConfig": {
2020
"access": "public",
2121
"registry": "https://registry.npmjs.org/"
2222
},
23-
"bugs": "https://github.com/powersync-ja/cli/issues",
23+
"bugs": "https://github.com/powersync-ja/powersync-cli/issues",
2424
"scripts": {
2525
"clean": "rm -rf dist tsconfig.tsbuildinfo",
2626
"lint": "eslint .",

0 commit comments

Comments
 (0)