@teambit/harmony.content.cli-reference 2.0.599 → 2.0.600
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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +1 -1
- package/cli-reference.mdx +1 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1743736721398.js → preview-1743823045660.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
"output as json format"
|
|
1504
1504
|
]
|
|
1505
1505
|
],
|
|
1506
|
-
"description": "
|
|
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**:
|
|
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...]`
|
package/dist/cli-reference.json
CHANGED
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
"output as json format"
|
|
1504
1504
|
]
|
|
1505
1505
|
],
|
|
1506
|
-
"description": "
|
|
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"), ":
|
|
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"
|