@postplus/cli 0.1.35 → 0.1.37
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 +2 -0
- package/build/hosted-schema-catalog.js +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -231,6 +231,7 @@ Example requests:
|
|
|
231
231
|
"Generate a storyboard for a 15-second hook."
|
|
232
232
|
"Transcribe this video, create subtitles, and suggest B-roll placements."
|
|
233
233
|
"Prepare provider-ready image or video generation requests."
|
|
234
|
+
"Turn this product into a UGC-style video workflow with image, voice, clip, montage, and QA handoffs."
|
|
234
235
|
```
|
|
235
236
|
|
|
236
237
|
Typical outputs:
|
|
@@ -240,6 +241,7 @@ Typical outputs:
|
|
|
240
241
|
- hook and pattern breakdowns
|
|
241
242
|
- storyboards and prompt requests
|
|
242
243
|
- B-roll plans and edit-ready packages
|
|
244
|
+
- image, video, audio, and UGC workflow controller handoffs
|
|
243
245
|
- generated media candidates and manifests
|
|
244
246
|
|
|
245
247
|
### Strategy, Copy, SEO, and Growth
|
|
@@ -260,6 +260,19 @@ export const MEDIA_ENDPOINT_HINTS = {
|
|
|
260
260
|
prompt: 'A realistic vertical short-form product reveal.',
|
|
261
261
|
sound: false,
|
|
262
262
|
},
|
|
263
|
+
'video-wanx2-1-i2v-turbo': {
|
|
264
|
+
aspect_ratio: '9:16',
|
|
265
|
+
duration: 5,
|
|
266
|
+
image: 'https://example.com/start-frame.png',
|
|
267
|
+
prompt: 'A realistic vertical short-form product reveal.',
|
|
268
|
+
resolution: '720p',
|
|
269
|
+
},
|
|
270
|
+
'video-wanx2-1-t2v-turbo': {
|
|
271
|
+
aspect_ratio: '9:16',
|
|
272
|
+
duration: 5,
|
|
273
|
+
prompt: 'A realistic vertical short-form product reveal.',
|
|
274
|
+
resolution: '720p',
|
|
275
|
+
},
|
|
263
276
|
'video-seedance-2-image': {
|
|
264
277
|
duration: 5,
|
|
265
278
|
image: 'https://example.com/start-frame.png',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postplus/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "PostPlus CLI for PostPlus Cloud auth, status, and diagnostics.",
|