@embeddables/cli 0.14.4-beta.3 → 0.15.0-beta.0
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/.prompts/custom/build-funnel.md +3 -1
- package/.prompts/custom/carousel.md +159 -0
- package/.prompts/embeddables-cli.md +53 -3
- package/.prompts/short-rule-body.md +15 -0
- package/README.md +52 -0
- package/dist/cli.js +40 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/dangerously-publish.d.ts +53 -0
- package/dist/commands/dangerously-publish.d.ts.map +1 -0
- package/dist/commands/dangerously-publish.js +731 -0
- package/dist/commands/dangerously-publish.js.map +1 -0
- package/dist/commands/update-project-files.d.ts.map +1 -1
- package/dist/commands/update-project-files.js +52 -72
- package/dist/commands/update-project-files.js.map +1 -1
- package/dist/compiler/reverse.d.ts.map +1 -1
- package/dist/compiler/reverse.js +1 -0
- package/dist/compiler/reverse.js.map +1 -1
- package/dist/components/primitives/OptionSelector.d.ts +1 -0
- package/dist/components/primitives/OptionSelector.d.ts.map +1 -1
- package/dist/components/primitives/OptionSelector.js.map +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +2 -3
- package/dist/constants.js.map +1 -1
- package/dist/types-builder.d.ts +1 -0
- package/dist/types-builder.d.ts.map +1 -1
- package/dist/workbench/AutofillPanel.d.ts.map +1 -1
- package/dist/workbench/AutofillPanel.js +52 -14
- package/dist/workbench/AutofillPanel.js.map +1 -1
- package/dist/workbench/FeedbackPanel.d.ts +39 -0
- package/dist/workbench/FeedbackPanel.d.ts.map +1 -0
- package/dist/workbench/FeedbackPanel.js +279 -0
- package/dist/workbench/FeedbackPanel.js.map +1 -0
- package/dist/workbench/PageThumbnailStrip.d.ts +6 -0
- package/dist/workbench/PageThumbnailStrip.d.ts.map +1 -0
- package/dist/workbench/PageThumbnailStrip.js +124 -0
- package/dist/workbench/PageThumbnailStrip.js.map +1 -0
- package/dist/workbench/Toast.d.ts +18 -0
- package/dist/workbench/Toast.d.ts.map +1 -0
- package/dist/workbench/Toast.js +46 -0
- package/dist/workbench/Toast.js.map +1 -0
- package/dist/workbench/UserDataPanel.d.ts +2 -1
- package/dist/workbench/UserDataPanel.d.ts.map +1 -1
- package/dist/workbench/UserDataPanel.js +2 -1
- package/dist/workbench/UserDataPanel.js.map +1 -1
- package/dist/workbench/WorkbenchApp.d.ts.map +1 -1
- package/dist/workbench/WorkbenchApp.js +19 -3
- package/dist/workbench/WorkbenchApp.js.map +1 -1
- package/dist/workbench/supabase-browser.d.ts +11 -0
- package/dist/workbench/supabase-browser.d.ts.map +1 -0
- package/dist/workbench/supabase-browser.js +18 -0
- package/dist/workbench/supabase-browser.js.map +1 -0
- package/dist/workbench/types.d.ts +25 -0
- package/dist/workbench/types.d.ts.map +1 -0
- package/dist/workbench/types.js +2 -0
- package/dist/workbench/types.js.map +1 -0
- package/dist/workbench/useComponentSelection.d.ts +27 -0
- package/dist/workbench/useComponentSelection.d.ts.map +1 -0
- package/dist/workbench/useComponentSelection.js +203 -0
- package/dist/workbench/useComponentSelection.js.map +1 -0
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ We need to build the pages from the attached images. Please create a plan and hi
|
|
|
2
2
|
|
|
3
3
|
Embeddable ID: <EMBEDDABLE_ID>
|
|
4
4
|
|
|
5
|
-
Important: Always read the Embeddables CLI context before starting (e.g. @.cursor/rules/embeddables-cli.md, @.claude/
|
|
5
|
+
Important: Always read the Embeddables CLI context before starting. The full guide is at @embeddables/AI-README.md. Your editor's rule file (e.g. @.cursor/rules/embeddables-cli.md, @.claude/CLAUDE.md, @AGENTS.md, or @.agent/rules/embeddables-cli.md) points to it with a summary of what it covers.
|
|
6
6
|
|
|
7
7
|
[KEEP / REMOVE]
|
|
8
8
|
Use the designs from the images but use the content from the attached document instead, and build out the pages based on that content. Therefore, when using the designs from the images, for each page just find the most relevant design for the page's content and design it based on that. However, don't be confined to the provided designs - just find the closest design and modify it to fit the content required.
|
|
@@ -17,6 +17,8 @@ Notes:
|
|
|
17
17
|
a. `emojiIcon` with an emoji when there is an appropriate one (can be used in `imageUrl` in CustomButton, or `imageUrl` inside OptionSelector buttons)
|
|
18
18
|
b. placeholder image: https://placehold.co/600x400?text=My+Text+To+Display if there is text in the image (can't be emojis), otherwise https://placehold.co/600x400 (but with the correct size specified in the URL in either case; can be used in `src` in MediaImage, `imageUrl` in CustomButton, or `imageUrl` inside OptionSelector buttons)
|
|
19
19
|
|
|
20
|
+
Before finishing: **Review** your changes per the Embeddables CLI rules—especially the "When to Review (Required Checks)" section. Run `embeddables build` to verify compilation, then run `embeddables save` and review the JSON diff it shows before confirming.
|
|
21
|
+
|
|
20
22
|
At the end of your work, include a short summary covering:
|
|
21
23
|
|
|
22
24
|
- Decisions made – Any implementation choices where requirements, design, or instructions were not fully explicit.
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
# Carousel / Swiper Implementation Guide
|
|
2
|
+
|
|
3
|
+
When building a carousel or slider in an Embeddable, use **Swiper v11.2.10** loaded at runtime via CDN. No build tooling is required.
|
|
4
|
+
|
|
5
|
+
## Pattern Overview
|
|
6
|
+
|
|
7
|
+
1. **Page TSX structure** — A `Container` with child elements (each child becomes a slide)
|
|
8
|
+
2. **Initialization action** — An action file that loads Swiper from CDN and initializes it on `outputs_onloadflow`
|
|
9
|
+
3. **CSS** — Styles for the carousel container and optional prev/next navigation buttons
|
|
10
|
+
4. **Optional** — Prev/next `CustomButton` components for navigation
|
|
11
|
+
|
|
12
|
+
## 1. Page TSX Structure
|
|
13
|
+
|
|
14
|
+
Structure your carousel as nested Containers:
|
|
15
|
+
|
|
16
|
+
```tsx
|
|
17
|
+
<Container id="comp_xxx" key="carousel_container" tags={["carousel_container"]}>
|
|
18
|
+
{/* Inner container — this becomes the Swiper container (identified by key) */}
|
|
19
|
+
<Container id="comp_yyy" key="my_carousel" tags={["carousel_inner"]}>
|
|
20
|
+
{/* Each direct child becomes a slide */}
|
|
21
|
+
<Container id="comp_1" key="slide_1" tags={["slide"]}>...</Container>
|
|
22
|
+
<Container id="comp_2" key="slide_2" tags={["slide"]}>...</Container>
|
|
23
|
+
<Container id="comp_3" key="slide_3" tags={["slide"]}>...</Container>
|
|
24
|
+
</Container>
|
|
25
|
+
{/* Optional prev/next buttons */}
|
|
26
|
+
<CustomButton id="comp_prev" key="carousel_prev" tags={["carousel_arrow", "left_arrow"]} text="" action="no-action" />
|
|
27
|
+
<CustomButton id="comp_next" key="carousel_next" tags={["carousel_arrow", "right_arrow"]} text="" action="no-action" />
|
|
28
|
+
</Container>
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
- The **inner** `Container` (e.g. `key="my_carousel"`) is the one the action targets — it must have a unique `key`.
|
|
32
|
+
- The action adds `swiper`, `swiper-wrapper`, and `swiper-slide` classes at runtime.
|
|
33
|
+
- Slides can be any component: `Container`, `MediaImage`, `CustomHTML`, etc.
|
|
34
|
+
|
|
35
|
+
## 2. Action File
|
|
36
|
+
|
|
37
|
+
Create an action (e.g. `actions/swiper.js`) that:
|
|
38
|
+
|
|
39
|
+
1. Loads Swiper CSS and JS from CDN
|
|
40
|
+
2. Finds the container by `data-component-key-value` (the component `key`)
|
|
41
|
+
3. Adds Swiper classes to the container and its children
|
|
42
|
+
4. Initializes `new Swiper(container, options)` with optional navigation
|
|
43
|
+
|
|
44
|
+
**Minimal template:**
|
|
45
|
+
|
|
46
|
+
```javascript
|
|
47
|
+
function output(userData) {
|
|
48
|
+
loadStylesheet("https://unpkg.com/swiper@11.2.10/swiper-bundle.min.css");
|
|
49
|
+
loadScript("https://unpkg.com/swiper@11.2.10/swiper-bundle.min.js", () => {
|
|
50
|
+
initCarousel({
|
|
51
|
+
containerKey: "my_carousel", // key of the inner Container
|
|
52
|
+
prevKey: "carousel_prev", // key of prev button (or null)
|
|
53
|
+
nextKey: "carousel_next", // key of next button (or null)
|
|
54
|
+
slidesPerView: 1,
|
|
55
|
+
spaceBetween: 10,
|
|
56
|
+
loop: true,
|
|
57
|
+
breakpoints: {
|
|
58
|
+
1024: { slidesPerView: 3, spaceBetween: 24 },
|
|
59
|
+
},
|
|
60
|
+
});
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function loadStylesheet(href) {
|
|
65
|
+
const link = document.createElement("link");
|
|
66
|
+
link.rel = "stylesheet";
|
|
67
|
+
link.href = href;
|
|
68
|
+
document.head.appendChild(link);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
function loadScript(src, callback) {
|
|
72
|
+
const script = document.createElement("script");
|
|
73
|
+
script.src = src;
|
|
74
|
+
script.onload = callback;
|
|
75
|
+
document.head.appendChild(script);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
function getElementByKey(key) {
|
|
79
|
+
return document.querySelector(`[data-component-key-value="${key}"]`);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
function initCarousel(options) {
|
|
83
|
+
const { containerKey, prevKey, nextKey, ...swiperOptions } = options;
|
|
84
|
+
const container = getElementByKey(containerKey);
|
|
85
|
+
if (!container) return;
|
|
86
|
+
|
|
87
|
+
const wrapper = container.firstElementChild;
|
|
88
|
+
if (!wrapper) return;
|
|
89
|
+
|
|
90
|
+
wrapper.classList.add("swiper-wrapper");
|
|
91
|
+
Array.from(wrapper.children).forEach(el => el.classList.add("swiper-slide"));
|
|
92
|
+
container.classList.add("swiper");
|
|
93
|
+
|
|
94
|
+
const nextBtn = nextKey ? getElementByKey(nextKey) : null;
|
|
95
|
+
const prevBtn = prevKey ? getElementByKey(prevKey) : null;
|
|
96
|
+
|
|
97
|
+
new Swiper(container, {
|
|
98
|
+
...swiperOptions,
|
|
99
|
+
navigation: nextBtn && prevBtn ? { nextEl: nextBtn, prevEl: prevBtn } : {},
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
**Wire the action** to `outputs_onloadflow` in `config.json` so it runs when the embeddable loads.
|
|
105
|
+
|
|
106
|
+
## 3. CSS
|
|
107
|
+
|
|
108
|
+
Add styles for the carousel layout and navigation buttons in `styles/index.css`:
|
|
109
|
+
|
|
110
|
+
```css
|
|
111
|
+
.Flow-Component.ComponentTag-carousel_container {
|
|
112
|
+
display: flex;
|
|
113
|
+
align-items: center;
|
|
114
|
+
width: 100%;
|
|
115
|
+
position: relative;
|
|
116
|
+
justify-content: center;
|
|
117
|
+
height: fit-content;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.Flow-Component.ComponentTag-carousel_arrow {
|
|
121
|
+
width: 44px;
|
|
122
|
+
height: 44px;
|
|
123
|
+
z-index: 10;
|
|
124
|
+
position: absolute;
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
background-size: contain;
|
|
127
|
+
background-position: center;
|
|
128
|
+
border-radius: 50%;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.Flow-Component.ComponentTag-left_arrow {
|
|
132
|
+
left: -72px;
|
|
133
|
+
/* background-image: url(...) for arrow icon */
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.Flow-Component.ComponentTag-right_arrow {
|
|
137
|
+
right: -72px;
|
|
138
|
+
/* background-image: url(...) for arrow icon */
|
|
139
|
+
}
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
Use breakpoints to adjust arrow position on mobile (e.g. overlay on the carousel).
|
|
143
|
+
|
|
144
|
+
## 4. Swiper Options
|
|
145
|
+
|
|
146
|
+
Swiper options are passed to `new Swiper(container, options)`. Common options:
|
|
147
|
+
|
|
148
|
+
- `slidesPerView` — Number of visible slides
|
|
149
|
+
- `spaceBetween` — Gap between slides (px)
|
|
150
|
+
- `loop` — Infinite loop
|
|
151
|
+
- `autoplay` — Auto-advance (object with `delay`, etc.)
|
|
152
|
+
- `breakpoints` — Responsive overrides (see [Swiper API](https://swiperjs.com/swiper-api))
|
|
153
|
+
|
|
154
|
+
## Key Points
|
|
155
|
+
|
|
156
|
+
- **Swiper v11.2.10** is loaded at runtime via CDN — no npm install or build step.
|
|
157
|
+
- Turn any `Container` with child elements into a carousel via an action that loads and initializes Swiper.
|
|
158
|
+
- The container is identified by its component `key` (exposed as `data-component-key-value` in the DOM).
|
|
159
|
+
- Do not add `swiper`, `swiper-wrapper`, or `swiper-slide` classes in TSX — the action adds them at runtime.
|
|
@@ -20,6 +20,23 @@ The CLI transforms an Embeddable JSON into:
|
|
|
20
20
|
- **JS files**: Computed fields and actions
|
|
21
21
|
- **config.json**: Reduced JSON containing structure/metadata without file content
|
|
22
22
|
|
|
23
|
+
## When to Review (Required Checks)
|
|
24
|
+
|
|
25
|
+
Review is **required** in these situations. Do not skip these checks.
|
|
26
|
+
|
|
27
|
+
| When (trigger) | Where to review | What to verify |
|
|
28
|
+
| --- | --- | --- |
|
|
29
|
+
| **Before running `embeddables save`** | The JSON diff shown by the save command | Confirm the diff matches your intended changes. Do not save without reviewing—unexpected additions, removals, or edits may indicate a compile or config error. |
|
|
30
|
+
| **After modifying `config.json`** | `config.json` and any related React/JS files | Ensure `pages[]`, `computedFields`, `dataOutputs`, `breakpoints`, and other structure match the actual page files, computed-field files, and action files. IDs and keys must be consistent. |
|
|
31
|
+
| **After adding or removing pages** | `config.json` → `pages[]` and `pages/{pageKey}.page.tsx` | Each page in `config.json` must have a matching `.page.tsx` file, and vice versa. |
|
|
32
|
+
| **After adding or removing components** | Page React files and `config.json` | Component IDs and keys must be unique. Nested components need correct `parent_id`. |
|
|
33
|
+
| **After adding or removing actions or computed fields** | `config.json` → `dataOutputs` / `computedFields` and `actions/` / `computed-fields/` | Each entry in config must have a matching JS file; each JS file must have a config entry. |
|
|
34
|
+
| **After changing action triggers** | `config.json` (flow/page level) and component props (React) | `outputs_on*` fields must reference valid action IDs. Page-level triggers use arrays; flow-level can be string or array. |
|
|
35
|
+
| **After modifying styles** | `styles/index.css` and the JSON diff from `embeddables save` | Confirm no unexpected selectors were added or removed; check that breakpoint names match `config.json`. |
|
|
36
|
+
| **When debugging round-trip or compile issues** | `embeddables inspect --bypass-auth --id <embeddableId>` output | Run inspect to compare original vs rebuilt JSON and identify divergences. |
|
|
37
|
+
|
|
38
|
+
**Summary**: A review is required whenever you add, remove, or modify pages, components, styles, actions, computed fields, or config. In those cases, review the affected files and the JSON diff before saving.
|
|
39
|
+
|
|
23
40
|
## Embeddable JSON Structure (Flow)
|
|
24
41
|
|
|
25
42
|
The root Embeddable object (called `Flow`) is defined in `src/types-builder.ts`. Key properties:
|
|
@@ -413,6 +430,22 @@ NOTE: OptionSelectors are either dropdowns (`dropdown` is `true`, can use other
|
|
|
413
430
|
Note: the component itself IS the button. There is no `button` element inside it.
|
|
414
431
|
Note: button icons and checkboxes are before text in the button, unless you set the flex-direction to be row-reverse or column-reverse.
|
|
415
432
|
|
|
433
|
+
**Making a CTA disabled until validation passes**: Use `needs_validation_passed` together with `validation_show_state`. Both props must be set — `needs_validation_passed` alone does not visually disable the button.
|
|
434
|
+
|
|
435
|
+
```tsx
|
|
436
|
+
<CustomButton
|
|
437
|
+
needs_validation_passed={true}
|
|
438
|
+
validation_show_state="disable"
|
|
439
|
+
{/* ... other props ... */}
|
|
440
|
+
/>
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
- `needs_validation_passed={true}` — prevents the button action from firing until all validation on the page passes.
|
|
444
|
+
- `validation_show_state` — controls how the button appears when validation has not yet passed:
|
|
445
|
+
- `"disable"` — button appears disabled (grayed out, not clickable). **Use this for the standard "disabled until valid" CTA pattern.**
|
|
446
|
+
- `"hide"` — button is hidden entirely until validation passes.
|
|
447
|
+
- `"always_show"` — button always appears enabled regardless of validation state (default behaviour; omit both props if this is what you want).
|
|
448
|
+
|
|
416
449
|
| ElementType | Element | Condition | Notes |
|
|
417
450
|
| ------------------- | ---------------- | ------------------------- | ------------------------------------------------------------------------------------------------- |
|
|
418
451
|
| `ButtonTextWrapper` | `<div>` | Always | |
|
|
@@ -955,8 +988,20 @@ The `_docs` property (string only) documents non-obvious aspects of the embeddab
|
|
|
955
988
|
|
|
956
989
|
13. **Asset URL Source of Truth**: If `assets.json` exists in the project root, use it as the first source for image/file URLs. Prefer matching by `flow_id` (or `flow_id: null` for project-level shared assets) and use `relativePath` when mapping local files to uploaded URLs. Always use the (uploaded) url property, not local relative paths, as the image src when building in React.
|
|
957
990
|
|
|
991
|
+
14. **Review before save**: When any change is made (pages, components, styles, config, actions, computed fields), follow "When to Review (Required Checks)" above. Always review the JSON diff before running `embeddables save`.
|
|
992
|
+
|
|
958
993
|
## Common Patterns
|
|
959
994
|
|
|
995
|
+
### Carousel / Swiper
|
|
996
|
+
|
|
997
|
+
When you need to build a carousel or slider, **always consult the carousel implementation guide first** (injected by `embeddables init` into your AI rules directory).
|
|
998
|
+
|
|
999
|
+
Key points:
|
|
1000
|
+
|
|
1001
|
+
- Swiper v11.2.10 is loaded at runtime via CDN — no build tooling required.
|
|
1002
|
+
- Turn any `Container` with child elements into a carousel via an action file that loads and initializes Swiper.
|
|
1003
|
+
- The guide covers the full pattern: page TSX structure, the initialization action, CSS, and optional prev/next navigation buttons.
|
|
1004
|
+
|
|
960
1005
|
### Adding a New Page
|
|
961
1006
|
|
|
962
1007
|
1. Create `pages/{pageKey}.page.tsx` with `'use client'` at the top and a default export.
|
|
@@ -1074,9 +1119,14 @@ Add a `languages` prop to any component in your `.page.tsx` or `.location.tsx` f
|
|
|
1074
1119
|
/>
|
|
1075
1120
|
```
|
|
1076
1121
|
|
|
1077
|
-
### Adding Translations to OptionSelector
|
|
1122
|
+
### Adding Translations to OptionSelector
|
|
1123
|
+
|
|
1124
|
+
For OptionSelector components, translations can be added both:
|
|
1125
|
+
|
|
1126
|
+
- on the component itself (e.g., `label`, `placeholder`), and
|
|
1127
|
+
- on each **button** object (e.g., `text`, `description`).
|
|
1078
1128
|
|
|
1079
|
-
|
|
1129
|
+
Add a `languages` property at the appropriate level for the attributes being translated. The `OptionSelectorButtonWithLanguages` type (not plain `OptionSelectorButton`) is required for button constants since it includes the `languages` property:
|
|
1080
1130
|
|
|
1081
1131
|
```tsx
|
|
1082
1132
|
import { OptionSelector } from '@embeddables/cli/components'
|
|
@@ -1119,7 +1169,7 @@ Any text-based attribute on a component can be translated. Common translatable a
|
|
|
1119
1169
|
| `RichTextMarkdown` | `text` |
|
|
1120
1170
|
| `CustomButton` | `text`, `description` |
|
|
1121
1171
|
| `InputBox` | `label`, `placeholder`, `empty_invalid_message` |
|
|
1122
|
-
| `OptionSelector` | `label` (on the component); `text`, `description` (on each button) |
|
|
1172
|
+
| `OptionSelector` | `label`, `placeholder` (on the component); `text`, `description` (on each button) |
|
|
1123
1173
|
| `MediaImage` | `caption`, `alt_text` |
|
|
1124
1174
|
| `FileUpload` | `label` |
|
|
1125
1175
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Embeddables CLI
|
|
2
|
+
|
|
3
|
+
**Before editing embeddables, read [embeddables/AI-README.md](embeddables/AI-README.md) for the full guide.**
|
|
4
|
+
|
|
5
|
+
[embeddables/AI-README.md](embeddables/AI-README.md) is the single source of truth for working with Embeddables in this project. It covers:
|
|
6
|
+
|
|
7
|
+
- **Overview** — how the CLI transforms Embeddable JSON into local React/CSS/JS files
|
|
8
|
+
- **Embeddable Structure** — Flow, pages, components, styles, computed fields, actions
|
|
9
|
+
- **Component Types** — all types, allowed props, and the registry
|
|
10
|
+
- **File Layout** — pages/, global-components/, styles/, computed-fields/, actions/, config.json
|
|
11
|
+
- **CLI Commands** — pull, dev, build, save, inspect, init, branch
|
|
12
|
+
- **Compiler Pipeline** — forward (React → JSON) and reverse (JSON → React)
|
|
13
|
+
- **AI & Agent Rules** — command safety, types as source of truth, no publish commands
|
|
14
|
+
|
|
15
|
+
Re-inject this guide at any time by running `embeddables init` in your project root.
|
package/README.md
CHANGED
|
@@ -196,6 +196,58 @@ Options:
|
|
|
196
196
|
- `-s, --skip-build`: Skip the build step and use existing compiled JSON from `.generated/embeddable.json`
|
|
197
197
|
- `--from-version <number>`: Base version number (auto-detected from local config/files if not provided)
|
|
198
198
|
|
|
199
|
+
### `embeddables dangerously-publish`
|
|
200
|
+
|
|
201
|
+
Promote an **existing** saved version on the server to staging or production (same idea as the Builder: you pick a version, you don’t create a new one by default). **Use with caution** — this bypasses the normal review workflow. Requires login; production requires publisher/admin.
|
|
202
|
+
|
|
203
|
+
You must specify exactly one of `--staging` or `--prod`. If you omit both, the command exits with an error.
|
|
204
|
+
|
|
205
|
+
**Default (no `--save`)** — no new version is created:
|
|
206
|
+
|
|
207
|
+
- The version to promote is resolved in this order: `--publish-version`, then `_version` in `embeddables/<id>/config.json`, then the highest version inferred from `.generated/` snapshot filenames.
|
|
208
|
+
- The CLI calls the set-version-status API (main-line only; branch checkouts are rejected). The server still enforces rules (e.g. production only if that version is already on staging).
|
|
209
|
+
|
|
210
|
+
**With `--save`** — build, upload a **new** saved version, then publish **that** new version:
|
|
211
|
+
|
|
212
|
+
- Same build/upload flow as `embeddables save`; then promote to `--staging`, or to production with `--prod --via-staging` (**`--save --prod` without `--via-staging` is not allowed** — new versions must hit staging before production). The base version for the save is taken from `config.json` `_version` or `.generated/` snapshots (same as `embeddables save` without `--from-version`).
|
|
213
|
+
- Use `--skip-build` to reuse `.generated/embeddable.json`.
|
|
214
|
+
- Local snapshots after save are written as `embeddable-main@<version>.json` under `.generated/`.
|
|
215
|
+
|
|
216
|
+
Options:
|
|
217
|
+
|
|
218
|
+
- `-i, --id <id>`: Embeddable ID (will prompt from local embeddables if not provided)
|
|
219
|
+
- `-l, --label <label>`: Label for the new version (**only with `--save`**)
|
|
220
|
+
- `--skip-build`: Skip the build step (**only with `--save`**)
|
|
221
|
+
- `--publish-version <number>`: Promote this version number instead of `config.json` `_version` (no new version unless `--save`)
|
|
222
|
+
- `-p, --project-id <id>`: Project ID (will prompt if not configured)
|
|
223
|
+
- `--save`: Build (unless skipped), create a new saved version on the server, then publish it
|
|
224
|
+
- `--force`: Skip confirmation prompts on version conflicts (**when using `--save`**)
|
|
225
|
+
- `--staging`: Publish to staging
|
|
226
|
+
- `--prod`: Publish to production only (single API step; the version must **already** be on staging server-side)
|
|
227
|
+
- `--via-staging`: With `--prod`, push to staging first, then production (for when the version is not on staging yet)
|
|
228
|
+
|
|
229
|
+
Examples:
|
|
230
|
+
|
|
231
|
+
```bash
|
|
232
|
+
# Promote the version in config.json (_version) to staging (no new save)
|
|
233
|
+
embeddables dangerously-publish --staging
|
|
234
|
+
|
|
235
|
+
# Promote a specific existing version to staging
|
|
236
|
+
embeddables dangerously-publish --staging --publish-version 42
|
|
237
|
+
|
|
238
|
+
# Promote to production (version must already be staging on the server)
|
|
239
|
+
embeddables dangerously-publish --prod
|
|
240
|
+
|
|
241
|
+
# Production: staging first, then prod (e.g. version still SAVED)
|
|
242
|
+
embeddables dangerously-publish --prod --via-staging
|
|
243
|
+
|
|
244
|
+
# Build, save a new version, then publish that version to staging
|
|
245
|
+
embeddables dangerously-publish --save --staging
|
|
246
|
+
|
|
247
|
+
# Save, then staging and production (new version is not on staging yet)
|
|
248
|
+
embeddables dangerously-publish --save --prod --via-staging
|
|
249
|
+
```
|
|
250
|
+
|
|
199
251
|
### `embeddables dev`
|
|
200
252
|
|
|
201
253
|
Start a dev server with hot reload. Proxies to the Engine; by default uses production (`https://engine.embeddables.com`). Use `--local` to point to a local engine.
|
package/dist/cli.js
CHANGED
|
@@ -37,6 +37,7 @@ import { runProvideOtp } from './commands/provide-otp.js';
|
|
|
37
37
|
import { runLogout } from './commands/logout.js';
|
|
38
38
|
import { runPull } from './commands/pull.js';
|
|
39
39
|
import { runSave } from './commands/save.js';
|
|
40
|
+
import { runDangerouslyPublish } from './commands/dangerously-publish.js';
|
|
40
41
|
import { runAssetsUpload } from './commands/assets-upload.js';
|
|
41
42
|
import { runAssetsSync } from './commands/assets-sync.js';
|
|
42
43
|
import { runTasksList } from './commands/tasks-list.js';
|
|
@@ -454,6 +455,45 @@ program
|
|
|
454
455
|
force: opts.force,
|
|
455
456
|
}));
|
|
456
457
|
});
|
|
458
|
+
/**
|
|
459
|
+
* Promotes an existing embeddable version to staging or production (default), or optionally
|
|
460
|
+
* builds, saves a new version, and publishes it when `--save` is passed.
|
|
461
|
+
*
|
|
462
|
+
* @param opts - Options object with optional `id`, `skipBuild`, `projectId`, `force`, `save`, `publishVersion`, `viaStaging`, and required `staging` or `prod` flag.
|
|
463
|
+
* @returns A promise that resolves when the publish is complete.
|
|
464
|
+
* @remarks Requires login. Requires exactly one of --staging or --prod. Traced via Sentry with the "dangerously-publish" command span.
|
|
465
|
+
* @see requireLogin
|
|
466
|
+
* @see setSentryContextForCommand
|
|
467
|
+
*/
|
|
468
|
+
program
|
|
469
|
+
.command('dangerously-publish')
|
|
470
|
+
.description('Publish an existing version from config.json to staging or production; --prod hits production only unless --via-staging (use --save to upload a new version first)')
|
|
471
|
+
.option('-i, --id <id>', 'Embeddable ID (will prompt if not provided)')
|
|
472
|
+
.option('-l, --label <label>', 'Human-readable label for the new version (only with --save)')
|
|
473
|
+
.option('--skip-build', 'Skip the build step (only applies with --save)')
|
|
474
|
+
.option('-p, --project-id <id>', 'Project ID (will prompt if not configured)')
|
|
475
|
+
.option('--force', "Skip confirmation prompts (version conflicts when using --save, other users' drafts)")
|
|
476
|
+
.option('--staging', 'Publish to staging environment')
|
|
477
|
+
.option('--prod', 'Publish to production only (version must already be on staging server-side)')
|
|
478
|
+
.option('--via-staging', 'With --prod: push to staging first, then production (use when the version is not on staging yet)')
|
|
479
|
+
.option('--save', 'Build, upload JSON as a new saved version, then publish that new version (previous default behavior)')
|
|
480
|
+
.option('--publish-version <number>', 'Promote this version number instead of config.json _version (still no new version unless --save)')
|
|
481
|
+
.action(async (opts) => {
|
|
482
|
+
await requireLogin('dangerously-publish');
|
|
483
|
+
setSentryContextForCommand('dangerously-publish');
|
|
484
|
+
await withCommandSpan('dangerously_publish', () => runDangerouslyPublish({
|
|
485
|
+
id: opts.id,
|
|
486
|
+
label: opts.label,
|
|
487
|
+
skipBuild: opts.skipBuild,
|
|
488
|
+
projectId: opts.projectId,
|
|
489
|
+
force: opts.force,
|
|
490
|
+
staging: opts.staging,
|
|
491
|
+
prod: opts.prod,
|
|
492
|
+
publishVersion: opts.publishVersion,
|
|
493
|
+
saveNewVersion: opts.save === true,
|
|
494
|
+
viaStaging: opts.viaStaging === true,
|
|
495
|
+
}));
|
|
496
|
+
});
|
|
457
497
|
/**
|
|
458
498
|
* Updates the CLI to the latest stable version.
|
|
459
499
|
*
|
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { HistoryCommand } from '../types-builder.js';
|
|
2
|
+
export type RunDangerouslyPublishOptions = {
|
|
3
|
+
id?: string;
|
|
4
|
+
label?: string;
|
|
5
|
+
skipBuild?: boolean;
|
|
6
|
+
projectId?: string;
|
|
7
|
+
force?: boolean;
|
|
8
|
+
staging?: boolean;
|
|
9
|
+
prod?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Explicit version to promote (highest priority). Same as CLI `--publish-version`.
|
|
12
|
+
*/
|
|
13
|
+
publishVersion?: string;
|
|
14
|
+
/**
|
|
15
|
+
* When true: build, POST save-version (new version), then publish that new version.
|
|
16
|
+
* Default false: only promote an existing server version (`--publish-version`, then `config.json` `_version`, then `.generated/` snapshots).
|
|
17
|
+
*/
|
|
18
|
+
saveNewVersion?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* With `--prod` only: push to staging first, then production. Default `--prod` calls production only
|
|
21
|
+
* (version must already be on staging server-side).
|
|
22
|
+
*/
|
|
23
|
+
viaStaging?: boolean;
|
|
24
|
+
};
|
|
25
|
+
export type EditHistoryDescription = {
|
|
26
|
+
origin: string;
|
|
27
|
+
description: string;
|
|
28
|
+
} | {
|
|
29
|
+
overflowed: boolean;
|
|
30
|
+
};
|
|
31
|
+
export type SaveEmbeddableVersionParams = {
|
|
32
|
+
embeddableId: string;
|
|
33
|
+
jsonString: string;
|
|
34
|
+
userId: string;
|
|
35
|
+
projectId: string;
|
|
36
|
+
label?: string;
|
|
37
|
+
fromVersionNumber: number;
|
|
38
|
+
editHistoryLength?: number;
|
|
39
|
+
editHistoryDescriptions?: EditHistoryDescription[];
|
|
40
|
+
workingDraftId?: string;
|
|
41
|
+
editHistoryStorageKey?: string;
|
|
42
|
+
editHistory?: HistoryCommand[];
|
|
43
|
+
branchId?: string | null;
|
|
44
|
+
branchMergedId?: string | null;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Publishes an embeddable to staging or production.
|
|
48
|
+
*
|
|
49
|
+
* By default promotes the existing server version from `config.json` `_version` (no new version).
|
|
50
|
+
* With `saveNewVersion: true`, builds, saves a new version via the API, then publishes it.
|
|
51
|
+
*/
|
|
52
|
+
export declare function runDangerouslyPublish(opts: RunDangerouslyPublishOptions): Promise<void>;
|
|
53
|
+
//# sourceMappingURL=dangerously-publish.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dangerously-publish.d.ts","sourceRoot":"","sources":["../../src/commands/dangerously-publish.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAGV,cAAc,EACf,MAAM,qBAAqB,CAAA;AAK5B,MAAM,MAAM,4BAA4B,GAAG;IACzC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAqCD,MAAM,MAAM,sBAAsB,GAC9B;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,GACvC;IAAE,UAAU,EAAE,OAAO,CAAA;CAAE,CAAA;AAE3B,MAAM,MAAM,2BAA2B,GAAG;IACxC,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,iBAAiB,EAAE,MAAM,CAAA;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,uBAAuB,CAAC,EAAE,sBAAsB,EAAE,CAAA;IAClD,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,WAAW,CAAC,EAAE,cAAc,EAAE,CAAA;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC/B,CAAA;AAgWD;;;;;GAKG;AACH,wBAAsB,qBAAqB,CAAC,IAAI,EAAE,4BAA4B,GAAG,OAAO,CAAC,IAAI,CAAC,CAujB7F"}
|