@teambit/harmony.content.cli-reference 1.95.200 → 1.95.202
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.mdx +2 -2
- package/dist/cli-reference.composition.d.ts +2 -2
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.mdx.js +4 -4
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/preview-1692282707573.js +7 -0
- package/package-tar/teambit-harmony.content.cli-reference-1.95.202.tgz +0 -0
- package/package.json +2 -2
- package/dist/preview-1692069513137.js +0 -7
- package/package-tar/teambit-harmony.content.cli-reference-1.95.200.tgz +0 -0
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.mdx
CHANGED
|
@@ -370,7 +370,7 @@ The following gets removed by this command:
|
|
|
370
370
|
## config
|
|
371
371
|
|
|
372
372
|
**Description**: global config management
|
|
373
|
-
https://bit.dev/
|
|
373
|
+
https://bit.dev/reference/config/bit-config
|
|
374
374
|
|
|
375
375
|
`bit config`
|
|
376
376
|
|
|
@@ -1410,7 +1410,7 @@ the `<old-id>` and `<new-id>` arguments can be either a component-id or a packag
|
|
|
1410
1410
|
## remote
|
|
1411
1411
|
|
|
1412
1412
|
**Description**: manage set of tracked bit scope(s)
|
|
1413
|
-
https://bit.dev/
|
|
1413
|
+
https://bit.dev/reference/scope/remote-scopes
|
|
1414
1414
|
|
|
1415
1415
|
`bit remote`
|
|
1416
1416
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const BasicCliReference: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const BasicCliReference: () => React.JSX.Element;
|
|
@@ -1827,8 +1827,8 @@ function MDXContent(_ref) {
|
|
|
1827
1827
|
parentName: "p"
|
|
1828
1828
|
}), "\n", (0, _react2.mdx)("a", {
|
|
1829
1829
|
parentName: "p",
|
|
1830
|
-
"href": "https://bit.dev/
|
|
1831
|
-
}, "https://bit.dev/
|
|
1830
|
+
"href": "https://bit.dev/reference/config/bit-config"
|
|
1831
|
+
}, "https://bit.dev/reference/config/bit-config")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
1832
1832
|
parentName: "p"
|
|
1833
1833
|
}, "bit config")), (0, _react2.mdx)("h3", null, "config set"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
1834
1834
|
parentName: "p"
|
|
@@ -7050,8 +7050,8 @@ function MDXContent(_ref) {
|
|
|
7050
7050
|
parentName: "p"
|
|
7051
7051
|
}), "\n", (0, _react2.mdx)("a", {
|
|
7052
7052
|
parentName: "p",
|
|
7053
|
-
"href": "https://bit.dev/
|
|
7054
|
-
}, "https://bit.dev/
|
|
7053
|
+
"href": "https://bit.dev/reference/scope/remote-scopes"
|
|
7054
|
+
}, "https://bit.dev/reference/scope/remote-scopes")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
7055
7055
|
parentName: "p"
|
|
7056
7056
|
}, "bit remote")), (0, _react2.mdx)("h3", null, "remote add"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
7057
7057
|
parentName: "p"
|