@teambit/harmony.content.cli-reference 2.0.1018 → 2.0.1019

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.156'
2
+ description: 'Bit command synopses. Bit version: 1.13.158'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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 no job-id given)",
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 failed job for (default: detected from .bitmap)"
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 no job-id given)",
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 no job-id given)
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** | **Description** |
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 no job-id given)
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** | **Description** |
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 failed 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 |
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
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.156'
2
+ description: 'Bit command synopses. Bit version: 1.13.158'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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 no job-id given)",
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 failed job for (default: detected from .bitmap)"
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 no job-id given)",
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
  },