vidpipe 1.3.18 → 1.3.19
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 +3 -0
- package/dist/cli.js +1694 -343
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +864 -221
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -126,6 +126,9 @@ vidpipe init # Interactive setup wizard
|
|
|
126
126
|
vidpipe review # Open post review web app
|
|
127
127
|
vidpipe schedule # View posting schedule
|
|
128
128
|
vidpipe realign # Realign scheduled posts to match schedule.json
|
|
129
|
+
vidpipe realign --queue # Queue-based realignment (reshuffleExisting)
|
|
130
|
+
vidpipe sync-queues # Sync schedule.json queue definitions to Late API
|
|
131
|
+
vidpipe reschedule # Reschedule idea-linked posts for optimal placement
|
|
129
132
|
vidpipe ideate # Generate or list saved content ideas
|
|
130
133
|
vidpipe chat # Interactive schedule management agent
|
|
131
134
|
vidpipe doctor # Check all prerequisites
|