@teambit/harmony.content.cli-reference 1.95.145 → 1.95.146

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.
@@ -1976,71 +1976,6 @@
1976
1976
  "group": "ungrouped",
1977
1977
  "private": true
1978
1978
  },
1979
- {
1980
- "name": "checkout <to> [component-pattern]",
1981
- "alias": "U",
1982
- "options": [
1983
- [
1984
- "i",
1985
- "interactive-merge",
1986
- "when a component is modified and the merge process found conflicts, display options to resolve them"
1987
- ],
1988
- [
1989
- "o",
1990
- "ours",
1991
- "in case of a conflict, override the used version with the current modification"
1992
- ],
1993
- [
1994
- "t",
1995
- "theirs",
1996
- "in case of a conflict, override the current modification with the specified version"
1997
- ],
1998
- [
1999
- "m",
2000
- "manual",
2001
- "in case of a conflict, leave the files with a conflict state to resolve them manually later"
2002
- ],
2003
- [
2004
- "r",
2005
- "reset",
2006
- "revert changes that were not snapped/tagged"
2007
- ],
2008
- [
2009
- "a",
2010
- "all",
2011
- "all components"
2012
- ],
2013
- [
2014
- "e",
2015
- "workspace-only",
2016
- "when on a lane, avoid introducing new components from the remote lane that do not exist locally"
2017
- ],
2018
- [
2019
- "v",
2020
- "verbose",
2021
- "showing verbose output for inspection"
2022
- ],
2023
- [
2024
- "x",
2025
- "skip-dependency-installation",
2026
- "do not install packages of the imported components"
2027
- ]
2028
- ],
2029
- "description": "switch between component versions or remove local changes",
2030
- "extendedDescription": "\n `bit checkout <version> [component-pattern]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head [component-pattern]` => checkout to the last snap/tag, omit [component-pattern] to checkout head for all\n `bit checkout latest [component-pattern]` => checkout to the latest satisfying semver tag, omit [component-pattern] to checkout latest for all\n `bit checkout reset [component-pattern]` => remove local modifications from the specified ids (or all components when --all is used)",
2031
- "group": "development",
2032
- "private": false,
2033
- "arguments": [
2034
- {
2035
- "name": "to",
2036
- "description": "permitted values: [head, latest, reset, specific-version]. 'head' - last snap/tag. 'latest' - semver latest tag. 'reset' - removes local changes"
2037
- },
2038
- {
2039
- "name": "component-pattern",
2040
- "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
2041
- }
2042
- ]
2043
- },
2044
1979
  {
2045
1980
  "name": "remove <component-pattern>",
2046
1981
  "alias": "rm",
@@ -2119,6 +2054,71 @@
2119
2054
  "group": "collaborate",
2120
2055
  "private": false
2121
2056
  },
2057
+ {
2058
+ "name": "checkout <to> [component-pattern]",
2059
+ "alias": "U",
2060
+ "options": [
2061
+ [
2062
+ "i",
2063
+ "interactive-merge",
2064
+ "when a component is modified and the merge process found conflicts, display options to resolve them"
2065
+ ],
2066
+ [
2067
+ "o",
2068
+ "ours",
2069
+ "in case of a conflict, override the used version with the current modification"
2070
+ ],
2071
+ [
2072
+ "t",
2073
+ "theirs",
2074
+ "in case of a conflict, override the current modification with the specified version"
2075
+ ],
2076
+ [
2077
+ "m",
2078
+ "manual",
2079
+ "in case of a conflict, leave the files with a conflict state to resolve them manually later"
2080
+ ],
2081
+ [
2082
+ "r",
2083
+ "reset",
2084
+ "revert changes that were not snapped/tagged"
2085
+ ],
2086
+ [
2087
+ "a",
2088
+ "all",
2089
+ "all components"
2090
+ ],
2091
+ [
2092
+ "e",
2093
+ "workspace-only",
2094
+ "when on a lane, avoid introducing new components from the remote lane that do not exist locally"
2095
+ ],
2096
+ [
2097
+ "v",
2098
+ "verbose",
2099
+ "showing verbose output for inspection"
2100
+ ],
2101
+ [
2102
+ "x",
2103
+ "skip-dependency-installation",
2104
+ "do not install packages of the imported components"
2105
+ ]
2106
+ ],
2107
+ "description": "switch between component versions or remove local changes",
2108
+ "extendedDescription": "\n `bit checkout <version> [component-pattern]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head [component-pattern]` => checkout to the last snap/tag, omit [component-pattern] to checkout head for all\n `bit checkout latest [component-pattern]` => checkout to the latest satisfying semver tag, omit [component-pattern] to checkout latest for all\n `bit checkout reset [component-pattern]` => remove local modifications from the specified ids (or all components when --all is used)",
2109
+ "group": "development",
2110
+ "private": false,
2111
+ "arguments": [
2112
+ {
2113
+ "name": "to",
2114
+ "description": "permitted values: [head, latest, reset, specific-version]. 'head' - last snap/tag. 'latest' - semver latest tag. 'reset' - removes local changes"
2115
+ },
2116
+ {
2117
+ "name": "component-pattern",
2118
+ "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
2119
+ }
2120
+ ]
2121
+ },
2122
2122
  {
2123
2123
  "name": "resume-export <export-id> <remotes...>",
2124
2124
  "alias": "",
@@ -2194,6 +2194,11 @@
2194
2194
  "j",
2195
2195
  "json",
2196
2196
  "return the insights in json format"
2197
+ ],
2198
+ [
2199
+ "",
2200
+ "include-deps",
2201
+ "include component dependencies that are not in this workspace"
2197
2202
  ]
2198
2203
  ],
2199
2204
  "description": "Insights on component graph",
@@ -1976,71 +1976,6 @@
1976
1976
  "group": "ungrouped",
1977
1977
  "private": true
1978
1978
  },
1979
- {
1980
- "name": "checkout <to> [component-pattern]",
1981
- "alias": "U",
1982
- "options": [
1983
- [
1984
- "i",
1985
- "interactive-merge",
1986
- "when a component is modified and the merge process found conflicts, display options to resolve them"
1987
- ],
1988
- [
1989
- "o",
1990
- "ours",
1991
- "in case of a conflict, override the used version with the current modification"
1992
- ],
1993
- [
1994
- "t",
1995
- "theirs",
1996
- "in case of a conflict, override the current modification with the specified version"
1997
- ],
1998
- [
1999
- "m",
2000
- "manual",
2001
- "in case of a conflict, leave the files with a conflict state to resolve them manually later"
2002
- ],
2003
- [
2004
- "r",
2005
- "reset",
2006
- "revert changes that were not snapped/tagged"
2007
- ],
2008
- [
2009
- "a",
2010
- "all",
2011
- "all components"
2012
- ],
2013
- [
2014
- "e",
2015
- "workspace-only",
2016
- "when on a lane, avoid introducing new components from the remote lane that do not exist locally"
2017
- ],
2018
- [
2019
- "v",
2020
- "verbose",
2021
- "showing verbose output for inspection"
2022
- ],
2023
- [
2024
- "x",
2025
- "skip-dependency-installation",
2026
- "do not install packages of the imported components"
2027
- ]
2028
- ],
2029
- "description": "switch between component versions or remove local changes",
2030
- "extendedDescription": "\n `bit checkout <version> [component-pattern]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head [component-pattern]` => checkout to the last snap/tag, omit [component-pattern] to checkout head for all\n `bit checkout latest [component-pattern]` => checkout to the latest satisfying semver tag, omit [component-pattern] to checkout latest for all\n `bit checkout reset [component-pattern]` => remove local modifications from the specified ids (or all components when --all is used)",
2031
- "group": "development",
2032
- "private": false,
2033
- "arguments": [
2034
- {
2035
- "name": "to",
2036
- "description": "permitted values: [head, latest, reset, specific-version]. 'head' - last snap/tag. 'latest' - semver latest tag. 'reset' - removes local changes"
2037
- },
2038
- {
2039
- "name": "component-pattern",
2040
- "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
2041
- }
2042
- ]
2043
- },
2044
1979
  {
2045
1980
  "name": "remove <component-pattern>",
2046
1981
  "alias": "rm",
@@ -2119,6 +2054,71 @@
2119
2054
  "group": "collaborate",
2120
2055
  "private": false
2121
2056
  },
2057
+ {
2058
+ "name": "checkout <to> [component-pattern]",
2059
+ "alias": "U",
2060
+ "options": [
2061
+ [
2062
+ "i",
2063
+ "interactive-merge",
2064
+ "when a component is modified and the merge process found conflicts, display options to resolve them"
2065
+ ],
2066
+ [
2067
+ "o",
2068
+ "ours",
2069
+ "in case of a conflict, override the used version with the current modification"
2070
+ ],
2071
+ [
2072
+ "t",
2073
+ "theirs",
2074
+ "in case of a conflict, override the current modification with the specified version"
2075
+ ],
2076
+ [
2077
+ "m",
2078
+ "manual",
2079
+ "in case of a conflict, leave the files with a conflict state to resolve them manually later"
2080
+ ],
2081
+ [
2082
+ "r",
2083
+ "reset",
2084
+ "revert changes that were not snapped/tagged"
2085
+ ],
2086
+ [
2087
+ "a",
2088
+ "all",
2089
+ "all components"
2090
+ ],
2091
+ [
2092
+ "e",
2093
+ "workspace-only",
2094
+ "when on a lane, avoid introducing new components from the remote lane that do not exist locally"
2095
+ ],
2096
+ [
2097
+ "v",
2098
+ "verbose",
2099
+ "showing verbose output for inspection"
2100
+ ],
2101
+ [
2102
+ "x",
2103
+ "skip-dependency-installation",
2104
+ "do not install packages of the imported components"
2105
+ ]
2106
+ ],
2107
+ "description": "switch between component versions or remove local changes",
2108
+ "extendedDescription": "\n `bit checkout <version> [component-pattern]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head [component-pattern]` => checkout to the last snap/tag, omit [component-pattern] to checkout head for all\n `bit checkout latest [component-pattern]` => checkout to the latest satisfying semver tag, omit [component-pattern] to checkout latest for all\n `bit checkout reset [component-pattern]` => remove local modifications from the specified ids (or all components when --all is used)",
2109
+ "group": "development",
2110
+ "private": false,
2111
+ "arguments": [
2112
+ {
2113
+ "name": "to",
2114
+ "description": "permitted values: [head, latest, reset, specific-version]. 'head' - last snap/tag. 'latest' - semver latest tag. 'reset' - removes local changes"
2115
+ },
2116
+ {
2117
+ "name": "component-pattern",
2118
+ "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
2119
+ }
2120
+ ]
2121
+ },
2122
2122
  {
2123
2123
  "name": "resume-export <export-id> <remotes...>",
2124
2124
  "alias": "",
@@ -2194,6 +2194,11 @@
2194
2194
  "j",
2195
2195
  "json",
2196
2196
  "return the insights in json format"
2197
+ ],
2198
+ [
2199
+ "",
2200
+ "include-deps",
2201
+ "include component dependencies that are not in this workspace"
2197
2202
  ]
2198
2203
  ],
2199
2204
  "description": "Insights on component graph",