@teambit/harmony.content.cli-reference 2.0.1017 → 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
  ---
@@ -674,6 +674,11 @@
674
674
  "",
675
675
  "deprecate",
676
676
  "for exported components, instead of deleting the original components, deprecating them"
677
+ ],
678
+ [
679
+ "x",
680
+ "skip-dependency-installation",
681
+ "do not install dependencies after the rename"
677
682
  ]
678
683
  ],
679
684
  "description": "rename the scope name for all components with the specified 'current scope name'. if exported, create new components and delete the original ones",
@@ -1299,7 +1304,7 @@
1299
1304
  "return the output as JSON"
1300
1305
  ]
1301
1306
  ],
1302
- "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)",
1303
1308
  "extendedDescription": "",
1304
1309
  "group": "ungrouped",
1305
1310
  "private": false,
@@ -1308,7 +1313,7 @@
1308
1313
  "arguments": [
1309
1314
  {
1310
1315
  "name": "job-id",
1311
- "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)"
1312
1317
  }
1313
1318
  ]
1314
1319
  },
@@ -1319,7 +1324,7 @@
1319
1324
  [
1320
1325
  "",
1321
1326
  "lane <lane>",
1322
- "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)"
1323
1328
  ],
1324
1329
  [
1325
1330
  "",
@@ -1332,7 +1337,7 @@
1332
1337
  "return the output as JSON"
1333
1338
  ]
1334
1339
  ],
1335
- "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)",
1336
1341
  "extendedDescription": "",
1337
1342
  "group": "ungrouped",
1338
1343
  "private": false,
@@ -1341,7 +1346,7 @@
1341
1346
  "arguments": [
1342
1347
  {
1343
1348
  "name": "job-id",
1344
- "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)"
1345
1350
  }
1346
1351
  ]
1347
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
 
@@ -2365,11 +2365,12 @@ as a result of this change
2365
2365
  | `current-scope-name` | the scope name to be replaced by another scope name |
2366
2366
  | `new-scope-name` | a new scope name to replace the current scope name |
2367
2367
 
2368
- | **Option** | **Option alias** | **Description** |
2369
- | ------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
2370
- | `--preserve` | | avoid renaming files and variables/classes according to the new scope name |
2371
- | `--refactor` | `-r` | update the import statements in all dependent components to the new package name (i.e. with the new scope name) |
2372
- | `--deprecate` | | for exported components, instead of deleting the original components, deprecating them |
2368
+ | **Option** | **Option alias** | **Description** |
2369
+ | -------------------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
2370
+ | `--preserve` | | avoid renaming files and variables/classes according to the new scope name |
2371
+ | `--refactor` | `-r` | update the import statements in all dependent components to the new package name (i.e. with the new scope name) |
2372
+ | `--deprecate` | | for exported components, instead of deleting the original components, deprecating them |
2373
+ | `--skip-dependency-installation` | `-x` | do not install dependencies after the rename |
2373
2374
 
2374
2375
  ### scope rename-owner
2375
2376
 
@@ -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
  ---
@@ -674,6 +674,11 @@
674
674
  "",
675
675
  "deprecate",
676
676
  "for exported components, instead of deleting the original components, deprecating them"
677
+ ],
678
+ [
679
+ "x",
680
+ "skip-dependency-installation",
681
+ "do not install dependencies after the rename"
677
682
  ]
678
683
  ],
679
684
  "description": "rename the scope name for all components with the specified 'current scope name'. if exported, create new components and delete the original ones",
@@ -1299,7 +1304,7 @@
1299
1304
  "return the output as JSON"
1300
1305
  ]
1301
1306
  ],
1302
- "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)",
1303
1308
  "extendedDescription": "",
1304
1309
  "group": "ungrouped",
1305
1310
  "private": false,
@@ -1308,7 +1313,7 @@
1308
1313
  "arguments": [
1309
1314
  {
1310
1315
  "name": "job-id",
1311
- "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)"
1312
1317
  }
1313
1318
  ]
1314
1319
  },
@@ -1319,7 +1324,7 @@
1319
1324
  [
1320
1325
  "",
1321
1326
  "lane <lane>",
1322
- "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)"
1323
1328
  ],
1324
1329
  [
1325
1330
  "",
@@ -1332,7 +1337,7 @@
1332
1337
  "return the output as JSON"
1333
1338
  ]
1334
1339
  ],
1335
- "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)",
1336
1341
  "extendedDescription": "",
1337
1342
  "group": "ungrouped",
1338
1343
  "private": false,
@@ -1341,7 +1346,7 @@
1341
1346
  "arguments": [
1342
1347
  {
1343
1348
  "name": "job-id",
1344
- "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)"
1345
1350
  }
1346
1351
  ]
1347
1352
  },