You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,11 +63,10 @@ If you already have a pnpm workspace (a directory with `pnpm-workspace.yaml`), u
64
63
pgpm init \
65
64
--repo constructive-io/sandbox-templates \
66
65
--template nextjs/constructive-app \
67
-
--no-tty \
68
66
--moduleName <module-name>
69
67
```
70
68
71
-
**Required arguments for existing workspace (`--no-tty`):**
69
+
**Required arguments for existing workspace :**
72
70
73
71
| Argument | Description |
74
72
|----------|-------------|
@@ -78,7 +76,7 @@ This creates the module at `packages/<module-name>/` within your existing worksp
78
76
79
77
> **Note:** You must run this from the workspace root or a valid `packages/` subdirectory. If you are not inside a pnpm workspace, pgpm will error with "Not inside a PNPM workspace." Use the `-w` flag (see above) to create a new workspace and module together.
80
78
81
-
> **Interactive mode (for humans):**Omit `--no-tty` and the argument flags to get guided prompts:
0 commit comments