@notis_ai/cli 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -123,6 +123,26 @@ Examples:
123
123
  - `npx --package @notis_ai/cli@latest -- notis apps verify --mode live`
124
124
  - `npx --package @notis_ai/cli@latest -- notis apps verify --no-browser # start the harness, drive agent-browser yourself`
125
125
 
126
+ ### `npx --package @notis_ai/cli@latest -- notis apps screenshot [dir]`
127
+
128
+ Capture listing screenshots of each route via the headless harness.
129
+
130
+ When to use: Generate metadata/screenshot-N.png for the App Store listing. Apps are icon-led (like Raycast) — there is no cover image, only these screenshots. Run before notis apps verify / deploy / publish.
131
+
132
+ Options:
133
+ - `--routes <slugs>` — Comma-separated route slugs. Default: every route in manifest.
134
+ - `--port <n>` — Loopback port. Default: auto-pick.
135
+ - `--width <px>` — Viewport width. Default: 2000.
136
+ - `--height <px>` — Viewport height. Default: 1250 (16:10).
137
+ - `--output-dir <dir>` — Where to write screenshot-N.png. Default: metadata/.
138
+ - `--mode <mode>` — stub | live. Default stub. Live renders against real data via the CLI JWT (requires a linked app), so screenshots show actual content instead of empty states.
139
+ - `--skip-build` — Skip notis apps build; reuse existing .notis/output/.
140
+
141
+ Examples:
142
+ - `npx --package @notis_ai/cli@latest -- notis apps screenshot`
143
+ - `npx --package @notis_ai/cli@latest -- notis apps screenshot --routes home,history`
144
+ - `npx --package @notis_ai/cli@latest -- notis apps screenshot --mode live # populated screenshots from real data`
145
+
126
146
  ### `npx --package @notis_ai/cli@latest -- notis apps link <app-id> [dir]`
127
147
 
128
148
  Link a local project to a remote Notis app.