@teambit/harmony.content.cli-reference 2.0.1018 → 2.0.1020
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/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +5 -5
- package/cli-reference.mdx +13 -13
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -5
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1777305358679.js → preview-1777389063199.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"return the output as JSON"
|
|
1305
1305
|
]
|
|
1306
1306
|
],
|
|
1307
|
-
"description": "show job details and component build task summaries (auto-detects current lane when
|
|
1307
|
+
"description": "show job details and component build task summaries (auto-detects current lane, or your last export when on main)",
|
|
1308
1308
|
"extendedDescription": "",
|
|
1309
1309
|
"group": "ungrouped",
|
|
1310
1310
|
"private": false,
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
"arguments": [
|
|
1314
1314
|
{
|
|
1315
1315
|
"name": "job-id",
|
|
1316
|
-
"description": "the Ripple CI job ID (optional — auto-detects from current lane)"
|
|
1316
|
+
"description": "the Ripple CI job ID (optional — auto-detects from current lane, or your last export when on main)"
|
|
1317
1317
|
}
|
|
1318
1318
|
]
|
|
1319
1319
|
},
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
[
|
|
1325
1325
|
"",
|
|
1326
1326
|
"lane <lane>",
|
|
1327
|
-
"lane ID to find the latest
|
|
1327
|
+
"lane ID to find the latest job for (default: detected from .bitmap)"
|
|
1328
1328
|
],
|
|
1329
1329
|
[
|
|
1330
1330
|
"",
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
"return the output as JSON"
|
|
1338
1338
|
]
|
|
1339
1339
|
],
|
|
1340
|
-
"description": "show build errors for a Ripple CI job (auto-detects current lane when
|
|
1340
|
+
"description": "show build errors for a Ripple CI job (auto-detects current lane, or your last export when on main)",
|
|
1341
1341
|
"extendedDescription": "",
|
|
1342
1342
|
"group": "ungrouped",
|
|
1343
1343
|
"private": false,
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"arguments": [
|
|
1347
1347
|
{
|
|
1348
1348
|
"name": "job-id",
|
|
1349
|
-
"description": "the Ripple CI job ID (optional — auto-detects from current lane)"
|
|
1349
|
+
"description": "the Ripple CI job ID (optional — auto-detects from current lane, or your last export when on main)"
|
|
1350
1350
|
}
|
|
1351
1351
|
]
|
|
1352
1352
|
},
|
package/cli-reference.mdx
CHANGED
|
@@ -2200,11 +2200,11 @@ view, retry, and manage Ripple CI jobs that build your components in the cloud a
|
|
|
2200
2200
|
|
|
2201
2201
|
**Usage**: `ripple log [job-id]`
|
|
2202
2202
|
|
|
2203
|
-
**Description**: show job details and component build task summaries (auto-detects current lane when
|
|
2203
|
+
**Description**: show job details and component build task summaries (auto-detects current lane, or your last export when on main)
|
|
2204
2204
|
|
|
2205
|
-
| **Arg** |
|
|
2206
|
-
| -------- |
|
|
2207
|
-
| `job-id` | the Ripple CI job ID (optional — auto-detects from current lane) |
|
|
2205
|
+
| **Arg** | **Description** |
|
|
2206
|
+
| -------- | :------------------------------------------------------------------------------------------------: |
|
|
2207
|
+
| `job-id` | the Ripple CI job ID (optional — auto-detects from current lane, or your last export when on main) |
|
|
2208
2208
|
|
|
2209
2209
|
| **Option** | **Option alias** | **Description** |
|
|
2210
2210
|
| ------------------------- | :--------------: | ------------------------------------------------------------------- |
|
|
@@ -2216,17 +2216,17 @@ view, retry, and manage Ripple CI jobs that build your components in the cloud a
|
|
|
2216
2216
|
|
|
2217
2217
|
**Usage**: `ripple errors [job-id]`
|
|
2218
2218
|
|
|
2219
|
-
**Description**: show build errors for a Ripple CI job (auto-detects current lane when
|
|
2219
|
+
**Description**: show build errors for a Ripple CI job (auto-detects current lane, or your last export when on main)
|
|
2220
2220
|
|
|
2221
|
-
| **Arg** |
|
|
2222
|
-
| -------- |
|
|
2223
|
-
| `job-id` | the Ripple CI job ID (optional — auto-detects from current lane) |
|
|
2221
|
+
| **Arg** | **Description** |
|
|
2222
|
+
| -------- | :------------------------------------------------------------------------------------------------: |
|
|
2223
|
+
| `job-id` | the Ripple CI job ID (optional — auto-detects from current lane, or your last export when on main) |
|
|
2224
2224
|
|
|
2225
|
-
| **Option** | **Option alias** | **Description**
|
|
2226
|
-
| --------------- | :--------------: |
|
|
2227
|
-
| `--lane <lane>` | | lane ID to find the latest
|
|
2228
|
-
| `--log` | | show full build log for failed containers (not just the error summary)
|
|
2229
|
-
| `--json` | `-j` | return the output as JSON
|
|
2225
|
+
| **Option** | **Option alias** | **Description** |
|
|
2226
|
+
| --------------- | :--------------: | ---------------------------------------------------------------------- |
|
|
2227
|
+
| `--lane <lane>` | | lane ID to find the latest job for (default: detected from .bitmap) |
|
|
2228
|
+
| `--log` | | show full build log for failed containers (not just the error summary) |
|
|
2229
|
+
| `--json` | `-j` | return the output as JSON |
|
|
2230
2230
|
|
|
2231
2231
|
### ripple retry
|
|
2232
2232
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"return the output as JSON"
|
|
1305
1305
|
]
|
|
1306
1306
|
],
|
|
1307
|
-
"description": "show job details and component build task summaries (auto-detects current lane when
|
|
1307
|
+
"description": "show job details and component build task summaries (auto-detects current lane, or your last export when on main)",
|
|
1308
1308
|
"extendedDescription": "",
|
|
1309
1309
|
"group": "ungrouped",
|
|
1310
1310
|
"private": false,
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
"arguments": [
|
|
1314
1314
|
{
|
|
1315
1315
|
"name": "job-id",
|
|
1316
|
-
"description": "the Ripple CI job ID (optional — auto-detects from current lane)"
|
|
1316
|
+
"description": "the Ripple CI job ID (optional — auto-detects from current lane, or your last export when on main)"
|
|
1317
1317
|
}
|
|
1318
1318
|
]
|
|
1319
1319
|
},
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
[
|
|
1325
1325
|
"",
|
|
1326
1326
|
"lane <lane>",
|
|
1327
|
-
"lane ID to find the latest
|
|
1327
|
+
"lane ID to find the latest job for (default: detected from .bitmap)"
|
|
1328
1328
|
],
|
|
1329
1329
|
[
|
|
1330
1330
|
"",
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
"return the output as JSON"
|
|
1338
1338
|
]
|
|
1339
1339
|
],
|
|
1340
|
-
"description": "show build errors for a Ripple CI job (auto-detects current lane when
|
|
1340
|
+
"description": "show build errors for a Ripple CI job (auto-detects current lane, or your last export when on main)",
|
|
1341
1341
|
"extendedDescription": "",
|
|
1342
1342
|
"group": "ungrouped",
|
|
1343
1343
|
"private": false,
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"arguments": [
|
|
1347
1347
|
{
|
|
1348
1348
|
"name": "job-id",
|
|
1349
|
-
"description": "the Ripple CI job ID (optional — auto-detects from current lane)"
|
|
1349
|
+
"description": "the Ripple CI job ID (optional — auto-detects from current lane, or your last export when on main)"
|
|
1350
1350
|
}
|
|
1351
1351
|
]
|
|
1352
1352
|
},
|