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
Use `--info` to discover features, then run a non-interactive install that returns JSON.
23
+
24
+
```shell
25
+
pnpm dlx dappbooster --info
26
+
pnpm dlx dappbooster --ni --name my_dapp --mode full
27
+
```
28
+
29
+
## Agent / non-interactive / CI mode
21
30
22
31
The installer supports a non-interactive mode for CI pipelines and AI agents. It activates automatically when stdout is not a TTY, or explicitly with the `--ni` flag.
23
32
@@ -141,4 +150,4 @@ node cli.js
141
150
142
151
## Releasing new versions to NPM
143
152
144
-
New releases are automatically uploaded to NPM using GitHub actions.
153
+
New releases are automatically uploaded to NPM using GitHub actions.
0 commit comments