@teambit/harmony.content.cli-reference 2.0.599 → 2.0.601

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.9.112'
2
+ description: 'Bit command synopses. Bit version: 1.9.114'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1503,7 +1503,7 @@
1503
1503
  "output as json format"
1504
1504
  ]
1505
1505
  ],
1506
- "description": "Add any subset of files to be tracked as a component(s).",
1506
+ "description": "track one or more directories as new components",
1507
1507
  "extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
1508
1508
  "group": "development",
1509
1509
  "private": false
package/cli-reference.mdx CHANGED
@@ -21,7 +21,7 @@ bit COMMAND SUB_COMMAND --help
21
21
  ## add
22
22
 
23
23
  **Alias**: `a`
24
- **Description**: Add any subset of files to be tracked as a component(s).
24
+ **Description**: track one or more directories as new components
25
25
  Learn the recommended workflow for tracking directories as components, in the link below.
26
26
 
27
27
  `bit add [path...]`
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.112'
2
+ description: 'Bit command synopses. Bit version: 1.9.114'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1503,7 +1503,7 @@
1503
1503
  "output as json format"
1504
1504
  ]
1505
1505
  ],
1506
- "description": "Add any subset of files to be tracked as a component(s).",
1506
+ "description": "track one or more directories as new components",
1507
1507
  "extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
1508
1508
  "group": "development",
1509
1509
  "private": false
@@ -43,7 +43,7 @@ function MDXContent(_ref) {
43
43
  parentName: "p"
44
44
  }), "\n", (0, _react2.mdx)("strong", {
45
45
  parentName: "p"
46
- }, "Description"), ": Add any subset of files to be tracked as a component(s).", (0, _react2.mdx)("br", {
46
+ }, "Description"), ": track one or more directories as new components", (0, _react2.mdx)("br", {
47
47
  parentName: "p"
48
48
  }), "\n", "Learn the recommended workflow for tracking directories as components, in the link below."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
49
49
  parentName: "p"