@teambit/harmony.content.cli-reference 1.95.81 → 1.95.83

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.
@@ -1349,6 +1349,21 @@
1349
1349
  }
1350
1350
  ]
1351
1351
  },
1352
+ {
1353
+ "name": "component-issues",
1354
+ "alias": "",
1355
+ "options": [
1356
+ [
1357
+ "j",
1358
+ "json",
1359
+ "json format"
1360
+ ]
1361
+ ],
1362
+ "description": "list available component-issues",
1363
+ "extendedDescription": "",
1364
+ "group": "development",
1365
+ "private": false
1366
+ },
1352
1367
  {
1353
1368
  "name": "import [component-patterns...]",
1354
1369
  "alias": "",
@@ -1406,7 +1421,7 @@
1406
1421
  [
1407
1422
  "",
1408
1423
  "dependents",
1409
- "EXPERIMENTAL. import the components' dependents. this enables changes to propagate from (modified) components to their dependents"
1424
+ "EXPERIMENTAL. import components found while traversing from the given ids upwards to the workspace components"
1410
1425
  ],
1411
1426
  [
1412
1427
  "",
@@ -1596,7 +1611,12 @@
1596
1611
  [
1597
1612
  "a",
1598
1613
  "all",
1599
- "build all components, not only modified and new"
1614
+ "DEPRECATED. use --unmodified"
1615
+ ],
1616
+ [
1617
+ "u",
1618
+ "unmodified",
1619
+ "include unmodified components (by default, only new and modified components are built)"
1600
1620
  ],
1601
1621
  [
1602
1622
  "d",
@@ -1853,21 +1873,6 @@
1853
1873
  "group": "development",
1854
1874
  "private": true
1855
1875
  },
1856
- {
1857
- "name": "component-issues",
1858
- "alias": "",
1859
- "options": [
1860
- [
1861
- "j",
1862
- "json",
1863
- "json format"
1864
- ]
1865
- ],
1866
- "description": "list available component-issues",
1867
- "extendedDescription": "",
1868
- "group": "development",
1869
- "private": false
1870
- },
1871
1876
  {
1872
1877
  "name": "tag [component-patterns...]",
1873
1878
  "alias": "t",
@@ -1878,7 +1883,7 @@
1878
1883
  "a log message describing latest changes"
1879
1884
  ],
1880
1885
  [
1881
- "",
1886
+ "u",
1882
1887
  "unmodified",
1883
1888
  "include unmodified components (by default, only new and modified components are tagged)"
1884
1889
  ],
@@ -1970,7 +1975,7 @@
1970
1975
  [
1971
1976
  "i",
1972
1977
  "ignore-issues [issues]",
1973
- "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
1978
+ "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
1974
1979
  ],
1975
1980
  [
1976
1981
  "I",
@@ -2068,7 +2073,7 @@
2068
2073
  [
2069
2074
  "i",
2070
2075
  "ignore-issues [issues]",
2071
- "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2076
+ "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2072
2077
  ],
2073
2078
  [
2074
2079
  "a",
@@ -2204,7 +2209,7 @@
2204
2209
  [
2205
2210
  "i",
2206
2211
  "ignore-issues [issues]",
2207
- "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2212
+ "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2208
2213
  ],
2209
2214
  [
2210
2215
  "I",
@@ -2975,7 +2980,7 @@
2975
2980
  [
2976
2981
  "",
2977
2982
  "verbose",
2978
- "show full snap hashes"
2983
+ "show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
2979
2984
  ],
2980
2985
  [
2981
2986
  "",
package/cli-reference.mdx CHANGED
@@ -134,7 +134,8 @@ and a package.tgz file generated by pkg aspect.
134
134
 
135
135
  | **Option** | **Option alias** | **Description** |
136
136
  | ----------------------------------------------------------------------------------------------------------- | :--------------: | ----------------------------------------------------------------------------------------------- |
137
- | `--all` | `-a` | build all components, not only modified and new |
137
+ | `--all` | `-a` | DEPRECATED. use --unmodified |
138
+ | `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are built) |
138
139
  | `--dev` | `-d` | run the pipeline in dev mode |
139
140
  | `--install` | | install core aspects in capsules |
140
141
  | `--reuse-capsules` | | avoid deleting the capsules root-dir before starting the build |
@@ -664,7 +665,7 @@ you can use a pattern for multiple ids, such as bit import "utils/\*". (wrap the
664
665
  | `--skip-dependency-installation` | | do not install packages of the imported components |
665
666
  | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
666
667
  | `--dependencies` | | EXPERIMENTAL. import all dependencies and write them to the workspace |
667
- | `--dependents` | | EXPERIMENTAL. import the components' dependents. this enables changes to propagate from (modified) components to their dependents |
668
+ | `--dependents` | | EXPERIMENTAL. import components found while traversing from the given ids upwards to the workspace components |
668
669
  | `--save-in-lane` | | EXPERIMENTAL. when checked out to a lane and the component is not on the remote-lane, save it in the lane (default to save on main) |
669
670
  | `--all-history` | | relevant for fetching all components objects. avoid optimizations, fetch all history versions, always |
670
671
 
@@ -1157,11 +1158,11 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
1157
1158
 
1158
1159
  `bit status`
1159
1160
 
1160
- | **Option** | **Option alias** | **Description** |
1161
- | ----------- | :--------------: | -------------------------------------- |
1162
- | `--json` | `-j` | return a json version of the component |
1163
- | `--verbose` | | show full snap hashes |
1164
- | `--strict` | | in case issues found, exit with code 1 |
1161
+ | **Option** | **Option alias** | **Description** |
1162
+ | ----------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
1163
+ | `--json` | `-j` | return a json version of the component |
1164
+ | `--verbose` | | show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes |
1165
+ | `--strict` | | in case issues found, exit with code 1 |
1165
1166
 
1166
1167
  ---
1167
1168
 
@@ -1178,7 +1179,7 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
1178
1179
  | **Option** | **Option alias** | **Description** |
1179
1180
  | ---------------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------------------------ |
1180
1181
  | `--message <message>` | `-m` | a log message describing latest changes |
1181
- | `--unmodified` | | include unmodified components (by default, only new and modified components are tagged) |
1182
+ | `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged) |
1182
1183
  | `--editor [editor]` | | EXPERIMENTAL. open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim). |
1183
1184
  | `--ver <version>` | `-v` | tag with the given version |
1184
1185
  | `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch |
@@ -1198,7 +1199,7 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
1198
1199
  | `--increment-by <number>` | | (default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3. |
1199
1200
  | `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: |
1200
1201
 
1201
- [MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]
1202
+ [MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]
1202
1203
  to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*".|
1203
1204
  |`--ignore-newest-version`|`-I`|ignore existing of newer versions (default = false)|
1204
1205
  |`--build`|`-b`|EXPERIMENTAL. not needed for now. run the pipeline build and complete the tag|
@@ -1349,6 +1349,21 @@
1349
1349
  }
1350
1350
  ]
1351
1351
  },
1352
+ {
1353
+ "name": "component-issues",
1354
+ "alias": "",
1355
+ "options": [
1356
+ [
1357
+ "j",
1358
+ "json",
1359
+ "json format"
1360
+ ]
1361
+ ],
1362
+ "description": "list available component-issues",
1363
+ "extendedDescription": "",
1364
+ "group": "development",
1365
+ "private": false
1366
+ },
1352
1367
  {
1353
1368
  "name": "import [component-patterns...]",
1354
1369
  "alias": "",
@@ -1406,7 +1421,7 @@
1406
1421
  [
1407
1422
  "",
1408
1423
  "dependents",
1409
- "EXPERIMENTAL. import the components' dependents. this enables changes to propagate from (modified) components to their dependents"
1424
+ "EXPERIMENTAL. import components found while traversing from the given ids upwards to the workspace components"
1410
1425
  ],
1411
1426
  [
1412
1427
  "",
@@ -1596,7 +1611,12 @@
1596
1611
  [
1597
1612
  "a",
1598
1613
  "all",
1599
- "build all components, not only modified and new"
1614
+ "DEPRECATED. use --unmodified"
1615
+ ],
1616
+ [
1617
+ "u",
1618
+ "unmodified",
1619
+ "include unmodified components (by default, only new and modified components are built)"
1600
1620
  ],
1601
1621
  [
1602
1622
  "d",
@@ -1853,21 +1873,6 @@
1853
1873
  "group": "development",
1854
1874
  "private": true
1855
1875
  },
1856
- {
1857
- "name": "component-issues",
1858
- "alias": "",
1859
- "options": [
1860
- [
1861
- "j",
1862
- "json",
1863
- "json format"
1864
- ]
1865
- ],
1866
- "description": "list available component-issues",
1867
- "extendedDescription": "",
1868
- "group": "development",
1869
- "private": false
1870
- },
1871
1876
  {
1872
1877
  "name": "tag [component-patterns...]",
1873
1878
  "alias": "t",
@@ -1878,7 +1883,7 @@
1878
1883
  "a log message describing latest changes"
1879
1884
  ],
1880
1885
  [
1881
- "",
1886
+ "u",
1882
1887
  "unmodified",
1883
1888
  "include unmodified components (by default, only new and modified components are tagged)"
1884
1889
  ],
@@ -1970,7 +1975,7 @@
1970
1975
  [
1971
1976
  "i",
1972
1977
  "ignore-issues [issues]",
1973
- "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
1978
+ "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
1974
1979
  ],
1975
1980
  [
1976
1981
  "I",
@@ -2068,7 +2073,7 @@
2068
2073
  [
2069
2074
  "i",
2070
2075
  "ignore-issues [issues]",
2071
- "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2076
+ "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2072
2077
  ],
2073
2078
  [
2074
2079
  "a",
@@ -2204,7 +2209,7 @@
2204
2209
  [
2205
2210
  "i",
2206
2211
  "ignore-issues [issues]",
2207
- "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2212
+ "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2208
2213
  ],
2209
2214
  [
2210
2215
  "I",
@@ -2975,7 +2980,7 @@
2975
2980
  [
2976
2981
  "",
2977
2982
  "verbose",
2978
- "show full snap hashes"
2983
+ "show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
2979
2984
  ],
2980
2985
  [
2981
2986
  "",
@@ -574,7 +574,22 @@ function MDXContent(_ref) {
574
574
  }, "-a")), (0, _react2.mdx)("td", {
575
575
  parentName: "tr",
576
576
  "align": null
577
- }, "build all components, not only modified and new")), (0, _react2.mdx)("tr", {
577
+ }, "DEPRECATED. use --unmodified")), (0, _react2.mdx)("tr", {
578
+ parentName: "tbody"
579
+ }, (0, _react2.mdx)("td", {
580
+ parentName: "tr",
581
+ "align": null
582
+ }, (0, _react2.mdx)("inlineCode", {
583
+ parentName: "td"
584
+ }, "--unmodified")), (0, _react2.mdx)("td", {
585
+ parentName: "tr",
586
+ "align": "center"
587
+ }, (0, _react2.mdx)("inlineCode", {
588
+ parentName: "td"
589
+ }, "-u")), (0, _react2.mdx)("td", {
590
+ parentName: "tr",
591
+ "align": null
592
+ }, "include unmodified components (by default, only new and modified components are built)")), (0, _react2.mdx)("tr", {
578
593
  parentName: "tbody"
579
594
  }, (0, _react2.mdx)("td", {
580
595
  parentName: "tr",
@@ -2791,7 +2806,7 @@ function MDXContent(_ref) {
2791
2806
  }), (0, _react2.mdx)("td", {
2792
2807
  parentName: "tr",
2793
2808
  "align": null
2794
- }, "EXPERIMENTAL. import the components' dependents. this enables changes to propagate from (modified) components to their dependents")), (0, _react2.mdx)("tr", {
2809
+ }, "EXPERIMENTAL. import components found while traversing from the given ids upwards to the workspace components")), (0, _react2.mdx)("tr", {
2795
2810
  parentName: "tbody"
2796
2811
  }, (0, _react2.mdx)("td", {
2797
2812
  parentName: "tr",
@@ -5140,7 +5155,7 @@ function MDXContent(_ref) {
5140
5155
  }), (0, _react2.mdx)("td", {
5141
5156
  parentName: "tr",
5142
5157
  "align": null
5143
- }, "show full snap hashes")), (0, _react2.mdx)("tr", {
5158
+ }, "show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes")), (0, _react2.mdx)("tr", {
5144
5159
  parentName: "tbody"
5145
5160
  }, (0, _react2.mdx)("td", {
5146
5161
  parentName: "tr",
@@ -5220,7 +5235,9 @@ function MDXContent(_ref) {
5220
5235
  }, "--unmodified")), (0, _react2.mdx)("td", {
5221
5236
  parentName: "tr",
5222
5237
  "align": "center"
5223
- }), (0, _react2.mdx)("td", {
5238
+ }, (0, _react2.mdx)("inlineCode", {
5239
+ parentName: "td"
5240
+ }, "-u")), (0, _react2.mdx)("td", {
5224
5241
  parentName: "tr",
5225
5242
  "align": null
5226
5243
  }, "include unmodified components (by default, only new and modified components are tagged)")), (0, _react2.mdx)("tr", {
@@ -5467,7 +5484,7 @@ function MDXContent(_ref) {
5467
5484
  }, "-i")), (0, _react2.mdx)("td", {
5468
5485
  parentName: "tr",
5469
5486
  "align": null
5470
- }, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:")))), (0, _react2.mdx)("p", null, "[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]", "\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".|\n|", (0, _react2.mdx)("inlineCode", {
5487
+ }, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:")))), (0, _react2.mdx)("p", null, "[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]", "\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".|\n|", (0, _react2.mdx)("inlineCode", {
5471
5488
  parentName: "p"
5472
5489
  }, "--ignore-newest-version"), "|", (0, _react2.mdx)("inlineCode", {
5473
5490
  parentName: "p"