Skip to content

Commit f569a45

Browse files
committed
no-tty option removed
1 parent c1c213b commit f569a45

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • skills/constructive-boilerplate-nextjs-app

skills/constructive-boilerplate-nextjs-app/SKILL.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Use `pgpm init` with the `-w` flag to scaffold a workspace from the template. Al
2727
pgpm init -w \
2828
--repo constructive-io/sandbox-templates \
2929
--template nextjs/constructive-app \
30-
--no-tty \
3130
--name <workspace-name> \
3231
--fullName "<Author Full Name>" \
3332
--email "<author@example.com>" \
@@ -37,7 +36,7 @@ pgpm init -w \
3736
--moduleName <module-name>
3837
```
3938

40-
**Required arguments for non-interactive mode (`--no-tty`):**
39+
**Required arguments for non-interactive mode (avoid asking for user input):**
4140

4241
| Argument | Description |
4342
|----------|-------------|
@@ -51,7 +50,7 @@ pgpm init -w \
5150

5251
The boilerplate is created at `<workspace-name>/packages/<module-name>/`.
5352

54-
> **Interactive mode (for humans):** Omit `--no-tty` and the argument flags to get guided prompts:
53+
> **Interactive mode (for humans):** Prompt will be asking for the arguments missing from the required arguments list:
5554
> ```bash
5655
> pgpm init -w --repo constructive-io/sandbox-templates --template nextjs/constructive-app
5756
> ```
@@ -64,11 +63,10 @@ If you already have a pnpm workspace (a directory with `pnpm-workspace.yaml`), u
6463
pgpm init \
6564
--repo constructive-io/sandbox-templates \
6665
--template nextjs/constructive-app \
67-
--no-tty \
6866
--moduleName <module-name>
6967
```
7068
71-
**Required arguments for existing workspace (`--no-tty`):**
69+
**Required arguments for existing workspace :**
7270

7371
| Argument | Description |
7472
|----------|-------------|
@@ -78,7 +76,7 @@ This creates the module at `packages/<module-name>/` within your existing worksp
7876

7977
> **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.
8078
81-
> **Interactive mode (for humans):** Omit `--no-tty` and the argument flags to get guided prompts:
79+
> **Interactive mode (for humans):** :
8280
> ```bash
8381
> pgpm init --repo constructive-io/sandbox-templates --template nextjs/constructive-app
8482
> ```

0 commit comments

Comments
 (0)