@koda-sl/baker-cli 0.180.0 → 0.180.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/dist/cli.js
CHANGED
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
toModelSafeImage,
|
|
37
37
|
ulid,
|
|
38
38
|
validateCanvasDeep
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-QPVJGKV7.js";
|
|
40
40
|
import {
|
|
41
41
|
csvOrJson,
|
|
42
42
|
daysAgoIso,
|
|
@@ -35116,8 +35116,11 @@ Then stage changes (nothing is sent to Tag Manager until publish):
|
|
|
35116
35116
|
baker tag-manager tag create --json '{"name":"GA4 Quote","type":"gaawe","firingTriggerId":["gtm_temp_trigger_..."]}'
|
|
35117
35117
|
baker tag-manager draft list \u2014 review everything staged
|
|
35118
35118
|
|
|
35119
|
-
On publish, staged changes are written into
|
|
35120
|
-
|
|
35119
|
+
On publish, staged changes are written into the container and closed as a new Tag Manager
|
|
35120
|
+
version, and a clean run PUBLISHES that version \u2014 so the changes go live on the user's site.
|
|
35121
|
+
Say they go live when the user publishes the chat; never that they are live already, and never
|
|
35122
|
+
that someone still has to approve them inside Tag Manager. (If the publish call itself fails the
|
|
35123
|
+
version stands unpublished, and \`draft list\` says so and what is left to do.)
|
|
35121
35124
|
|
|
35122
35125
|
This owns the CONTENTS of the container. Installing the container snippet on the site is a
|
|
35123
35126
|
different job \u2014 that is \`baker tags\` with the googleTagManager tag.
|