maeve-cli 0.10.0 → 0.10.1
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 +7 -3
- package/dist/index.js +3308 -41
- package/package.json +12 -11
package/README.md
CHANGED
|
@@ -231,10 +231,14 @@ maeve content:archive --workspace <id> --id <contentId>
|
|
|
231
231
|
maeve content:restore --workspace <id> --id <contentId>
|
|
232
232
|
maeve content:retry --workspace <id> --id <contentId>
|
|
233
233
|
maeve content:delete --workspace <id> --id <contentId>
|
|
234
|
+
maeve content:recurring-occurrence:cancel --workspace <id> --occurrence <occurrenceId> --yes
|
|
235
|
+
maeve content:recurring-series:cancel --workspace <id> --series <seriesId> --effective-occurrence <occurrenceId> [--expected-version <number>] --yes
|
|
234
236
|
maeve content:failed-count --workspace <id>
|
|
235
237
|
maeve content:pending-approval-count --workspace <id>
|
|
236
238
|
```
|
|
237
239
|
|
|
240
|
+
`content:delete` refuses content that belongs to a recurring series; use the recurring cancel commands instead. `content:list` includes a `recurringMetadata` object on recurring-linked items with the `seriesId`, `occurrenceId`, and `seriesVersion` those commands need. `content:recurring-occurrence:cancel` cancels a single occurrence. `content:recurring-series:cancel` cancels the series and every not-yet-published occurrence from the effective occurrence forward. Both require `--yes` because they remove scheduled publishing work.
|
|
241
|
+
|
|
238
242
|
Approvals, comments, and activity:
|
|
239
243
|
|
|
240
244
|
```bash
|
|
@@ -347,7 +351,7 @@ maeve analytics:report --workspace <id> --provider instagram --json analytics-re
|
|
|
347
351
|
|
|
348
352
|
`analytics:posts` is single-integration. `analytics:posts-aggregate` accepts `--integration-ids` and `--sort-by recent|engagement|views`.
|
|
349
353
|
|
|
350
|
-
`analytics:report` is
|
|
354
|
+
`analytics:report` is standard-plan only. It saves the PDF to `--output`. Stdout stays JSON metadata.
|
|
351
355
|
|
|
352
356
|
### Inbox
|
|
353
357
|
|
|
@@ -388,7 +392,7 @@ maeve grid:promote --workspace <id> --item <itemId> --json grid-promote.json --y
|
|
|
388
392
|
|
|
389
393
|
### Boosts
|
|
390
394
|
|
|
391
|
-
Read-only,
|
|
395
|
+
Read-only, standard plan. The CLI reads boost state for reporting but does not create, pause,
|
|
392
396
|
resume, delete, or estimate boosts, because those spend Meta ad budget. Run those from the
|
|
393
397
|
app.
|
|
394
398
|
|
|
@@ -460,7 +464,7 @@ Common fields:
|
|
|
460
464
|
|
|
461
465
|
### Approvals and client reviews
|
|
462
466
|
|
|
463
|
-
Approval and client review commands need
|
|
467
|
+
Approval and client review commands need a standard workspace plan and the role shown in each command's `--help`. Payloads mirror the public API DTOs.
|
|
464
468
|
|
|
465
469
|
Internal approval request:
|
|
466
470
|
|