@teambit/harmony.content.cli-reference 1.95.111 → 1.95.113

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.
@@ -445,15 +445,6 @@
445
445
  "group": "development",
446
446
  "private": true
447
447
  },
448
- {
449
- "name": "move <current-component-dir> <new-component-dir>",
450
- "alias": "mv",
451
- "options": [],
452
- "description": "move a component to a different filesystem path",
453
- "extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
454
- "group": "development",
455
- "private": false
456
- },
457
448
  {
458
449
  "name": "_delete <path> <args>",
459
450
  "alias": "",
@@ -1186,6 +1177,25 @@
1186
1177
  }
1187
1178
  ]
1188
1179
  },
1180
+ {
1181
+ "name": "move <current-component-dir> <new-component-dir>",
1182
+ "alias": "mv",
1183
+ "options": [],
1184
+ "description": "move a component to a different filesystem path",
1185
+ "extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
1186
+ "group": "development",
1187
+ "private": false,
1188
+ "arguments": [
1189
+ {
1190
+ "name": "current-component-dir",
1191
+ "description": "the current relative path (in the workspace) to the component directory"
1192
+ },
1193
+ {
1194
+ "name": "new-component-dir",
1195
+ "description": "the new relative path (in the workspace) to the component directory"
1196
+ }
1197
+ ]
1198
+ },
1189
1199
  {
1190
1200
  "name": "add [path...]",
1191
1201
  "alias": "a",
@@ -1919,6 +1929,11 @@
1919
1929
  "components",
1920
1930
  "fetch components"
1921
1931
  ],
1932
+ [
1933
+ "",
1934
+ "all-history",
1935
+ "for each one of the component, fetch all its versions. by default, only the latest version is fetched"
1936
+ ],
1922
1937
  [
1923
1938
  "j",
1924
1939
  "json",
@@ -445,15 +445,6 @@
445
445
  "group": "development",
446
446
  "private": true
447
447
  },
448
- {
449
- "name": "move <current-component-dir> <new-component-dir>",
450
- "alias": "mv",
451
- "options": [],
452
- "description": "move a component to a different filesystem path",
453
- "extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
454
- "group": "development",
455
- "private": false
456
- },
457
448
  {
458
449
  "name": "_delete <path> <args>",
459
450
  "alias": "",
@@ -1186,6 +1177,25 @@
1186
1177
  }
1187
1178
  ]
1188
1179
  },
1180
+ {
1181
+ "name": "move <current-component-dir> <new-component-dir>",
1182
+ "alias": "mv",
1183
+ "options": [],
1184
+ "description": "move a component to a different filesystem path",
1185
+ "extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
1186
+ "group": "development",
1187
+ "private": false,
1188
+ "arguments": [
1189
+ {
1190
+ "name": "current-component-dir",
1191
+ "description": "the current relative path (in the workspace) to the component directory"
1192
+ },
1193
+ {
1194
+ "name": "new-component-dir",
1195
+ "description": "the new relative path (in the workspace) to the component directory"
1196
+ }
1197
+ ]
1198
+ },
1189
1199
  {
1190
1200
  "name": "add [path...]",
1191
1201
  "alias": "a",
@@ -1919,6 +1929,11 @@
1919
1929
  "components",
1920
1930
  "fetch components"
1921
1931
  ],
1932
+ [
1933
+ "",
1934
+ "all-history",
1935
+ "for each one of the component, fetch all its versions. by default, only the latest version is fetched"
1936
+ ],
1922
1937
  [
1923
1938
  "j",
1924
1939
  "json",