Skip to content

Commit ff236ba

Browse files
authored
Merge pull request #15 from constructive-io/cmd-workspace
refactor: update workspace initialization command in documentation
2 parents e7de11b + e9948a2 commit ff236ba

23 files changed

Lines changed: 23 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ eval "$(pgpm env)"
5454

5555
```bash
5656
# 1. Create a workspace
57-
pgpm init --workspace
57+
pgpm init workspace
5858

5959
# 2. Create your first module
6060
cd my-workspace

development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ eval "$(pgpm env)"
1919

2020
```bash
2121
# 1. Create a workspace
22-
pgpm init --workspace
22+
pgpm init workspace
2323

2424
# 2. Create your first module
2525
cd my-workspace

packages/data-types/geotypes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pgpm deploy
6363

6464
```bash
6565
# 1. Create a workspace
66-
pgpm init --workspace
66+
pgpm init workspace
6767

6868
# 2. Create your first module
6969
cd my-workspace

packages/data-types/stamps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pgpm deploy
6363

6464
```bash
6565
# 1. Create a workspace
66-
pgpm init --workspace
66+
pgpm init workspace
6767

6868
# 2. Create your first module
6969
cd my-workspace

packages/data-types/types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pgpm deploy
6868

6969
```bash
7070
# 1. Create a workspace
71-
pgpm init --workspace
71+
pgpm init workspace
7272

7373
# 2. Create your first module
7474
cd my-workspace

packages/data-types/uuid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pgpm deploy
6464

6565
```bash
6666
# 1. Create a workspace
67-
pgpm init --workspace
67+
pgpm init workspace
6868

6969
# 2. Create your first module
7070
cd my-workspace

packages/jobs/database-jobs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pgpm deploy
6767

6868
```bash
6969
# 1. Create a workspace
70-
pgpm init --workspace
70+
pgpm init workspace
7171

7272
# 2. Create your first module
7373
cd my-workspace

packages/jobs/jobs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pgpm deploy
6767

6868
```bash
6969
# 1. Create a workspace
70-
pgpm init --workspace
70+
pgpm init workspace
7171

7272
# 2. Create your first module
7373
cd my-workspace

packages/meta/db-meta-modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pgpm deploy
6666

6767
```bash
6868
# 1. Create a workspace
69-
pgpm init --workspace
69+
pgpm init workspace
7070

7171
# 2. Create your first module
7272
cd my-workspace

packages/meta/db-meta-schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pgpm deploy
6767

6868
```bash
6969
# 1. Create a workspace
70-
pgpm init --workspace
70+
pgpm init workspace
7171

7272
# 2. Create your first module
7373
cd my-workspace

0 commit comments

Comments
 (0)