@scalar/cli 2.0.0 → 2.1.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/README.md +42 -2
- package/chunks/action-45OGQB2M.js +138 -0
- package/chunks/action-5R5FDF6S.js +2097 -0
- package/chunks/action-ANU5HGC4.js +34 -0
- package/chunks/action-BMFXENMX.js +176 -0
- package/chunks/action-BNEGJBUH.js +38 -0
- package/chunks/action-BYZUBXVB.js +82 -0
- package/chunks/action-C5VB4ITT.js +132 -0
- package/chunks/action-CCW66QJN.js +72 -0
- package/chunks/action-CLSD7O2R.js +60 -0
- package/chunks/action-CQ56FVES.js +65 -0
- package/chunks/action-CYP4VDK3.js +148 -0
- package/chunks/action-DFKHSDFV.js +36 -0
- package/chunks/action-F4Y6Q2VB.js +92 -0
- package/chunks/action-GB6DM53B.js +70 -0
- package/chunks/action-GEBRPNRT.js +87 -0
- package/chunks/action-H5OHT2GV.js +56 -0
- package/chunks/action-HD2T6BFJ.js +54 -0
- package/chunks/action-HNKM3Q65.js +65 -0
- package/chunks/action-JOSVV6YA.js +71 -0
- package/chunks/action-MENXFJH3.js +204 -0
- package/chunks/action-P7LN6FGY.js +13 -0
- package/chunks/action-PVDDRIM6.js +130 -0
- package/chunks/action-Q5UJ32D6.js +46 -0
- package/chunks/action-R6ZZO26F.js +299 -0
- package/chunks/action-STIEAXOE.js +53 -0
- package/chunks/action-TPBKPHNS.js +110 -0
- package/chunks/action-TWFJNQ2R.js +95 -0
- package/chunks/action-TZ5KGAQT.js +64 -0
- package/chunks/action-UDZUUJSI.js +49 -0
- package/chunks/action-W5BATF4Q.js +197 -0
- package/chunks/agent-XGLOHXNA.js +112 -0
- package/chunks/build.action-LKOILPA6.js +108 -0
- package/chunks/chunk-23I5PKZZ.js +78 -0
- package/chunks/chunk-2BSG2QHO.js +455 -0
- package/chunks/chunk-3MZYUBJ6.js +49 -0
- package/chunks/chunk-47Y4L5IT.js +63361 -0
- package/chunks/chunk-4DGQIAJX.js +359 -0
- package/chunks/chunk-4QS7SJTG.js +138 -0
- package/chunks/chunk-5BISXQX4.js +447 -0
- package/chunks/chunk-5BPPGTUU.js +463 -0
- package/chunks/chunk-AEFPCC4U.js +16 -0
- package/chunks/chunk-AHWWJ3MD.js +32 -0
- package/chunks/chunk-ASMHW5AY.js +19 -0
- package/chunks/chunk-B6QZJWCQ.js +92 -0
- package/chunks/chunk-DOVIWNKQ.js +108 -0
- package/chunks/chunk-H2WRMLYY.js +13780 -0
- package/chunks/chunk-HQKBZOYU.js +34 -0
- package/chunks/chunk-ISGLWBXZ.js +4265 -0
- package/chunks/chunk-IX7LJ3AD.js +17 -0
- package/chunks/chunk-JFIXNSPP.js +26 -0
- package/chunks/chunk-K74E42RV.js +7311 -0
- package/chunks/chunk-KHDYYVYF.js +16 -0
- package/chunks/chunk-KWOL7A6J.js +23 -0
- package/chunks/chunk-NUXPNUSS.js +38 -0
- package/chunks/chunk-OAXFCOJV.js +25 -0
- package/chunks/chunk-P2VH7DOC.js +107 -0
- package/chunks/chunk-P646T2WH.js +1608 -0
- package/chunks/chunk-SHSHFGA7.js +297 -0
- package/chunks/chunk-SXYALPYK.js +2709 -0
- package/chunks/chunk-T7B6WNZC.js +18 -0
- package/chunks/chunk-T7MDADON.js +17 -0
- package/chunks/chunk-TLFMATXR.js +344 -0
- package/chunks/chunk-TQ5XC2E3.js +284 -0
- package/chunks/chunk-UPUTMFD4.js +465 -0
- package/chunks/chunk-VTYTPSXO.js +161 -0
- package/chunks/chunk-X4QLDBB5.js +221 -0
- package/chunks/chunk-ZTVWAKNJ.js +21 -0
- package/chunks/create.action-FFQLBSJH.js +108 -0
- package/chunks/delete.action-QNN3LC2F.js +96 -0
- package/chunks/delete.action-STHQHP4F.js +88 -0
- package/chunks/get.action-OTKYOP3Z.js +87 -0
- package/chunks/list.action-6I5EZAVB.js +95 -0
- package/chunks/list.action-KDM5RHEH.js +116 -0
- package/chunks/publish.action-PODTVRXS.js +182 -0
- package/chunks/update.action-4F6STTEQ.js +101 -0
- package/chunks/update.action-KMD4ZM75.js +95 -0
- package/docs.html +393 -230
- package/index.js +645 -98865
- package/package.json +16 -14
package/docs.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
content="width=device-width, initial-scale=1.0" />
|
|
8
8
|
<title>Scalar CLI Documentation</title>
|
|
9
9
|
<style>
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
/* Base CSS will be injected here */
|
|
11
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.17.2/node_modules/@scalar/themes/dist/style.css */
|
|
12
12
|
@layer scalar-base, scalar-theme;
|
|
13
13
|
@layer scalar-base {
|
|
14
14
|
body {
|
|
@@ -69,10 +69,17 @@
|
|
|
69
69
|
input:where(:not([type=button], [type=reset], [type=submit])),
|
|
70
70
|
select,
|
|
71
71
|
textarea {
|
|
72
|
-
border-radius: var(--scalar-radius);
|
|
72
|
+
border-radius: var(--scalar-radius-md);
|
|
73
73
|
border-width: 1px;
|
|
74
74
|
}
|
|
75
|
-
input
|
|
75
|
+
input,
|
|
76
|
+
select,
|
|
77
|
+
textarea {
|
|
78
|
+
text-align: start;
|
|
79
|
+
}
|
|
80
|
+
input::placeholder,
|
|
81
|
+
text-area::placeholder,
|
|
82
|
+
::-webkit-input-placeholder {
|
|
76
83
|
color: var(--scalar-color-3);
|
|
77
84
|
font-family: var(--scalar-font);
|
|
78
85
|
}
|
|
@@ -88,7 +95,6 @@
|
|
|
88
95
|
}
|
|
89
96
|
:focus-visible {
|
|
90
97
|
outline-style: solid;
|
|
91
|
-
border-radius: var(--scalar-radius);
|
|
92
98
|
}
|
|
93
99
|
button:focus-visible,
|
|
94
100
|
[role=button]:focus-visible {
|
|
@@ -180,8 +186,13 @@
|
|
|
180
186
|
:root {
|
|
181
187
|
--scalar-border-width: 0.5px;
|
|
182
188
|
--scalar-radius: 3px;
|
|
183
|
-
--scalar-radius-
|
|
184
|
-
--scalar-radius-
|
|
189
|
+
--scalar-radius-max: 20px;
|
|
190
|
+
--scalar-radius-md: min(var(--scalar-radius), var(--scalar-radius-max));
|
|
191
|
+
--scalar-radius-lg: min(calc(var(--scalar-radius) * 2), var(--scalar-radius-max));
|
|
192
|
+
--scalar-radius-xl: min(calc(var(--scalar-radius) * 8 / 3), var(--scalar-radius-max));
|
|
193
|
+
--scalar-radius-2xl: min(calc(var(--scalar-radius) * 4), var(--scalar-radius-max));
|
|
194
|
+
--scalar-radius-3xl: min(calc(var(--scalar-radius) * 16 / 3), var(--scalar-radius-max));
|
|
195
|
+
--scalar-radius-full: calc(var(--scalar-radius) * 9999);
|
|
185
196
|
--scalar-font:
|
|
186
197
|
"Inter",
|
|
187
198
|
ui-sans-serif,
|
|
@@ -286,6 +297,13 @@
|
|
|
286
297
|
--scalar-page-description: 20px;
|
|
287
298
|
}
|
|
288
299
|
}
|
|
300
|
+
@media (max-resolution: 1.5dppx) {
|
|
301
|
+
@supports (-moz-appearance: none) {
|
|
302
|
+
:root {
|
|
303
|
+
--scalar-border-width: 1px;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
289
307
|
}
|
|
290
308
|
@layer scalar-base {
|
|
291
309
|
:root {
|
|
@@ -343,8 +361,8 @@
|
|
|
343
361
|
--scalar-button-1: rgba(0, 0, 0, 1);
|
|
344
362
|
--scalar-button-1-hover: rgba(0, 0, 0, 0.8);
|
|
345
363
|
--scalar-button-1-color: #fff;
|
|
346
|
-
--scalar-tooltip-background: color-mix(in srgb,
|
|
347
|
-
--scalar-tooltip-color: color-
|
|
364
|
+
--scalar-tooltip-background: color-mix(in srgb, var(--scalar-background-1), transparent 10%);
|
|
365
|
+
--scalar-tooltip-color: var(--scalar-color-1);
|
|
348
366
|
--scalar-color-alert: color-mix(in srgb, var(--scalar-color-orange), var(--scalar-color-1) 20%);
|
|
349
367
|
--scalar-color-danger: color-mix(in srgb, var(--scalar-color-red), var(--scalar-color-1) 20%);
|
|
350
368
|
--scalar-background-alert: color-mix(in srgb, var(--scalar-color-orange), var(--scalar-background-1) 95%);
|
|
@@ -390,7 +408,7 @@
|
|
|
390
408
|
}
|
|
391
409
|
}
|
|
392
410
|
|
|
393
|
-
/* ../../node_modules/.pnpm/@scalar+themes@0.
|
|
411
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.17.2/node_modules/@scalar/themes/dist/fonts/fonts.css */
|
|
394
412
|
@font-face {
|
|
395
413
|
font-family: "Inter";
|
|
396
414
|
font-style: normal;
|
|
@@ -634,6 +652,8 @@ body {
|
|
|
634
652
|
overflow: hidden;
|
|
635
653
|
font-family: var(--scalar-font);
|
|
636
654
|
color: var(--scalar-color-1);
|
|
655
|
+
}
|
|
656
|
+
body {
|
|
637
657
|
background-color: var(--scalar-background-1);
|
|
638
658
|
}
|
|
639
659
|
.light-mode,
|
|
@@ -685,7 +705,7 @@ body {
|
|
|
685
705
|
color: white;
|
|
686
706
|
font-weight: var(--scalar-semibold);
|
|
687
707
|
font-size: var(--scalar-font-size-5);
|
|
688
|
-
border-radius: var(--scalar-radius);
|
|
708
|
+
border-radius: var(--scalar-radius-md);
|
|
689
709
|
border: none;
|
|
690
710
|
}
|
|
691
711
|
.tippy-box[data-placement^=top] > .tippy-arrow {
|
|
@@ -881,10 +901,10 @@ body {
|
|
|
881
901
|
border-width: 0;
|
|
882
902
|
}
|
|
883
903
|
.rounded {
|
|
884
|
-
border-radius: var(--scalar-radius);
|
|
904
|
+
border-radius: var(--scalar-radius-md);
|
|
885
905
|
}
|
|
886
906
|
.rounded-full {
|
|
887
|
-
border-radius:
|
|
907
|
+
border-radius: var(--scalar-radius-full);
|
|
888
908
|
}
|
|
889
909
|
.divide-x > * + * {
|
|
890
910
|
border-right-width: 0px;
|
|
@@ -1305,7 +1325,7 @@ body {
|
|
|
1305
1325
|
gap: 3px;
|
|
1306
1326
|
font-size: var(--scalar-small);
|
|
1307
1327
|
line-height: normal;
|
|
1308
|
-
border-radius: var(--scalar-radius);
|
|
1328
|
+
border-radius: var(--scalar-radius-md);
|
|
1309
1329
|
cursor: pointer;
|
|
1310
1330
|
}
|
|
1311
1331
|
.t-doc__header .header-item-spacer {
|
|
@@ -1326,7 +1346,7 @@ body {
|
|
|
1326
1346
|
height: 24px;
|
|
1327
1347
|
width: 24px;
|
|
1328
1348
|
color: var(--scalar-color-2);
|
|
1329
|
-
border-radius:
|
|
1349
|
+
border-radius: var(--scalar-radius-md);
|
|
1330
1350
|
cursor: pointer;
|
|
1331
1351
|
}
|
|
1332
1352
|
.t-doc__header .icon-button:hover {
|
|
@@ -1335,7 +1355,7 @@ body {
|
|
|
1335
1355
|
}
|
|
1336
1356
|
.t-doc__header .header-name {
|
|
1337
1357
|
padding: 6px 12px;
|
|
1338
|
-
border-radius:
|
|
1358
|
+
border-radius: var(--scalar-radius-md);
|
|
1339
1359
|
font-weight: var(--scalar-bold);
|
|
1340
1360
|
color: var(--scalar-header-color-1, var(--scalar-color-1));
|
|
1341
1361
|
font-size: var(--scalar-small);
|
|
@@ -1361,7 +1381,7 @@ body {
|
|
|
1361
1381
|
color: var(--scalar-header-background-1, var(--scalar-background-1));
|
|
1362
1382
|
font-size: var(--scalar-mini);
|
|
1363
1383
|
font-weight: var(--scalar-semibold);
|
|
1364
|
-
border-radius: var(--scalar-radius);
|
|
1384
|
+
border-radius: var(--scalar-radius-md);
|
|
1365
1385
|
border: 1px solid var(--scalar-header-call-to-action-color, var(--scalar-button-1));
|
|
1366
1386
|
}
|
|
1367
1387
|
.t-doc__header .header-item-link__cta:hover {
|
|
@@ -1398,7 +1418,7 @@ body {
|
|
|
1398
1418
|
.t-doc__header .header-item-ghost .header-item-show-button {
|
|
1399
1419
|
background: var(--scalar-background-1);
|
|
1400
1420
|
border: var(--scalar-border-width) solid var(--scalar-header-item-ghost-color);
|
|
1401
|
-
border-radius:
|
|
1421
|
+
border-radius: var(--scalar-radius-full);
|
|
1402
1422
|
color: var(--scalar-header-color-2, var(--scalar-color-2));
|
|
1403
1423
|
font-size: var(--scalar-micro);
|
|
1404
1424
|
gap: 3px;
|
|
@@ -1455,7 +1475,7 @@ body {
|
|
|
1455
1475
|
border: var(--scalar-border);
|
|
1456
1476
|
margin: 0 16px;
|
|
1457
1477
|
margin-bottom: 6px;
|
|
1458
|
-
border-radius: var(--scalar-radius);
|
|
1478
|
+
border-radius: var(--scalar-radius-md);
|
|
1459
1479
|
}
|
|
1460
1480
|
.t-doc__header .header-version-button {
|
|
1461
1481
|
align-self: stretch;
|
|
@@ -1634,7 +1654,7 @@ body {
|
|
|
1634
1654
|
display: flex;
|
|
1635
1655
|
align-items: center;
|
|
1636
1656
|
justify-content: center;
|
|
1637
|
-
border-radius: var(--scalar-radius);
|
|
1657
|
+
border-radius: var(--scalar-radius-md);
|
|
1638
1658
|
}
|
|
1639
1659
|
.t-editor .editor-node-handles .add-node:hover,
|
|
1640
1660
|
.t-editor .editor-node-handles .add-node:focus {
|
|
@@ -1659,7 +1679,7 @@ body {
|
|
|
1659
1679
|
position: absolute;
|
|
1660
1680
|
width: 3px;
|
|
1661
1681
|
height: 3px;
|
|
1662
|
-
border-radius:
|
|
1682
|
+
border-radius: var(--scalar-radius-full);
|
|
1663
1683
|
background: currentcolor;
|
|
1664
1684
|
top: 5px;
|
|
1665
1685
|
left: 5px;
|
|
@@ -1703,7 +1723,7 @@ body {
|
|
|
1703
1723
|
user-select: none;
|
|
1704
1724
|
color: #0d0d0d;
|
|
1705
1725
|
padding: 0.1rem 0.3rem;
|
|
1706
|
-
border-radius:
|
|
1726
|
+
border-radius: var(--scalar-radius-md) var(--scalar-radius-md) var(--scalar-radius-md) 0;
|
|
1707
1727
|
white-space: nowrap;
|
|
1708
1728
|
}
|
|
1709
1729
|
.t-editor .guide-node-component + span.collaboration-cursor__caret {
|
|
@@ -1732,7 +1752,7 @@ body {
|
|
|
1732
1752
|
background: transparent !important;
|
|
1733
1753
|
}
|
|
1734
1754
|
.t-editor .guide-node-component__popover.has-focus .highlight-active {
|
|
1735
|
-
border-radius: var(--scalar-radius);
|
|
1755
|
+
border-radius: var(--scalar-radius-md);
|
|
1736
1756
|
box-shadow: 0 0 0 2px var(--scalar-background-2), 0 0 0 4px var(--scalar-color-accent);
|
|
1737
1757
|
}
|
|
1738
1758
|
.t-editor .guide-node-component__popover.has-focus ~ .guide-node-component,
|
|
@@ -1788,7 +1808,7 @@ body {
|
|
|
1788
1808
|
background-color: var(--scalar-background-2);
|
|
1789
1809
|
box-shadow: 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
1790
1810
|
font-size: var(--scalar-mini);
|
|
1791
|
-
border-radius:
|
|
1811
|
+
border-radius: var(--scalar-radius-md);
|
|
1792
1812
|
padding: 0 3px;
|
|
1793
1813
|
}
|
|
1794
1814
|
.t-editor__italic {
|
|
@@ -1810,7 +1830,7 @@ body {
|
|
|
1810
1830
|
display: block;
|
|
1811
1831
|
margin-top: 12px;
|
|
1812
1832
|
padding: 12px;
|
|
1813
|
-
border-radius: var(--scalar-radius);
|
|
1833
|
+
border-radius: var(--scalar-radius-md);
|
|
1814
1834
|
border: 1px solid var(--scalar-border-color);
|
|
1815
1835
|
}
|
|
1816
1836
|
.t-editor__page-link:hover {
|
|
@@ -1818,7 +1838,7 @@ body {
|
|
|
1818
1838
|
}
|
|
1819
1839
|
.t-editor__page-link .link {
|
|
1820
1840
|
box-shadow: var(--scalar-shadow-1);
|
|
1821
|
-
border-radius: var(--scalar-radius);
|
|
1841
|
+
border-radius: var(--scalar-radius-md);
|
|
1822
1842
|
background: var(--scalar-background-2);
|
|
1823
1843
|
padding: 16px;
|
|
1824
1844
|
position: relative;
|
|
@@ -1919,7 +1939,8 @@ body {
|
|
|
1919
1939
|
|
|
1920
1940
|
/* ../../packages/css/src/guides/text-extensions/link.css */
|
|
1921
1941
|
.t-editor__anchor {
|
|
1922
|
-
--font-color: var(--scalar-color-1);
|
|
1942
|
+
--font-color: var(--scalar-link-color, var(--scalar-color-1));
|
|
1943
|
+
--font-hover: var(--scalar-link-color-hover, var(--scalar-color-1));
|
|
1923
1944
|
--font-visited: var(--scalar-color-2);
|
|
1924
1945
|
--text-decoration: var(--scalar-text-decoration);
|
|
1925
1946
|
--text-decoration-hover: var(--scalar-text-decoration-hover);
|
|
@@ -1971,7 +1992,7 @@ body {
|
|
|
1971
1992
|
.t-editor__heading .notify-container {
|
|
1972
1993
|
padding: 0 4px;
|
|
1973
1994
|
position: relative;
|
|
1974
|
-
border-radius:
|
|
1995
|
+
border-radius: var(--scalar-radius-md);
|
|
1975
1996
|
transition: all 0.2s ease;
|
|
1976
1997
|
}
|
|
1977
1998
|
.t-editor__heading .notify-container:focus-visible {
|
|
@@ -2180,7 +2201,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2180
2201
|
.ssg-literal {
|
|
2181
2202
|
display: block;
|
|
2182
2203
|
padding: 0.75rem;
|
|
2183
|
-
border-radius:
|
|
2204
|
+
border-radius: var(--scalar-radius-lg);
|
|
2184
2205
|
background: #0f172a;
|
|
2185
2206
|
color: #e6eef8;
|
|
2186
2207
|
font-family:
|
|
@@ -2227,7 +2248,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2227
2248
|
.t-editor__detail .details__button,
|
|
2228
2249
|
.t-editor__detail .details__icon,
|
|
2229
2250
|
.t-editor__detail summary.t-editor__detail-summary {
|
|
2230
|
-
border-radius: var(--scalar-radius);
|
|
2251
|
+
border-radius: var(--scalar-radius-md);
|
|
2231
2252
|
}
|
|
2232
2253
|
.t-editor__detail .details {
|
|
2233
2254
|
display: flex;
|
|
@@ -2273,7 +2294,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2273
2294
|
gap: 8px;
|
|
2274
2295
|
padding: 7px 16px;
|
|
2275
2296
|
border: var(--scalar-border);
|
|
2276
|
-
border-radius: var(--scalar-radius);
|
|
2297
|
+
border-radius: var(--scalar-radius-md);
|
|
2277
2298
|
}
|
|
2278
2299
|
.t-editor__detail .t-editor__detail-summary:has(.t-editor__detail-marker) {
|
|
2279
2300
|
padding: 7px 14px;
|
|
@@ -2331,8 +2352,8 @@ ul.t-editor__list > * > li::before {
|
|
|
2331
2352
|
border-top-right-radius: 0;
|
|
2332
2353
|
}
|
|
2333
2354
|
.t-editor__detail:not(:has(+ .t-editor__detail)) > .t-editor__detail-content {
|
|
2334
|
-
border-bottom-left-radius: var(--scalar-radius);
|
|
2335
|
-
border-bottom-right-radius: var(--scalar-radius);
|
|
2355
|
+
border-bottom-left-radius: var(--scalar-radius-md);
|
|
2356
|
+
border-bottom-right-radius: var(--scalar-radius-md);
|
|
2336
2357
|
}
|
|
2337
2358
|
.t-editor__detail:has(+ .t-editor__detail):not(:first-child):not(:last-child) > summary.t-editor__detail-summary {
|
|
2338
2359
|
border-bottom-left-radius: 0;
|
|
@@ -2351,7 +2372,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2351
2372
|
/* ../../packages/css/src/guides/text-extensions/tabs.css */
|
|
2352
2373
|
.custom-tabs-container {
|
|
2353
2374
|
margin-top: var(--scalar-block-spacing);
|
|
2354
|
-
border-radius: var(--scalar-radius);
|
|
2375
|
+
border-radius: var(--scalar-radius-md);
|
|
2355
2376
|
position: relative;
|
|
2356
2377
|
}
|
|
2357
2378
|
.custom-tabs-container:has(.custom-tabs-input:focus-visible) {
|
|
@@ -2412,6 +2433,10 @@ ul.t-editor__list > * > li::before {
|
|
|
2412
2433
|
padding-top: 16px;
|
|
2413
2434
|
padding-bottom: 16px;
|
|
2414
2435
|
}
|
|
2436
|
+
.custom-tabs-container .custom-tabs-content > div > :first-child,
|
|
2437
|
+
.custom-tabs-container .custom-tabs-content > div > :first-child > :first-child {
|
|
2438
|
+
margin-top: 0;
|
|
2439
|
+
}
|
|
2415
2440
|
.custom-tabs-container input:nth-of-type(1):checked ~ .custom-tabs-navbar .custom-tabs-nav .custom-tabs-tab:nth-of-type(1),
|
|
2416
2441
|
.custom-tabs-container input:nth-of-type(2):checked ~ .custom-tabs-navbar .custom-tabs-nav .custom-tabs-tab:nth-of-type(2),
|
|
2417
2442
|
.custom-tabs-container input:nth-of-type(3):checked ~ .custom-tabs-navbar .custom-tabs-nav .custom-tabs-tab:nth-of-type(3),
|
|
@@ -2487,7 +2512,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2487
2512
|
}
|
|
2488
2513
|
.t-editor__step .t-editor__step-marker-container .t-editor__step-marker {
|
|
2489
2514
|
border: 1.5px solid var(--scalar-color-1);
|
|
2490
|
-
border-radius:
|
|
2515
|
+
border-radius: var(--scalar-radius-full);
|
|
2491
2516
|
width: var(--marker-diameter);
|
|
2492
2517
|
height: var(--marker-diameter);
|
|
2493
2518
|
display: flex;
|
|
@@ -2576,7 +2601,7 @@ ul.t-editor__checklist > li {
|
|
|
2576
2601
|
align-content: center;
|
|
2577
2602
|
justify-content: center;
|
|
2578
2603
|
border: 1px solid var(--scalar-color-3);
|
|
2579
|
-
border-radius: var(--scalar-radius);
|
|
2604
|
+
border-radius: var(--scalar-radius-md);
|
|
2580
2605
|
}
|
|
2581
2606
|
.t-editor__checklist input:checked {
|
|
2582
2607
|
background-color: var(--scalar-color-1);
|
|
@@ -2617,7 +2642,7 @@ ul.contains-task-list > li {
|
|
|
2617
2642
|
width: 16px;
|
|
2618
2643
|
height: 16px;
|
|
2619
2644
|
border: 1px solid var(--scalar-color-3);
|
|
2620
|
-
border-radius: var(--scalar-radius);
|
|
2645
|
+
border-radius: var(--scalar-radius-md);
|
|
2621
2646
|
}
|
|
2622
2647
|
.contains-task-list input:checked {
|
|
2623
2648
|
background-color: var(--scalar-color-1);
|
|
@@ -2642,7 +2667,7 @@ ul.contains-task-list > li {
|
|
|
2642
2667
|
/* ../../packages/css/src/guides/text-extensions/codegroup.css */
|
|
2643
2668
|
.t-editor__code-group {
|
|
2644
2669
|
margin-top: var(--scalar-block-spacing);
|
|
2645
|
-
border-radius: var(--scalar-radius);
|
|
2670
|
+
border-radius: var(--scalar-radius-md);
|
|
2646
2671
|
border-bottom: var(--scalar-border);
|
|
2647
2672
|
background-color: var(--scalar-background-2);
|
|
2648
2673
|
position: relative;
|
|
@@ -2651,8 +2676,8 @@ ul.contains-task-list > li {
|
|
|
2651
2676
|
.t-editor__code-group .t-code {
|
|
2652
2677
|
border-top-left-radius: unset;
|
|
2653
2678
|
border-top-right-radius: unset;
|
|
2654
|
-
border-bottom-left-radius: var(--scalar-radius);
|
|
2655
|
-
border-bottom-right-radius: var(--scalar-radius);
|
|
2679
|
+
border-bottom-left-radius: var(--scalar-radius-md);
|
|
2680
|
+
border-bottom-right-radius: var(--scalar-radius-md);
|
|
2656
2681
|
}
|
|
2657
2682
|
.t-editor__code-group .language-button {
|
|
2658
2683
|
top: -34px;
|
|
@@ -2760,7 +2785,7 @@ ul.contains-task-list > li {
|
|
|
2760
2785
|
margin-top: var(--scalar-block-spacing);
|
|
2761
2786
|
background: var(--hljs-background);
|
|
2762
2787
|
color: var(--hljs-color);
|
|
2763
|
-
border-radius: var(--scalar-radius);
|
|
2788
|
+
border-radius: var(--scalar-radius-md);
|
|
2764
2789
|
font-size: var(--scalar-small);
|
|
2765
2790
|
font-family: var(--scalar-font-code);
|
|
2766
2791
|
line-height: 1.5;
|
|
@@ -2784,7 +2809,7 @@ ul.contains-task-list > li {
|
|
|
2784
2809
|
width: calc(100% + var(--padding) * 2);
|
|
2785
2810
|
height: 100%;
|
|
2786
2811
|
background-color: var(--scalar-color-accent);
|
|
2787
|
-
border-radius: var(--scalar-radius);
|
|
2812
|
+
border-radius: var(--scalar-radius-md);
|
|
2788
2813
|
opacity: 0.05;
|
|
2789
2814
|
}
|
|
2790
2815
|
.t-code__line--highlighted + .t-code__line--highlighted::after {
|
|
@@ -2907,12 +2932,12 @@ pre.t-code--numbered {
|
|
|
2907
2932
|
visibility: visible;
|
|
2908
2933
|
font-size: var(--scalar-font-size-3);
|
|
2909
2934
|
font-weight: 500;
|
|
2910
|
-
border-radius: var(--scalar-radius);
|
|
2935
|
+
border-radius: var(--scalar-radius-md);
|
|
2911
2936
|
background: var(--scalar-background-3);
|
|
2912
2937
|
}
|
|
2913
2938
|
|
|
2914
2939
|
/* ../../packages/css/src/guides/text-extensions/image.css */
|
|
2915
|
-
|
|
2940
|
+
.t-editor__image:not(img) {
|
|
2916
2941
|
display: flex;
|
|
2917
2942
|
width: fit-content;
|
|
2918
2943
|
margin: auto;
|
|
@@ -2927,7 +2952,7 @@ figure.t-editor__image {
|
|
|
2927
2952
|
margin-top: 8px;
|
|
2928
2953
|
}
|
|
2929
2954
|
.t-editor__image img {
|
|
2930
|
-
border-radius: var(--scalar-radius);
|
|
2955
|
+
border-radius: var(--scalar-radius-md);
|
|
2931
2956
|
object-fit: contain;
|
|
2932
2957
|
}
|
|
2933
2958
|
.t-editor__paragraph img,
|
|
@@ -2935,7 +2960,7 @@ figure.t-editor__image {
|
|
|
2935
2960
|
img.t-editor__image {
|
|
2936
2961
|
max-width: 100%;
|
|
2937
2962
|
}
|
|
2938
|
-
|
|
2963
|
+
.t-editor__image.custom-image-size-full:not(img),
|
|
2939
2964
|
figure.t-editor__image.custom-image-size-full img {
|
|
2940
2965
|
width: 100%;
|
|
2941
2966
|
}
|
|
@@ -2949,6 +2974,38 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
2949
2974
|
width: 100%;
|
|
2950
2975
|
aspect-ratio: 16 / 9;
|
|
2951
2976
|
}
|
|
2977
|
+
.t-editor__embed img {
|
|
2978
|
+
display: block;
|
|
2979
|
+
width: 100%;
|
|
2980
|
+
height: auto;
|
|
2981
|
+
border-radius: var(--scalar-radius-md);
|
|
2982
|
+
}
|
|
2983
|
+
.t-editor__embed--pdf iframe {
|
|
2984
|
+
aspect-ratio: auto;
|
|
2985
|
+
height: 80vh;
|
|
2986
|
+
max-height: 800px;
|
|
2987
|
+
border-radius: var(--scalar-radius-md);
|
|
2988
|
+
}
|
|
2989
|
+
.t-editor__embed--csv .t-editor__table-wrapper {
|
|
2990
|
+
margin-top: 0;
|
|
2991
|
+
width: 100%;
|
|
2992
|
+
max-height: 480px;
|
|
2993
|
+
overflow-y: auto;
|
|
2994
|
+
overscroll-behavior: none;
|
|
2995
|
+
}
|
|
2996
|
+
.t-editor__embed--csv .t-editor__table {
|
|
2997
|
+
table-layout: auto;
|
|
2998
|
+
}
|
|
2999
|
+
.t-editor__embed--csv .t-editor__table th,
|
|
3000
|
+
.t-editor__embed--csv .t-editor__table td {
|
|
3001
|
+
min-width: 8rem;
|
|
3002
|
+
overflow-wrap: break-word;
|
|
3003
|
+
}
|
|
3004
|
+
.t-editor__embed--csv .t-editor__table thead th {
|
|
3005
|
+
position: sticky;
|
|
3006
|
+
top: 0;
|
|
3007
|
+
z-index: 1;
|
|
3008
|
+
}
|
|
2952
3009
|
.t-editor__embed figcaption {
|
|
2953
3010
|
display: block;
|
|
2954
3011
|
text-align: center;
|
|
@@ -2960,38 +3017,61 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
2960
3017
|
|
|
2961
3018
|
/* ../../packages/css/src/guides/text-extensions/file.css */
|
|
2962
3019
|
.t-editor__file .file {
|
|
2963
|
-
border-radius: var(--scalar-radius);
|
|
2964
|
-
font-family: var(--scalar-font-code);
|
|
2965
|
-
font-size: var(--scalar-paragraph);
|
|
2966
|
-
background: var(--scalar-background-2);
|
|
2967
|
-
padding: 11px 16px 11px 9px;
|
|
2968
|
-
overflow: auto;
|
|
2969
3020
|
display: flex;
|
|
2970
|
-
justify-content: space-between;
|
|
2971
3021
|
align-items: center;
|
|
3022
|
+
justify-content: space-between;
|
|
3023
|
+
gap: 12px;
|
|
3024
|
+
border-radius: var(--scalar-radius-md);
|
|
3025
|
+
background: var(--scalar-background-2);
|
|
3026
|
+
padding: 9px 12px;
|
|
3027
|
+
color: var(--scalar-color-1);
|
|
3028
|
+
text-decoration: none;
|
|
2972
3029
|
cursor: pointer;
|
|
2973
3030
|
}
|
|
2974
3031
|
.t-editor__file .file:hover {
|
|
2975
|
-
|
|
2976
|
-
cursor: pointer;
|
|
3032
|
+
background: var(--scalar-background-3);
|
|
2977
3033
|
}
|
|
2978
|
-
.t-editor__file .file
|
|
2979
|
-
|
|
2980
|
-
|
|
3034
|
+
.t-editor__file .file-meta {
|
|
3035
|
+
display: flex;
|
|
3036
|
+
align-items: center;
|
|
3037
|
+
gap: 10px;
|
|
3038
|
+
min-width: 0;
|
|
3039
|
+
}
|
|
3040
|
+
.t-editor__file .file-extension {
|
|
3041
|
+
flex-shrink: 0;
|
|
3042
|
+
min-width: 34px;
|
|
2981
3043
|
height: 30px;
|
|
2982
|
-
|
|
2983
|
-
border-radius: var(--scalar-radius);
|
|
3044
|
+
padding: 0 6px;
|
|
3045
|
+
border-radius: var(--scalar-radius-md);
|
|
2984
3046
|
background: var(--scalar-background-1);
|
|
2985
|
-
|
|
3047
|
+
box-shadow: 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
2986
3048
|
color: var(--scalar-color-accent);
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
text-align: center;
|
|
3049
|
+
font-family: var(--scalar-font-code);
|
|
3050
|
+
font-size: var(--scalar-micro);
|
|
2990
3051
|
font-style: normal;
|
|
3052
|
+
font-weight: var(--scalar-bold);
|
|
3053
|
+
line-height: 30px;
|
|
3054
|
+
text-align: center;
|
|
2991
3055
|
}
|
|
2992
|
-
.t-editor__file .file
|
|
3056
|
+
.t-editor__file .file-name {
|
|
3057
|
+
overflow: hidden;
|
|
2993
3058
|
font-size: var(--scalar-paragraph);
|
|
2994
|
-
|
|
3059
|
+
text-overflow: ellipsis;
|
|
3060
|
+
white-space: nowrap;
|
|
3061
|
+
}
|
|
3062
|
+
.t-editor__file .file-download {
|
|
3063
|
+
display: flex;
|
|
3064
|
+
flex-shrink: 0;
|
|
3065
|
+
width: 18px;
|
|
3066
|
+
height: 18px;
|
|
3067
|
+
color: var(--scalar-color-2);
|
|
3068
|
+
}
|
|
3069
|
+
.t-editor__file .file-download svg {
|
|
3070
|
+
width: 100%;
|
|
3071
|
+
height: 100%;
|
|
3072
|
+
}
|
|
3073
|
+
.t-editor__file .file:hover .file-download {
|
|
3074
|
+
color: var(--scalar-color-1);
|
|
2995
3075
|
}
|
|
2996
3076
|
|
|
2997
3077
|
/* ../../packages/css/src/guides/text-extensions/card.css */
|
|
@@ -3078,7 +3158,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3078
3158
|
.t-editor__button {
|
|
3079
3159
|
--font-size: var(--scalar-small);
|
|
3080
3160
|
--font-weight: var(--scalar-bold);
|
|
3081
|
-
--button-border-radius: var(--scalar-radius);
|
|
3161
|
+
--button-border-radius: var(--scalar-radius-md);
|
|
3082
3162
|
--button-padding: 8px 14px;
|
|
3083
3163
|
--button-text-decoration: none;
|
|
3084
3164
|
}
|
|
@@ -3101,7 +3181,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3101
3181
|
padding: var(--button-padding, 8px 12px);
|
|
3102
3182
|
background: var(--button-background, var(--scalar-color-1));
|
|
3103
3183
|
border: 1px solid var(--button-background, var(--scalar-color-1));
|
|
3104
|
-
border-radius: var(--button-border-radius,
|
|
3184
|
+
border-radius: var(--button-border-radius, var(--scalar-radius-lg));
|
|
3105
3185
|
color: var(--font-color, var(--scalar-background-1));
|
|
3106
3186
|
font-weight: var(--font-weight, var(--scalar-bold));
|
|
3107
3187
|
font-size: var(--font-size, var(--scalar-small));
|
|
@@ -3167,7 +3247,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3167
3247
|
--callout-line-height: 22px;
|
|
3168
3248
|
}
|
|
3169
3249
|
.t-editor__callout {
|
|
3170
|
-
border-radius: var(--scalar-radius);
|
|
3250
|
+
border-radius: var(--scalar-radius-md);
|
|
3171
3251
|
margin-top: var(--scalar-block-spacing);
|
|
3172
3252
|
padding: 10px 14px;
|
|
3173
3253
|
--callout-primary: var(--scalar-border-color);
|
|
@@ -3193,7 +3273,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3193
3273
|
}
|
|
3194
3274
|
.t-editor__callout .callout-content__icon {
|
|
3195
3275
|
position: relative;
|
|
3196
|
-
border-radius: var(--scalar-radius);
|
|
3276
|
+
border-radius: var(--scalar-radius-md);
|
|
3197
3277
|
width: 18px;
|
|
3198
3278
|
height: fit-content;
|
|
3199
3279
|
color: var(--callout-svg);
|
|
@@ -3282,7 +3362,7 @@ span.t-editor__icon {
|
|
|
3282
3362
|
--pill-font-weight: var(--scalar-semibold);
|
|
3283
3363
|
display: inline-block;
|
|
3284
3364
|
padding: 6px 10px;
|
|
3285
|
-
border-radius:
|
|
3365
|
+
border-radius: var(--scalar-radius-full);
|
|
3286
3366
|
background: var(--pill-background);
|
|
3287
3367
|
color: var(--pill-color);
|
|
3288
3368
|
font-size: var(--pill-font-size);
|
|
@@ -3340,7 +3420,7 @@ blockquote.t-editor__quote > * {
|
|
|
3340
3420
|
width: fit-content;
|
|
3341
3421
|
max-width: 100%;
|
|
3342
3422
|
overflow-x: auto;
|
|
3343
|
-
border-radius: var(--scalar-radius);
|
|
3423
|
+
border-radius: var(--scalar-radius-md);
|
|
3344
3424
|
box-shadow: 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
3345
3425
|
scrollbar-width: thin;
|
|
3346
3426
|
-webkit-overflow-scrolling: touch;
|
|
@@ -3432,7 +3512,7 @@ blockquote.t-editor__quote > * {
|
|
|
3432
3512
|
cursor: col-resize;
|
|
3433
3513
|
}
|
|
3434
3514
|
.t-editor__row {
|
|
3435
|
-
border-radius: var(--scalar-radius);
|
|
3515
|
+
border-radius: var(--scalar-radius-md);
|
|
3436
3516
|
}
|
|
3437
3517
|
.t-editor__row + .t-editor__row {
|
|
3438
3518
|
margin-top: var(--scalar-row-gap, 16px);
|
|
@@ -3458,14 +3538,14 @@ blockquote.t-editor__quote > * {
|
|
|
3458
3538
|
.t-editor__row .row.t-editor__grid.t-editor__column-4 {
|
|
3459
3539
|
grid-template-columns: repeat(4, 1fr);
|
|
3460
3540
|
}
|
|
3461
|
-
.t-editor__row .row > *:not(.t-editor__card, .t-editor__row, .t-editor__button) {
|
|
3541
|
+
.t-editor__row .row > *:not(.t-editor__card, .t-editor__callout, .t-editor__row, .t-editor__button) {
|
|
3462
3542
|
display: flex;
|
|
3463
3543
|
align-items: center;
|
|
3464
3544
|
flex: 1 1 0%;
|
|
3465
3545
|
min-width: 0;
|
|
3466
3546
|
margin: 0;
|
|
3467
3547
|
}
|
|
3468
|
-
.t-editor__row .row > .t-editor__card {
|
|
3548
|
+
.t-editor__row .row > :is(.t-editor__card, .t-editor__callout) {
|
|
3469
3549
|
flex: 1 1 0%;
|
|
3470
3550
|
margin: 0;
|
|
3471
3551
|
min-width: 0;
|
|
@@ -3564,7 +3644,7 @@ blockquote.t-editor__quote > * {
|
|
|
3564
3644
|
align-items: center;
|
|
3565
3645
|
gap: 8px;
|
|
3566
3646
|
padding: 4px 6px;
|
|
3567
|
-
border-radius: var(--scalar-radius);
|
|
3647
|
+
border-radius: var(--scalar-radius-md);
|
|
3568
3648
|
min-height: 28px;
|
|
3569
3649
|
font: var(--scalar-font);
|
|
3570
3650
|
font-size: var(--scalar-small);
|
|
@@ -3598,100 +3678,100 @@ blockquote.t-editor__quote > * {
|
|
|
3598
3678
|
/* src/domains/readme/style.css */
|
|
3599
3679
|
|
|
3600
3680
|
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3681
|
+
html {
|
|
3682
|
+
height: 100%;
|
|
3683
|
+
}
|
|
3604
3684
|
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3685
|
+
body {
|
|
3686
|
+
height: 100%;
|
|
3687
|
+
overflow-y: auto !important;
|
|
3688
|
+
/* height: fit-content !important; */
|
|
3689
|
+
min-height: 100dvh;
|
|
3690
|
+
min-width: 100dvw;
|
|
3691
|
+
max-width: 100dvw;
|
|
3692
|
+
overflow-x: hidden;
|
|
3693
|
+
margin: 0;
|
|
3614
3694
|
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3695
|
+
--scalar-header-height: 48px;
|
|
3696
|
+
background-color: var(--scalar-background-1);
|
|
3697
|
+
color: var(--scalar-color-1);
|
|
3698
|
+
}
|
|
3619
3699
|
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3700
|
+
.t-html__dark-mode-toggle {
|
|
3701
|
+
display: flex;
|
|
3702
|
+
align-items: center;
|
|
3703
|
+
justify-content: center;
|
|
3704
|
+
height: var(--scalar-header-height);
|
|
3705
|
+
width: var(--scalar-header-height);
|
|
3706
|
+
}
|
|
3627
3707
|
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3708
|
+
.t-html__dark-mode-toggle svg {
|
|
3709
|
+
stroke-width: 2;
|
|
3710
|
+
color: var(--scalar-color-3);
|
|
3711
|
+
height: 16px;
|
|
3712
|
+
width: 16px;
|
|
3713
|
+
}
|
|
3634
3714
|
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3715
|
+
.t-html__header {
|
|
3716
|
+
height: var(--scalar-header-height);
|
|
3717
|
+
max-height: var(--scalar-header-height);
|
|
3718
|
+
background-color: var(--scalar-background-2);
|
|
3719
|
+
border-bottom-width: var(--scalar-border-width);
|
|
3720
|
+
padding-left: 12px;
|
|
3641
3721
|
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3722
|
+
display: flex;
|
|
3723
|
+
justify-content: space-between;
|
|
3724
|
+
align-items: center;
|
|
3725
|
+
position: sticky;
|
|
3726
|
+
top: 0;
|
|
3727
|
+
z-index: 100;
|
|
3728
|
+
}
|
|
3649
3729
|
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3730
|
+
.t-html__header-logo-cont {
|
|
3731
|
+
display: flex;
|
|
3732
|
+
align-items: center;
|
|
3733
|
+
gap: 8px;
|
|
3734
|
+
font-weight: 500;
|
|
3735
|
+
font-size: 14px;
|
|
3736
|
+
text-decoration: none;
|
|
3737
|
+
}
|
|
3738
|
+
.t-html__header-logo {
|
|
3739
|
+
height: 24px;
|
|
3740
|
+
width: 24px;
|
|
3741
|
+
}
|
|
3662
3742
|
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3743
|
+
.t-html__button {
|
|
3744
|
+
display: flex;
|
|
3745
|
+
align-items: center;
|
|
3746
|
+
justify-content: center;
|
|
3747
|
+
margin-top: 12px;
|
|
3748
|
+
position: relative;
|
|
3749
|
+
-moz-appearance: none;
|
|
3750
|
+
appearance: none;
|
|
3751
|
+
-webkit-appearance: none;
|
|
3752
|
+
height: 40px;
|
|
3753
|
+
min-height: 40px;
|
|
3754
|
+
padding: 0 24px;
|
|
3755
|
+
border-radius: var(--scalar-radius);
|
|
3756
|
+
color: var(--scalar-button-1-color);
|
|
3757
|
+
font-size: var(--scalar-font-size-4);
|
|
3758
|
+
font-weight: 500;
|
|
3759
|
+
cursor: pointer;
|
|
3760
|
+
background: var(--scalar-button-1);
|
|
3761
|
+
border: none;
|
|
3762
|
+
box-shadow: #0000000d 0 1px 3px;
|
|
3763
|
+
}
|
|
3684
3764
|
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3765
|
+
.t-editor__page-title {
|
|
3766
|
+
margin-top: 40px !important;
|
|
3767
|
+
}
|
|
3688
3768
|
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3769
|
+
.cli-content {
|
|
3770
|
+
max-width: 850px;
|
|
3771
|
+
padding: 0px 40px;
|
|
3772
|
+
padding-bottom: 100px;
|
|
3773
|
+
margin: auto;
|
|
3774
|
+
}
|
|
3695
3775
|
</style>
|
|
3696
3776
|
</head>
|
|
3697
3777
|
<body class="scalar-app bg-b-2 text-c-1">
|
|
@@ -3790,7 +3870,7 @@ blockquote.t-editor__quote > * {
|
|
|
3790
3870
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3791
3871
|
</svg></button>
|
|
3792
3872
|
</h2>
|
|
3793
|
-
<div id="
|
|
3873
|
+
<div id="JJ8u5STW2gTVuLqqA1poF" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3794
3874
|
<pre style="
|
|
3795
3875
|
--line-digits: 2;
|
|
3796
3876
|
--line-number-start: -1;
|
|
@@ -3813,7 +3893,7 @@ blockquote.t-editor__quote > * {
|
|
|
3813
3893
|
</svg></button>
|
|
3814
3894
|
</h2>
|
|
3815
3895
|
<p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
|
|
3816
|
-
<div id="
|
|
3896
|
+
<div id="PsHQVRsqVJBcZfbUFCscc" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3817
3897
|
<pre style="
|
|
3818
3898
|
--line-digits: 2;
|
|
3819
3899
|
--line-number-start: -1;
|
|
@@ -3837,7 +3917,7 @@ blockquote.t-editor__quote > * {
|
|
|
3837
3917
|
</svg></button>
|
|
3838
3918
|
</h3>
|
|
3839
3919
|
<p class="t-editor__paragraph">There’s another <code inline="true" class="t-editor__inline-code">scalar</code> CLI, which is bundled with <code inline="true" class="t-editor__inline-code">git</code>. If you run into naming conflicts, but never use the other CLI anyway, you can replace it like this:</p>
|
|
3840
|
-
<div id="
|
|
3920
|
+
<div id="5jr2zZ77p354HSRQ797o4" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3841
3921
|
<pre style="
|
|
3842
3922
|
--line-digits: 2;
|
|
3843
3923
|
--line-number-start: -1;
|
|
@@ -3851,7 +3931,7 @@ blockquote.t-editor__quote > * {
|
|
|
3851
3931
|
</svg></button>
|
|
3852
3932
|
</div>
|
|
3853
3933
|
<p class="t-editor__paragraph">Or, if you want to keep using the other <code inline="true" class="t-editor__inline-code">scalar</code> CLI, you can just stick to <code inline="true" class="t-editor__inline-code">npx</code> (or <code inline="true" class="t-editor__inline-code">pnpm dlx</code>):</p>
|
|
3854
|
-
<div id="
|
|
3934
|
+
<div id="MMz74GKSN7JSJpAu1IQlV" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3855
3935
|
<pre style="
|
|
3856
3936
|
--line-digits: 2;
|
|
3857
3937
|
--line-number-start: -1;
|
|
@@ -3877,7 +3957,7 @@ blockquote.t-editor__quote > * {
|
|
|
3877
3957
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3878
3958
|
</svg></button>
|
|
3879
3959
|
</h2>
|
|
3880
|
-
<div id="
|
|
3960
|
+
<div id="0jZyflpEmhCYTVJBEufWc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3881
3961
|
<pre style="
|
|
3882
3962
|
--line-digits: 2;
|
|
3883
3963
|
--line-number-start: -1;
|
|
@@ -3917,7 +3997,7 @@ blockquote.t-editor__quote > * {
|
|
|
3917
3997
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3918
3998
|
</svg></button>
|
|
3919
3999
|
</h3>
|
|
3920
|
-
<div id="
|
|
4000
|
+
<div id="7XbQ34Ce0dPkWffcWK45L" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3921
4001
|
<pre style="
|
|
3922
4002
|
--line-digits: 2;
|
|
3923
4003
|
--line-number-start: -1;
|
|
@@ -3947,7 +4027,7 @@ blockquote.t-editor__quote > * {
|
|
|
3947
4027
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3948
4028
|
</svg></button>
|
|
3949
4029
|
</h4>
|
|
3950
|
-
<div id="
|
|
4030
|
+
<div id="xjnhDHgsFGHpBTsX8D5wi" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3951
4031
|
<pre style="
|
|
3952
4032
|
--line-digits: 2;
|
|
3953
4033
|
--line-number-start: -1;
|
|
@@ -3975,7 +4055,7 @@ blockquote.t-editor__quote > * {
|
|
|
3975
4055
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3976
4056
|
</svg></button>
|
|
3977
4057
|
</h3>
|
|
3978
|
-
<div id="
|
|
4058
|
+
<div id="AEZUV8VU3oUUmKSLy1BbH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3979
4059
|
<pre style="
|
|
3980
4060
|
--line-digits: 2;
|
|
3981
4061
|
--line-number-start: -1;
|
|
@@ -4002,7 +4082,7 @@ blockquote.t-editor__quote > * {
|
|
|
4002
4082
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4003
4083
|
</svg></button>
|
|
4004
4084
|
</h3>
|
|
4005
|
-
<div id="
|
|
4085
|
+
<div id="YQHhs3mNZ2WUqbfoBf6st" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4006
4086
|
<pre style="
|
|
4007
4087
|
--line-digits: 2;
|
|
4008
4088
|
--line-number-start: -1;
|
|
@@ -4035,7 +4115,7 @@ blockquote.t-editor__quote > * {
|
|
|
4035
4115
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4036
4116
|
</svg></button>
|
|
4037
4117
|
</h4>
|
|
4038
|
-
<div id="
|
|
4118
|
+
<div id="4yA4riyXudAz3PkMT3wbv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4039
4119
|
<pre style="
|
|
4040
4120
|
--line-digits: 2;
|
|
4041
4121
|
--line-number-start: -1;
|
|
@@ -4065,7 +4145,7 @@ blockquote.t-editor__quote > * {
|
|
|
4065
4145
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4066
4146
|
</svg></button>
|
|
4067
4147
|
</h4>
|
|
4068
|
-
<div id="
|
|
4148
|
+
<div id="KSyygSPk6ZdNL4uwooPzU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4069
4149
|
<pre style="
|
|
4070
4150
|
--line-digits: 2;
|
|
4071
4151
|
--line-number-start: -1;
|
|
@@ -4092,7 +4172,7 @@ blockquote.t-editor__quote > * {
|
|
|
4092
4172
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4093
4173
|
</svg></button>
|
|
4094
4174
|
</h4>
|
|
4095
|
-
<div id="
|
|
4175
|
+
<div id="R4syinSmT29tUc9jVfo5O" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4096
4176
|
<pre style="
|
|
4097
4177
|
--line-digits: 2;
|
|
4098
4178
|
--line-number-start: -1;
|
|
@@ -4119,7 +4199,7 @@ blockquote.t-editor__quote > * {
|
|
|
4119
4199
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4120
4200
|
</svg></button>
|
|
4121
4201
|
</h3>
|
|
4122
|
-
<div id="
|
|
4202
|
+
<div id="ydcLjy7uY0PlCbz9wQoro" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4123
4203
|
<pre style="
|
|
4124
4204
|
--line-digits: 2;
|
|
4125
4205
|
--line-number-start: -1;
|
|
@@ -4131,7 +4211,7 @@ blockquote.t-editor__quote > * {
|
|
|
4131
4211
|
<span class="t-code__line" data-line-number="5"> -h, --help display help for command</span>
|
|
4132
4212
|
<span class="t-code__line" data-line-number="6"></span>
|
|
4133
4213
|
<span class="t-code__line" data-line-number="7">Commands:</span>
|
|
4134
|
-
<span class="t-code__line" data-line-number="8"> bundle [options] [file|url] Bundle an OpenAPI
|
|
4214
|
+
<span class="t-code__line" data-line-number="8"> bundle [options] [file|url] Bundle an OpenAPI document by resolving all references and external dependencies</span>
|
|
4135
4215
|
<span class="t-code__line" data-line-number="9"> split [options] [file|url] Split your OpenAPI documents on small chunks</span>
|
|
4136
4216
|
<span class="t-code__line" data-line-number="10"> join [options] <files...> Merge multiple OpenAPI documents into a single unified document</span>
|
|
4137
4217
|
<span class="t-code__line" data-line-number="11"> format [options] [file|url] Format an OpenAPI file</span>
|
|
@@ -4162,13 +4242,13 @@ blockquote.t-editor__quote > * {
|
|
|
4162
4242
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4163
4243
|
</svg></button>
|
|
4164
4244
|
</h4>
|
|
4165
|
-
<div id="
|
|
4245
|
+
<div id="lYOMd4ilILwun0XaObADK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4166
4246
|
<pre style="
|
|
4167
4247
|
--line-digits: 2;
|
|
4168
4248
|
--line-number-start: -1;
|
|
4169
4249
|
" class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar document bundle [options] [file|url]</span>
|
|
4170
4250
|
<span class="t-code__line" data-line-number="1"></span>
|
|
4171
|
-
<span class="t-code__line" data-line-number="2">Bundle an OpenAPI
|
|
4251
|
+
<span class="t-code__line" data-line-number="2">Bundle an OpenAPI document by resolving all references and external dependencies</span>
|
|
4172
4252
|
<span class="t-code__line" data-line-number="3"></span>
|
|
4173
4253
|
<span class="t-code__line" data-line-number="4">Arguments:</span>
|
|
4174
4254
|
<span class="t-code__line" data-line-number="5"> file|url Path to OpenAPI file or URL to bundle</span>
|
|
@@ -4196,7 +4276,7 @@ blockquote.t-editor__quote > * {
|
|
|
4196
4276
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4197
4277
|
</svg></button>
|
|
4198
4278
|
</h4>
|
|
4199
|
-
<div id="
|
|
4279
|
+
<div id="CoD98u1DABEpKHcGQoiuy" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4200
4280
|
<pre style="
|
|
4201
4281
|
--line-digits: 2;
|
|
4202
4282
|
--line-number-start: -1;
|
|
@@ -4227,7 +4307,7 @@ blockquote.t-editor__quote > * {
|
|
|
4227
4307
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4228
4308
|
</svg></button>
|
|
4229
4309
|
</h4>
|
|
4230
|
-
<div id="
|
|
4310
|
+
<div id="NB7sWZ4eoydB2Yq3S752v" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4231
4311
|
<pre style="
|
|
4232
4312
|
--line-digits: 2;
|
|
4233
4313
|
--line-number-start: -1;
|
|
@@ -4259,7 +4339,7 @@ blockquote.t-editor__quote > * {
|
|
|
4259
4339
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4260
4340
|
</svg></button>
|
|
4261
4341
|
</h4>
|
|
4262
|
-
<div id="
|
|
4342
|
+
<div id="PdLwS6qi6M1VwiTVkKPOw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4263
4343
|
<pre style="
|
|
4264
4344
|
--line-digits: 2;
|
|
4265
4345
|
--line-number-start: -1;
|
|
@@ -4290,7 +4370,7 @@ blockquote.t-editor__quote > * {
|
|
|
4290
4370
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4291
4371
|
</svg></button>
|
|
4292
4372
|
</h4>
|
|
4293
|
-
<div id="
|
|
4373
|
+
<div id="CZ3TX1JYHxd0NildBN701" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4294
4374
|
<pre style="
|
|
4295
4375
|
--line-digits: 2;
|
|
4296
4376
|
--line-number-start: -1;
|
|
@@ -4322,7 +4402,7 @@ blockquote.t-editor__quote > * {
|
|
|
4322
4402
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4323
4403
|
</svg></button>
|
|
4324
4404
|
</h4>
|
|
4325
|
-
<div id="
|
|
4405
|
+
<div id="YtK06869P5biUAlkpGeq1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4326
4406
|
<pre style="
|
|
4327
4407
|
--line-digits: 2;
|
|
4328
4408
|
--line-number-start: -1;
|
|
@@ -4353,7 +4433,7 @@ blockquote.t-editor__quote > * {
|
|
|
4353
4433
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4354
4434
|
</svg></button>
|
|
4355
4435
|
</h4>
|
|
4356
|
-
<div id="
|
|
4436
|
+
<div id="3pl2y0u7vZi9bupmytoYa" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4357
4437
|
<pre style="
|
|
4358
4438
|
--line-digits: 2;
|
|
4359
4439
|
--line-number-start: -1;
|
|
@@ -4386,7 +4466,7 @@ blockquote.t-editor__quote > * {
|
|
|
4386
4466
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4387
4467
|
</svg></button>
|
|
4388
4468
|
</h4>
|
|
4389
|
-
<div id="
|
|
4469
|
+
<div id="3eNcSh9Ipteoa2QXQ3sPx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4390
4470
|
<pre style="
|
|
4391
4471
|
--line-digits: 2;
|
|
4392
4472
|
--line-number-start: -1;
|
|
@@ -4419,7 +4499,7 @@ blockquote.t-editor__quote > * {
|
|
|
4419
4499
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4420
4500
|
</svg></button>
|
|
4421
4501
|
</h4>
|
|
4422
|
-
<div id="
|
|
4502
|
+
<div id="mBKGOOKvHwPKAYnpVt6Jt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4423
4503
|
<pre style="
|
|
4424
4504
|
--line-digits: 2;
|
|
4425
4505
|
--line-number-start: -1;
|
|
@@ -4450,7 +4530,7 @@ blockquote.t-editor__quote > * {
|
|
|
4450
4530
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4451
4531
|
</svg></button>
|
|
4452
4532
|
</h4>
|
|
4453
|
-
<div id="
|
|
4533
|
+
<div id="DX1jsJjkAOMO6N31gNLvn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4454
4534
|
<pre style="
|
|
4455
4535
|
--line-digits: 2;
|
|
4456
4536
|
--line-number-start: -1;
|
|
@@ -4480,7 +4560,7 @@ blockquote.t-editor__quote > * {
|
|
|
4480
4560
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4481
4561
|
</svg></button>
|
|
4482
4562
|
</h4>
|
|
4483
|
-
<div id="
|
|
4563
|
+
<div id="ig94UAtQyagxGqFnxVxnK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4484
4564
|
<pre style="
|
|
4485
4565
|
--line-digits: 2;
|
|
4486
4566
|
--line-number-start: -1;
|
|
@@ -4509,7 +4589,7 @@ blockquote.t-editor__quote > * {
|
|
|
4509
4589
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4510
4590
|
</svg></button>
|
|
4511
4591
|
</h4>
|
|
4512
|
-
<div id="
|
|
4592
|
+
<div id="Txl5mL8aoZEfzZeDXaiNS" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4513
4593
|
<pre style="
|
|
4514
4594
|
--line-digits: 2;
|
|
4515
4595
|
--line-number-start: -1;
|
|
@@ -4540,7 +4620,7 @@ blockquote.t-editor__quote > * {
|
|
|
4540
4620
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4541
4621
|
</svg></button>
|
|
4542
4622
|
</h4>
|
|
4543
|
-
<div id="
|
|
4623
|
+
<div id="tcZW2oLLCWYk6vqSuspZO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4544
4624
|
<pre style="
|
|
4545
4625
|
--line-digits: 2;
|
|
4546
4626
|
--line-number-start: -1;
|
|
@@ -4571,7 +4651,7 @@ blockquote.t-editor__quote > * {
|
|
|
4571
4651
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4572
4652
|
</svg></button>
|
|
4573
4653
|
</h3>
|
|
4574
|
-
<div id="
|
|
4654
|
+
<div id="vNEkSWLX5pSUrjv6Tv1ht" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4575
4655
|
<pre style="
|
|
4576
4656
|
--line-digits: 2;
|
|
4577
4657
|
--line-number-start: -1;
|
|
@@ -4588,8 +4668,10 @@ blockquote.t-editor__quote > * {
|
|
|
4588
4668
|
<span class="t-code__line" data-line-number="10"> create [options] Create a new project that is not linked to a github project.</span>
|
|
4589
4669
|
<span class="t-code__line" data-line-number="11"> preview [options] [config] Preview scalar guides</span>
|
|
4590
4670
|
<span class="t-code__line" data-line-number="12"> publish [options] Publish new build for a github sync project that is not linked.</span>
|
|
4591
|
-
<span class="t-code__line" data-line-number="13">
|
|
4592
|
-
<span class="t-code__line" data-line-number="14">
|
|
4671
|
+
<span class="t-code__line" data-line-number="13"> rollback [options] Roll the live deployment back to a previously deployed build.</span>
|
|
4672
|
+
<span class="t-code__line" data-line-number="14"> deployments Inspect a project deployment history.</span>
|
|
4673
|
+
<span class="t-code__line" data-line-number="15"> upgrade [config] Upgrade scalar project</span>
|
|
4674
|
+
<span class="t-code__line" data-line-number="16"> help [command] display help for command</span>
|
|
4593
4675
|
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4594
4676
|
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4595
4677
|
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
@@ -4607,7 +4689,7 @@ blockquote.t-editor__quote > * {
|
|
|
4607
4689
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4608
4690
|
</svg></button>
|
|
4609
4691
|
</h4>
|
|
4610
|
-
<div id="
|
|
4692
|
+
<div id="AcrcqBCOfdOrJDfoggk5c" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4611
4693
|
<pre style="
|
|
4612
4694
|
--line-digits: 2;
|
|
4613
4695
|
--line-number-start: -1;
|
|
@@ -4636,7 +4718,7 @@ blockquote.t-editor__quote > * {
|
|
|
4636
4718
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4637
4719
|
</svg></button>
|
|
4638
4720
|
</h4>
|
|
4639
|
-
<div id="
|
|
4721
|
+
<div id="VEKRtTRrjM7ojQB8DrdE2" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4640
4722
|
<pre style="
|
|
4641
4723
|
--line-digits: 2;
|
|
4642
4724
|
--line-number-start: -1;
|
|
@@ -4666,7 +4748,7 @@ blockquote.t-editor__quote > * {
|
|
|
4666
4748
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4667
4749
|
</svg></button>
|
|
4668
4750
|
</h4>
|
|
4669
|
-
<div id="
|
|
4751
|
+
<div id="a7h9zJRtm8P1vz0dg9Rns" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4670
4752
|
<pre style="
|
|
4671
4753
|
--line-digits: 2;
|
|
4672
4754
|
--line-number-start: -1;
|
|
@@ -4695,7 +4777,7 @@ blockquote.t-editor__quote > * {
|
|
|
4695
4777
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4696
4778
|
</svg></button>
|
|
4697
4779
|
</h4>
|
|
4698
|
-
<div id="
|
|
4780
|
+
<div id="1E0Yehgb6TuTKPcDrqzVU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4699
4781
|
<pre style="
|
|
4700
4782
|
--line-digits: 2;
|
|
4701
4783
|
--line-number-start: -1;
|
|
@@ -4730,7 +4812,7 @@ blockquote.t-editor__quote > * {
|
|
|
4730
4812
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4731
4813
|
</svg></button>
|
|
4732
4814
|
</h4>
|
|
4733
|
-
<div id="
|
|
4815
|
+
<div id="W04aQqdpLl9ACKZJWAM0s" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4734
4816
|
<pre style="
|
|
4735
4817
|
--line-digits: 2;
|
|
4736
4818
|
--line-number-start: -1;
|
|
@@ -4752,6 +4834,87 @@ blockquote.t-editor__quote > * {
|
|
|
4752
4834
|
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4753
4835
|
</svg></button>
|
|
4754
4836
|
</div>
|
|
4837
|
+
<h4 id="rollback" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
|
|
4838
|
+
rollback
|
|
4839
|
+
<button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
|
|
4840
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4841
|
+
</svg>
|
|
4842
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon">
|
|
4843
|
+
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4844
|
+
</svg></button>
|
|
4845
|
+
</h4>
|
|
4846
|
+
<div id="ZutSuMGH2rhuorZ3Q2Ohb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4847
|
+
<pre style="
|
|
4848
|
+
--line-digits: 2;
|
|
4849
|
+
--line-number-start: -1;
|
|
4850
|
+
" class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar project rollback [options]</span>
|
|
4851
|
+
<span class="t-code__line" data-line-number="1"></span>
|
|
4852
|
+
<span class="t-code__line" data-line-number="2">Roll the live deployment back to a previously deployed build.</span>
|
|
4853
|
+
<span class="t-code__line" data-line-number="3"></span>
|
|
4854
|
+
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
4855
|
+
<span class="t-code__line" data-line-number="5"> -s, --slug [slug] Project slug found in Scalar Dashboard</span>
|
|
4856
|
+
<span class="t-code__line" data-line-number="6"> -t, --to <publishUid> Roll back to a specific build id (defaults to the next older deployed build)</span>
|
|
4857
|
+
<span class="t-code__line" data-line-number="7"> -y, --yes Skip the confirmation prompt</span>
|
|
4858
|
+
<span class="t-code__line" data-line-number="8"> -h, --help display help for command</span>
|
|
4859
|
+
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4860
|
+
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4861
|
+
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
4862
|
+
</svg>
|
|
4863
|
+
<svg class="lang-success" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4864
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4865
|
+
</svg></button>
|
|
4866
|
+
</div>
|
|
4867
|
+
<h4 id="deployments" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
|
|
4868
|
+
deployments
|
|
4869
|
+
<button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
|
|
4870
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4871
|
+
</svg>
|
|
4872
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon">
|
|
4873
|
+
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4874
|
+
</svg></button>
|
|
4875
|
+
</h4>
|
|
4876
|
+
<div id="5gkHcOJa4606Rf3RNe4Gw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4877
|
+
<pre style="
|
|
4878
|
+
--line-digits: 2;
|
|
4879
|
+
--line-number-start: -1;
|
|
4880
|
+
" class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar project deployments [options] [command]</span>
|
|
4881
|
+
<span class="t-code__line" data-line-number="1"></span>
|
|
4882
|
+
<span class="t-code__line" data-line-number="2">Inspect a project deployment history.</span>
|
|
4883
|
+
<span class="t-code__line" data-line-number="3"></span>
|
|
4884
|
+
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
4885
|
+
<span class="t-code__line" data-line-number="5"> -h, --help display help for command</span>
|
|
4886
|
+
<span class="t-code__line" data-line-number="6"></span>
|
|
4887
|
+
<span class="t-code__line" data-line-number="7">Commands:</span>
|
|
4888
|
+
<span class="t-code__line" data-line-number="8"> list [options] List the production deployment history for a project.</span>
|
|
4889
|
+
<span class="t-code__line" data-line-number="9"> help [command] display help for command</span>
|
|
4890
|
+
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4891
|
+
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4892
|
+
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
4893
|
+
</svg>
|
|
4894
|
+
<svg class="lang-success" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4895
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4896
|
+
</svg></button>
|
|
4897
|
+
</div>
|
|
4898
|
+
<h5 id="" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="5" data-scalar-type="heading">list</h5>
|
|
4899
|
+
<div id="kAo9ovukTHKc5EueKDmIG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4900
|
+
<pre style="
|
|
4901
|
+
--line-digits: 2;
|
|
4902
|
+
--line-number-start: -1;
|
|
4903
|
+
" class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar project deployments list [options]</span>
|
|
4904
|
+
<span class="t-code__line" data-line-number="1"></span>
|
|
4905
|
+
<span class="t-code__line" data-line-number="2">List the production deployment history for a project.</span>
|
|
4906
|
+
<span class="t-code__line" data-line-number="3"></span>
|
|
4907
|
+
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
4908
|
+
<span class="t-code__line" data-line-number="5"> -s, --slug [slug] Project slug found in Scalar Dashboard</span>
|
|
4909
|
+
<span class="t-code__line" data-line-number="6"> -h, --help display help for command</span>
|
|
4910
|
+
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4911
|
+
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4912
|
+
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
4913
|
+
</svg>
|
|
4914
|
+
<svg class="lang-success" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4915
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4916
|
+
</svg></button>
|
|
4917
|
+
</div>
|
|
4755
4918
|
<h4 id="upgrade-2" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
|
|
4756
4919
|
upgrade
|
|
4757
4920
|
<button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
|
|
@@ -4761,7 +4924,7 @@ blockquote.t-editor__quote > * {
|
|
|
4761
4924
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4762
4925
|
</svg></button>
|
|
4763
4926
|
</h4>
|
|
4764
|
-
<div id="
|
|
4927
|
+
<div id="z4hvEKdQERxQbCh1AGYPN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4765
4928
|
<pre style="
|
|
4766
4929
|
--line-digits: 2;
|
|
4767
4930
|
--line-number-start: -1;
|
|
@@ -4791,7 +4954,7 @@ blockquote.t-editor__quote > * {
|
|
|
4791
4954
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4792
4955
|
</svg></button>
|
|
4793
4956
|
</h3>
|
|
4794
|
-
<div id="
|
|
4957
|
+
<div id="8faMICWc4mRaptj9cPr2p" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4795
4958
|
<pre style="
|
|
4796
4959
|
--line-digits: 2;
|
|
4797
4960
|
--line-number-start: -1;
|
|
@@ -4826,7 +4989,7 @@ blockquote.t-editor__quote > * {
|
|
|
4826
4989
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4827
4990
|
</svg></button>
|
|
4828
4991
|
</h4>
|
|
4829
|
-
<div id="
|
|
4992
|
+
<div id="zpwYrVjcdqbbTh2ylZ1er" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4830
4993
|
<pre style="
|
|
4831
4994
|
--line-digits: 2;
|
|
4832
4995
|
--line-number-start: -1;
|
|
@@ -4866,7 +5029,7 @@ blockquote.t-editor__quote > * {
|
|
|
4866
5029
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4867
5030
|
</svg></button>
|
|
4868
5031
|
</h4>
|
|
4869
|
-
<div id="
|
|
5032
|
+
<div id="SHfYLDkPEXxdfcH4z925O" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4870
5033
|
<pre style="
|
|
4871
5034
|
--line-digits: 2;
|
|
4872
5035
|
--line-number-start: -1;
|
|
@@ -4899,7 +5062,7 @@ blockquote.t-editor__quote > * {
|
|
|
4899
5062
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4900
5063
|
</svg></button>
|
|
4901
5064
|
</h4>
|
|
4902
|
-
<div id="
|
|
5065
|
+
<div id="PdzrYECOig0Bn98Z55GyL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4903
5066
|
<pre style="
|
|
4904
5067
|
--line-digits: 2;
|
|
4905
5068
|
--line-number-start: -1;
|
|
@@ -4930,7 +5093,7 @@ blockquote.t-editor__quote > * {
|
|
|
4930
5093
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4931
5094
|
</svg></button>
|
|
4932
5095
|
</h4>
|
|
4933
|
-
<div id="
|
|
5096
|
+
<div id="yGGl6tb6Zlss3yDh7IAkc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4934
5097
|
<pre style="
|
|
4935
5098
|
--line-digits: 2;
|
|
4936
5099
|
--line-number-start: -1;
|
|
@@ -4958,7 +5121,7 @@ blockquote.t-editor__quote > * {
|
|
|
4958
5121
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4959
5122
|
</svg></button>
|
|
4960
5123
|
</h4>
|
|
4961
|
-
<div id="
|
|
5124
|
+
<div id="AZ16ETSsh4kaqBYOTIU3O" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4962
5125
|
<pre style="
|
|
4963
5126
|
--line-digits: 2;
|
|
4964
5127
|
--line-number-start: -1;
|
|
@@ -4992,7 +5155,7 @@ blockquote.t-editor__quote > * {
|
|
|
4992
5155
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4993
5156
|
</svg></button>
|
|
4994
5157
|
</h3>
|
|
4995
|
-
<div id="
|
|
5158
|
+
<div id="Urp2cru6q255KSLylrASN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4996
5159
|
<pre style="
|
|
4997
5160
|
--line-digits: 2;
|
|
4998
5161
|
--line-number-start: -1;
|
|
@@ -5024,7 +5187,7 @@ blockquote.t-editor__quote > * {
|
|
|
5024
5187
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5025
5188
|
</svg></button>
|
|
5026
5189
|
</h4>
|
|
5027
|
-
<div id="
|
|
5190
|
+
<div id="vmVeTdPZLZe6YdvQMQ95H" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5028
5191
|
<pre style="
|
|
5029
5192
|
--line-digits: 2;
|
|
5030
5193
|
--line-number-start: -1;
|
|
@@ -5051,7 +5214,7 @@ blockquote.t-editor__quote > * {
|
|
|
5051
5214
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5052
5215
|
</svg></button>
|
|
5053
5216
|
</h4>
|
|
5054
|
-
<div id="
|
|
5217
|
+
<div id="CaSticvkDBZa0HUWLZWp7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5055
5218
|
<pre style="
|
|
5056
5219
|
--line-digits: 2;
|
|
5057
5220
|
--line-number-start: -1;
|
|
@@ -5079,7 +5242,7 @@ blockquote.t-editor__quote > * {
|
|
|
5079
5242
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5080
5243
|
</svg></button>
|
|
5081
5244
|
</h3>
|
|
5082
|
-
<div id="
|
|
5245
|
+
<div id="c0l4LTxThsYtvscVxdSaF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5083
5246
|
<pre style="
|
|
5084
5247
|
--line-digits: 2;
|
|
5085
5248
|
--line-number-start: -1;
|
|
@@ -5114,7 +5277,7 @@ blockquote.t-editor__quote > * {
|
|
|
5114
5277
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5115
5278
|
</svg></button>
|
|
5116
5279
|
</h4>
|
|
5117
|
-
<div id="
|
|
5280
|
+
<div id="aKtbhq2QdR85MGnEv1ZVU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5118
5281
|
<pre style="
|
|
5119
5282
|
--line-digits: 2;
|
|
5120
5283
|
--line-number-start: -1;
|
|
@@ -5142,7 +5305,7 @@ blockquote.t-editor__quote > * {
|
|
|
5142
5305
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5143
5306
|
</svg></button>
|
|
5144
5307
|
</h4>
|
|
5145
|
-
<div id="
|
|
5308
|
+
<div id="tPN2ypUht4dBhwWdRwqId" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5146
5309
|
<pre style="
|
|
5147
5310
|
--line-digits: 2;
|
|
5148
5311
|
--line-number-start: -1;
|
|
@@ -5172,7 +5335,7 @@ blockquote.t-editor__quote > * {
|
|
|
5172
5335
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5173
5336
|
</svg></button>
|
|
5174
5337
|
</h4>
|
|
5175
|
-
<div id="
|
|
5338
|
+
<div id="WfWSYadgOwjxMGKY31w8w" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5176
5339
|
<pre style="
|
|
5177
5340
|
--line-digits: 2;
|
|
5178
5341
|
--line-number-start: -1;
|
|
@@ -5203,7 +5366,7 @@ blockquote.t-editor__quote > * {
|
|
|
5203
5366
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5204
5367
|
</svg></button>
|
|
5205
5368
|
</h4>
|
|
5206
|
-
<div id="
|
|
5369
|
+
<div id="GQIuwiPZVepXOZsNe2AMb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5207
5370
|
<pre style="
|
|
5208
5371
|
--line-digits: 2;
|
|
5209
5372
|
--line-number-start: -1;
|
|
@@ -5232,7 +5395,7 @@ blockquote.t-editor__quote > * {
|
|
|
5232
5395
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5233
5396
|
</svg></button>
|
|
5234
5397
|
</h4>
|
|
5235
|
-
<div id="
|
|
5398
|
+
<div id="1MXtC7GEm9vXxP420AOY3" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5236
5399
|
<pre style="
|
|
5237
5400
|
--line-digits: 2;
|
|
5238
5401
|
--line-number-start: -1;
|
|
@@ -5262,7 +5425,7 @@ blockquote.t-editor__quote > * {
|
|
|
5262
5425
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5263
5426
|
</svg></button>
|
|
5264
5427
|
</h3>
|
|
5265
|
-
<div id="
|
|
5428
|
+
<div id="9n7oJ93R1x7sCm81Jjl2q" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5266
5429
|
<pre style="
|
|
5267
5430
|
--line-digits: 2;
|
|
5268
5431
|
--line-number-start: -1;
|
|
@@ -5297,7 +5460,7 @@ blockquote.t-editor__quote > * {
|
|
|
5297
5460
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5298
5461
|
</svg></button>
|
|
5299
5462
|
</h4>
|
|
5300
|
-
<div id="
|
|
5463
|
+
<div id="kdGGIlmud2geh1P2MaIDI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5301
5464
|
<pre style="
|
|
5302
5465
|
--line-digits: 2;
|
|
5303
5466
|
--line-number-start: -1;
|
|
@@ -5326,7 +5489,7 @@ blockquote.t-editor__quote > * {
|
|
|
5326
5489
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5327
5490
|
</svg></button>
|
|
5328
5491
|
</h4>
|
|
5329
|
-
<div id="
|
|
5492
|
+
<div id="7XgAZqUaEuLAsNbqBqfMr" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5330
5493
|
<pre style="
|
|
5331
5494
|
--line-digits: 2;
|
|
5332
5495
|
--line-number-start: -1;
|
|
@@ -5358,7 +5521,7 @@ blockquote.t-editor__quote > * {
|
|
|
5358
5521
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5359
5522
|
</svg></button>
|
|
5360
5523
|
</h4>
|
|
5361
|
-
<div id="
|
|
5524
|
+
<div id="bZagbqrKHTZRToVOw8Lz8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5362
5525
|
<pre style="
|
|
5363
5526
|
--line-digits: 2;
|
|
5364
5527
|
--line-number-start: -1;
|
|
@@ -5386,7 +5549,7 @@ blockquote.t-editor__quote > * {
|
|
|
5386
5549
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5387
5550
|
</svg></button>
|
|
5388
5551
|
</h4>
|
|
5389
|
-
<div id="
|
|
5552
|
+
<div id="MrDNHhZHkTXaIx7bM55xh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5390
5553
|
<pre style="
|
|
5391
5554
|
--line-digits: 2;
|
|
5392
5555
|
--line-number-start: -1;
|
|
@@ -5420,7 +5583,7 @@ blockquote.t-editor__quote > * {
|
|
|
5420
5583
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5421
5584
|
</svg></button>
|
|
5422
5585
|
</h4>
|
|
5423
|
-
<div id="
|
|
5586
|
+
<div id="Q2LJLt8LBNq04a3mSGk3m" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5424
5587
|
<pre style="
|
|
5425
5588
|
--line-digits: 2;
|
|
5426
5589
|
--line-number-start: -1;
|
|
@@ -5460,7 +5623,7 @@ blockquote.t-editor__quote > * {
|
|
|
5460
5623
|
</svg></button>
|
|
5461
5624
|
</h2>
|
|
5462
5625
|
<p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
|
|
5463
|
-
<div id="
|
|
5626
|
+
<div id="i8wocPZgLqdfR06k54xla" class="t-editor__code-container" data-lang="yml" style="position: relative;">
|
|
5464
5627
|
<pre style="
|
|
5465
5628
|
--line-digits: 2;
|
|
5466
5629
|
--line-number-start: -1;
|
|
@@ -5507,7 +5670,7 @@ blockquote.t-editor__quote > * {
|
|
|
5507
5670
|
</svg></button>
|
|
5508
5671
|
</h2>
|
|
5509
5672
|
<p class="t-editor__paragraph">Set up the development environment:</p>
|
|
5510
|
-
<div id="
|
|
5673
|
+
<div id="Pt0MuYgAh004n2zT0xbCp" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5511
5674
|
<pre style="
|
|
5512
5675
|
--line-digits: 2;
|
|
5513
5676
|
--line-number-start: -1;
|
|
@@ -5522,7 +5685,7 @@ blockquote.t-editor__quote > * {
|
|
|
5522
5685
|
</svg></button>
|
|
5523
5686
|
</div>
|
|
5524
5687
|
<p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
|
|
5525
|
-
<div id="
|
|
5688
|
+
<div id="ix0oRpXpvoQRtauhwAFN0" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5526
5689
|
<pre style="
|
|
5527
5690
|
--line-digits: 2;
|
|
5528
5691
|
--line-number-start: -1;
|
|
@@ -5561,15 +5724,15 @@ blockquote.t-editor__quote > * {
|
|
|
5561
5724
|
</body>
|
|
5562
5725
|
|
|
5563
5726
|
<script>
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5727
|
+
const darkMode = window.matchMedia('(prefers-color-scheme: dark)').matches
|
|
5728
|
+
document.body.classList.toggle('dark-mode', darkMode)
|
|
5729
|
+
document.body.classList.toggle('light-mode', !darkMode)
|
|
5567
5730
|
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5731
|
+
document
|
|
5732
|
+
.getElementById('t-html__dark-mode-toggle')
|
|
5733
|
+
?.addEventListener('click', () => {
|
|
5734
|
+
document.body.classList.toggle('dark-mode')
|
|
5735
|
+
document.body.classList.toggle('light-mode')
|
|
5736
|
+
})
|
|
5574
5737
|
</script>
|
|
5575
5738
|
</html>
|