diff --git a/README.md b/README.md index 77dfacad..c88a6b15 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ eval "$(pgpm env)" ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/development.md b/development.md index b312e329..d12c72c4 100644 --- a/development.md +++ b/development.md @@ -19,7 +19,7 @@ eval "$(pgpm env)" ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/data-types/geotypes/README.md b/packages/data-types/geotypes/README.md index e979aa65..d31928f7 100644 --- a/packages/data-types/geotypes/README.md +++ b/packages/data-types/geotypes/README.md @@ -63,7 +63,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/data-types/stamps/README.md b/packages/data-types/stamps/README.md index 43459778..09bc7b5e 100644 --- a/packages/data-types/stamps/README.md +++ b/packages/data-types/stamps/README.md @@ -63,7 +63,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/data-types/types/README.md b/packages/data-types/types/README.md index 37c7e6cf..12f4e289 100644 --- a/packages/data-types/types/README.md +++ b/packages/data-types/types/README.md @@ -68,7 +68,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/data-types/uuid/README.md b/packages/data-types/uuid/README.md index 4f89f5ce..f7630cb6 100644 --- a/packages/data-types/uuid/README.md +++ b/packages/data-types/uuid/README.md @@ -64,7 +64,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/jobs/database-jobs/README.md b/packages/jobs/database-jobs/README.md index c43a684f..d489a9a0 100644 --- a/packages/jobs/database-jobs/README.md +++ b/packages/jobs/database-jobs/README.md @@ -67,7 +67,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/jobs/jobs/README.md b/packages/jobs/jobs/README.md index 185fd66a..ecf26c7b 100644 --- a/packages/jobs/jobs/README.md +++ b/packages/jobs/jobs/README.md @@ -67,7 +67,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/meta/db-meta-modules/README.md b/packages/meta/db-meta-modules/README.md index 017ecbb9..2f997d23 100644 --- a/packages/meta/db-meta-modules/README.md +++ b/packages/meta/db-meta-modules/README.md @@ -66,7 +66,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/meta/db-meta-schema/README.md b/packages/meta/db-meta-schema/README.md index e364034e..725bdfcd 100644 --- a/packages/meta/db-meta-schema/README.md +++ b/packages/meta/db-meta-schema/README.md @@ -67,7 +67,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/metrics/achievements/README.md b/packages/metrics/achievements/README.md index 433368ac..9b3e9f1b 100644 --- a/packages/metrics/achievements/README.md +++ b/packages/metrics/achievements/README.md @@ -66,7 +66,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/metrics/measurements/README.md b/packages/metrics/measurements/README.md index ce469533..b8923f59 100644 --- a/packages/metrics/measurements/README.md +++ b/packages/metrics/measurements/README.md @@ -63,7 +63,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/security/default-roles/README.md b/packages/security/default-roles/README.md index 1c4025d3..495c903a 100644 --- a/packages/security/default-roles/README.md +++ b/packages/security/default-roles/README.md @@ -64,7 +64,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/security/defaults/README.md b/packages/security/defaults/README.md index 3c01dba4..6cdadbad 100644 --- a/packages/security/defaults/README.md +++ b/packages/security/defaults/README.md @@ -64,7 +64,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/security/encrypted-secrets-table/README.md b/packages/security/encrypted-secrets-table/README.md index 0ea1b218..4f2f7620 100644 --- a/packages/security/encrypted-secrets-table/README.md +++ b/packages/security/encrypted-secrets-table/README.md @@ -65,7 +65,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/security/encrypted-secrets/README.md b/packages/security/encrypted-secrets/README.md index 99beb2e6..e7130e3a 100644 --- a/packages/security/encrypted-secrets/README.md +++ b/packages/security/encrypted-secrets/README.md @@ -66,7 +66,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/security/jwt-claims/README.md b/packages/security/jwt-claims/README.md index 613a159f..09f9dbb4 100644 --- a/packages/security/jwt-claims/README.md +++ b/packages/security/jwt-claims/README.md @@ -65,7 +65,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/security/totp/README.md b/packages/security/totp/README.md index eb042669..dc01dbf0 100644 --- a/packages/security/totp/README.md +++ b/packages/security/totp/README.md @@ -68,7 +68,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/utils/base32/README.md b/packages/utils/base32/README.md index 56500b08..db9afcbb 100644 --- a/packages/utils/base32/README.md +++ b/packages/utils/base32/README.md @@ -65,7 +65,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/utils/faker/README.md b/packages/utils/faker/README.md index 10e336b7..8282942e 100644 --- a/packages/utils/faker/README.md +++ b/packages/utils/faker/README.md @@ -68,7 +68,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/utils/inflection/README.md b/packages/utils/inflection/README.md index 6e330955..f7cf6f61 100644 --- a/packages/utils/inflection/README.md +++ b/packages/utils/inflection/README.md @@ -66,7 +66,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/utils/utils/README.md b/packages/utils/utils/README.md index 836eed83..2f523b6f 100644 --- a/packages/utils/utils/README.md +++ b/packages/utils/utils/README.md @@ -64,7 +64,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace diff --git a/packages/utils/verify/README.md b/packages/utils/verify/README.md index eebe046e..de5d27f8 100644 --- a/packages/utils/verify/README.md +++ b/packages/utils/verify/README.md @@ -65,7 +65,7 @@ pgpm deploy ```bash # 1. Create a workspace -pgpm init --workspace +pgpm init workspace # 2. Create your first module cd my-workspace