@signaliz/cli 1.0.7 → 1.0.8
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/dist/bin.js +2 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -3291,7 +3291,8 @@ function createCampaignAgentProofReceipt(plan, result) {
|
|
|
3291
3291
|
recommended_next_actions: [
|
|
3292
3292
|
"Review the plan, approvals, and dry-run result.",
|
|
3293
3293
|
"Use campaign-agent commit-plan --confirm-write only after review.",
|
|
3294
|
-
"Use campaign-agent build-approved only with --confirm-launch, approval identity, approval types, and spend limit."
|
|
3294
|
+
"Use campaign-agent build-approved only with --confirm-launch, approval identity, approval types, and spend limit.",
|
|
3295
|
+
"When an approved build reaches pending_approval, review rows and run campaign approve <campaign_build_id> --destination-type json."
|
|
3295
3296
|
]
|
|
3296
3297
|
};
|
|
3297
3298
|
}
|