@teambit/harmony.content.cli-reference 1.95.160 → 1.95.162

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.
@@ -228,7 +228,7 @@
228
228
  "name": "dependents <component-name>",
229
229
  "alias": "",
230
230
  "options": [],
231
- "description": "EXPERIMENTAL. show dependents of the given component",
231
+ "description": "show dependents of the given component",
232
232
  "extendedDescription": "",
233
233
  "group": "info",
234
234
  "private": false
@@ -628,7 +628,7 @@
628
628
  "output the commands info as JSON"
629
629
  ]
630
630
  ],
631
- "description": "EXPERIMENTAL. generate an .md file with all commands details",
631
+ "description": "generate an .md file with all commands details",
632
632
  "extendedDescription": "",
633
633
  "group": "general",
634
634
  "private": false
@@ -967,7 +967,7 @@
967
967
  "json format"
968
968
  ]
969
969
  ],
970
- "description": "EXPERIMENTAL. generate an image file with the dependencies graph",
970
+ "description": "generate an image file with the dependencies graph",
971
971
  "extendedDescription": "",
972
972
  "group": "discover",
973
973
  "private": false,
@@ -977,7 +977,7 @@
977
977
  "name": "scope <sub-command>",
978
978
  "alias": "",
979
979
  "options": [],
980
- "description": "EXPERIMENTAL. manage the scope-name for components",
980
+ "description": "manage the scope-name for components",
981
981
  "extendedDescription": "",
982
982
  "group": "development",
983
983
  "private": false,
@@ -1822,7 +1822,7 @@
1822
1822
  [
1823
1823
  "",
1824
1824
  "target <dir>",
1825
- "EXPERIMENTAL. link to an external directory (similar to npm-link) so other projects could use these components"
1825
+ "link to an external directory (similar to npm-link) so other projects could use these components"
1826
1826
  ],
1827
1827
  [
1828
1828
  "",
@@ -1907,17 +1907,17 @@
1907
1907
  [
1908
1908
  "",
1909
1909
  "dependencies",
1910
- "EXPERIMENTAL. import all dependencies and write them to the workspace"
1910
+ "import all dependencies and write them to the workspace"
1911
1911
  ],
1912
1912
  [
1913
1913
  "",
1914
1914
  "dependents",
1915
- "EXPERIMENTAL. import components found while traversing from the given ids upwards to the workspace components"
1915
+ "import components found while traversing from the given ids upwards to the workspace components"
1916
1916
  ],
1917
1917
  [
1918
1918
  "",
1919
1919
  "save-in-lane",
1920
- "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)"
1920
+ "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)"
1921
1921
  ],
1922
1922
  [
1923
1923
  "",
@@ -1933,6 +1933,11 @@
1933
1933
  "",
1934
1934
  "track-only",
1935
1935
  "do not write any file, just create .bitmap entries of the imported components"
1936
+ ],
1937
+ [
1938
+ "",
1939
+ "include-deprecated",
1940
+ "when importing with patterns, include deprecated components (default to exclude them)"
1936
1941
  ]
1937
1942
  ],
1938
1943
  "description": "import components from their remote scopes to the local workspace",
@@ -1954,7 +1959,7 @@
1954
1959
  [
1955
1960
  "l",
1956
1961
  "lanes",
1957
- "EXPERIMENTAL. fetch component objects from lanes. note, it does not save the remote lanes objects locally, only the refs"
1962
+ "fetch component objects from lanes. note, it does not save the remote lanes objects locally, only the refs"
1958
1963
  ],
1959
1964
  [
1960
1965
  "c",
@@ -2149,7 +2154,7 @@
2149
2154
  [
2150
2155
  "",
2151
2156
  "editor [editor]",
2152
- "EXPERIMENTAL. open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim)."
2157
+ "open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim)."
2153
2158
  ],
2154
2159
  [
2155
2160
  "v",
@@ -2189,12 +2194,12 @@
2189
2194
  [
2190
2195
  "",
2191
2196
  "snapped",
2192
- "EXPERIMENTAL. tag components that their head is a snap (not a tag)"
2197
+ "tag components that their head is a snap (not a tag)"
2193
2198
  ],
2194
2199
  [
2195
2200
  "",
2196
2201
  "unmerged",
2197
- "EXPERIMENTAL. complete a merge process by tagging the unmerged components"
2202
+ "complete a merge process by tagging the unmerged components"
2198
2203
  ],
2199
2204
  [
2200
2205
  "",
@@ -2249,7 +2254,7 @@
2249
2254
  [
2250
2255
  "b",
2251
2256
  "build",
2252
- "EXPERIMENTAL. not needed for now. run the pipeline build and complete the tag"
2257
+ "not needed for now. run the pipeline build and complete the tag"
2253
2258
  ],
2254
2259
  [
2255
2260
  "a",
@@ -2307,17 +2312,17 @@
2307
2312
  [
2308
2313
  "",
2309
2314
  "unmerged",
2310
- "EXPERIMENTAL. complete a merge process by snapping the unmerged components"
2315
+ "complete a merge process by snapping the unmerged components"
2311
2316
  ],
2312
2317
  [
2313
2318
  "b",
2314
2319
  "build",
2315
- "EXPERIMENTAL. not needed for now. run the build pipeline in case the feature-flag build-on-ci is enabled"
2320
+ "not needed for now. run the build pipeline in case the feature-flag build-on-ci is enabled"
2316
2321
  ],
2317
2322
  [
2318
2323
  "",
2319
2324
  "editor [editor]",
2320
- "EXPERIMENTAL. open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim)."
2325
+ "open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim)."
2321
2326
  ],
2322
2327
  [
2323
2328
  "",
@@ -2360,7 +2365,7 @@
2360
2365
  "DEPRECATED (use \"--skip-tests\" or \"--unmodified\" instead). force-snap even if tests are failing and even when component has not changed"
2361
2366
  ]
2362
2367
  ],
2363
- "description": "EXPERIMENTAL. create an immutable and exportable component snapshot (no release version)",
2368
+ "description": "create an immutable and exportable component snapshot (no release version)",
2364
2369
  "extendedDescription": "",
2365
2370
  "group": "development",
2366
2371
  "private": false,
@@ -2705,17 +2710,17 @@
2705
2710
  [
2706
2711
  "",
2707
2712
  "abort",
2708
- "EXPERIMENTAL. in case of an unresolved merge, revert to the state before the merge began"
2713
+ "in case of an unresolved merge, revert to the state before the merge began"
2709
2714
  ],
2710
2715
  [
2711
2716
  "",
2712
2717
  "resolve",
2713
- "EXPERIMENTAL. mark an unresolved merge as resolved and create a new snap with the changes"
2718
+ "mark an unresolved merge as resolved and create a new snap with the changes"
2714
2719
  ],
2715
2720
  [
2716
2721
  "",
2717
2722
  "no-snap",
2718
- "EXPERIMENTAL. do not auto snap in case the merge completed without conflicts"
2723
+ "do not auto snap in case the merge completed without conflicts"
2719
2724
  ],
2720
2725
  [
2721
2726
  "",
@@ -2735,7 +2740,7 @@
2735
2740
  [
2736
2741
  "m",
2737
2742
  "message <message>",
2738
- "EXPERIMENTAL. override the default message for the auto snap"
2743
+ "override the default message for the auto snap"
2739
2744
  ]
2740
2745
  ],
2741
2746
  "description": "merge changes of the remote head into local",
@@ -2864,7 +2869,7 @@
2864
2869
  [
2865
2870
  "p",
2866
2871
  "pattern <component-pattern>",
2867
- "EXPERIMENTAL. switch only the specified component-pattern. works only when the workspace is empty"
2872
+ "switch only the specified component-pattern. works only when the workspace is empty"
2868
2873
  ],
2869
2874
  [
2870
2875
  "j",
@@ -3001,7 +3006,7 @@
3001
3006
  [
3002
3007
  "",
3003
3008
  "pattern <component-pattern>",
3004
- "EXPERIMENTAL. show lane-diff for the specified component-pattern only"
3009
+ "show lane-diff for the specified component-pattern only"
3005
3010
  ]
3006
3011
  ],
3007
3012
  "description": "show diff between lanes",
@@ -3053,7 +3058,7 @@
3053
3058
  [
3054
3059
  "p",
3055
3060
  "pattern <component-pattern>",
3056
- "EXPERIMENTAL. switch only the specified component-pattern. works only when the workspace is empty"
3061
+ "switch only the specified component-pattern. works only when the workspace is empty"
3057
3062
  ]
3058
3063
  ],
3059
3064
  "description": "import a remote lane to your workspace",
@@ -3175,12 +3180,12 @@
3175
3180
  [
3176
3181
  "",
3177
3182
  "include-deps",
3178
- "EXPERIMENTAL. relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the given components"
3183
+ "relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the given components"
3179
3184
  ],
3180
3185
  [
3181
3186
  "",
3182
3187
  "resolve-unrelated [merge-strategy]",
3183
- "EXPERIMENTAL. relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be \"ours\" (default) or \"theirs\""
3188
+ "relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be \"ours\" (default) or \"theirs\""
3184
3189
  ]
3185
3190
  ],
3186
3191
  "description": "merge a local or a remote lane",
@@ -3194,7 +3199,7 @@
3194
3199
  },
3195
3200
  {
3196
3201
  "name": "pattern",
3197
- "description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
3202
+ "description": "partially merge the lane with the specified component-pattern"
3198
3203
  }
3199
3204
  ]
3200
3205
  }
@@ -3227,7 +3232,7 @@
3227
3232
  [
3228
3233
  "p",
3229
3234
  "pattern <component-pattern>",
3230
- "EXPERIMENTAL. switch only the specified component-pattern. works only when the workspace is empty"
3235
+ "switch only the specified component-pattern. works only when the workspace is empty"
3231
3236
  ],
3232
3237
  [
3233
3238
  "j",
@@ -3268,12 +3273,12 @@
3268
3273
  [
3269
3274
  "",
3270
3275
  "no-squash",
3271
- "EXPERIMENTAL. relevant for merging lanes into main, which by default squash."
3276
+ "relevant for merging lanes into main, which by default squash."
3272
3277
  ],
3273
3278
  [
3274
3279
  "",
3275
3280
  "include-deps",
3276
- "EXPERIMENTAL. relevant for \"--pattern\". merge also dependencies of the given components"
3281
+ "relevant for \"--pattern\". merge also dependencies of the given components"
3277
3282
  ],
3278
3283
  [
3279
3284
  "j",
@@ -3586,7 +3591,7 @@
3586
3591
  "name": "refactor <sub-command>",
3587
3592
  "alias": "",
3588
3593
  "options": [],
3589
- "description": "EXPERIMENTAL. source code refactoring / codemod",
3594
+ "description": "source code refactoring / codemod",
3590
3595
  "extendedDescription": "",
3591
3596
  "group": "development",
3592
3597
  "private": false,
@@ -3636,7 +3641,7 @@
3636
3641
  "name": "mini-status [component-pattern]",
3637
3642
  "alias": "ms",
3638
3643
  "options": [],
3639
- "description": "basic status for fast execution",
3644
+ "description": "EXPERIMENTAL. basic status for fast execution",
3640
3645
  "extendedDescription": "shows only modified/new components. for the full status, use \"bit status\".\nthe modified are components that their source code have changed, it doesn't check for config/aspect changes",
3641
3646
  "group": "development",
3642
3647
  "private": false,
@@ -3944,7 +3949,7 @@
3944
3949
  "name": "aspect <sub-command>",
3945
3950
  "alias": "",
3946
3951
  "options": [],
3947
- "description": "EXPERIMENTAL. manage aspects",
3952
+ "description": "manage aspects",
3948
3953
  "extendedDescription": "",
3949
3954
  "group": "development",
3950
3955
  "private": false,
@@ -4103,7 +4108,7 @@
4103
4108
  [
4104
4109
  "",
4105
4110
  "parents",
4106
- "EXPERIMENTAL. show parents and lanes data"
4111
+ "show parents and lanes data"
4107
4112
  ],
4108
4113
  [
4109
4114
  "o",
@@ -4209,7 +4214,7 @@
4209
4214
  "avoid renaming files and variables/classes according to the new component name"
4210
4215
  ]
4211
4216
  ],
4212
- "description": "EXPERIMENTAL. rename component. if tagged/exported, create a new component and deprecate the original component",
4217
+ "description": "rename component. if tagged/exported, create a new component and deprecate the original component",
4213
4218
  "extendedDescription": "",
4214
4219
  "group": "collaborate",
4215
4220
  "private": false,
@@ -4250,6 +4255,11 @@
4250
4255
  "skip-dependency-installation",
4251
4256
  "do not install packages of the imported components"
4252
4257
  ],
4258
+ [
4259
+ "e",
4260
+ "env <string>",
4261
+ "set the environment for the new component"
4262
+ ],
4253
4263
  [
4254
4264
  "",
4255
4265
  "skip-config",
@@ -4266,7 +4276,7 @@
4266
4276
  "avoid saving a reference to the original component"
4267
4277
  ]
4268
4278
  ],
4269
- "description": "EXPERIMENTAL. create a new component out of an existing one (copies source files and config)",
4279
+ "description": "create a new component out of an existing one (copies source files and config)",
4270
4280
  "extendedDescription": "",
4271
4281
  "group": "collaborate",
4272
4282
  "private": false,