@teambit/harmony.content.cli-reference 1.95.58 → 1.95.59
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.json +1 -1
- package/cli-reference.mdx +2 -4
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +2 -5
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.59.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1661284518387.js → preview-1661398415639.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.58.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -3347,7 +3347,7 @@
|
|
|
3347
3347
|
]
|
|
3348
3348
|
],
|
|
3349
3349
|
"description": "export components from the workspace to remote scopes",
|
|
3350
|
-
"extendedDescription": "bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well\n`bit export [id...]` => export the given ids to their current scope\n
|
|
3350
|
+
"extendedDescription": "bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well\n `bit export [id...]` => export the given ids to their current scope\n you can use a pattern for multiple ids, such as bit export remote-scope \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
3351
3351
|
"group": "collaborate",
|
|
3352
3352
|
"private": false,
|
|
3353
3353
|
"remoteOp": true,
|
package/cli-reference.mdx
CHANGED
|
@@ -558,10 +558,8 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
|
|
|
558
558
|
**Workspace only**: yes
|
|
559
559
|
**Description**: export components from the workspace to remote scopes
|
|
560
560
|
bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well
|
|
561
|
-
`bit export [id...]` => export the given ids to their current scope
|
|
562
|
-
|
|
563
|
-
https://bit.dev/docs/components/exporting-components
|
|
564
|
-
you can use a pattern for multiple ids, such as bit export remote-scope "utils/\*". (wrap the pattern with quotes to avoid collision with shell commands)
|
|
561
|
+
`bit export [id...]` => export the given ids to their current scope
|
|
562
|
+
you can use a pattern for multiple ids, such as bit export remote-scope "utils/\*". (wrap the pattern with quotes to avoid collision with shell commands)
|
|
565
563
|
|
|
566
564
|
`bit export [component-patterns...]`
|
|
567
565
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -3347,7 +3347,7 @@
|
|
|
3347
3347
|
]
|
|
3348
3348
|
],
|
|
3349
3349
|
"description": "export components from the workspace to remote scopes",
|
|
3350
|
-
"extendedDescription": "bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well\n`bit export [id...]` => export the given ids to their current scope\n
|
|
3350
|
+
"extendedDescription": "bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well\n `bit export [id...]` => export the given ids to their current scope\n you can use a pattern for multiple ids, such as bit export remote-scope \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
3351
3351
|
"group": "collaborate",
|
|
3352
3352
|
"private": false,
|
|
3353
3353
|
"remoteOp": true,
|
|
@@ -2174,12 +2174,9 @@ function MDXContent(_ref) {
|
|
|
2174
2174
|
parentName: "p"
|
|
2175
2175
|
}), "\n", "bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well", (0, _react2.mdx)("br", {
|
|
2176
2176
|
parentName: "p"
|
|
2177
|
-
}), "\n", (0, _react2.mdx)("inlineCode", {
|
|
2177
|
+
}), "\n", "", (0, _react2.mdx)("inlineCode", {
|
|
2178
2178
|
parentName: "p"
|
|
2179
|
-
}, "bit export [id...]"), " => export the given ids to their current scope"
|
|
2180
|
-
parentName: "p",
|
|
2181
|
-
"href": "https://bit.dev/docs/components/exporting-components"
|
|
2182
|
-
}, "https://bit.dev/docs/components/exporting-components"), (0, _react2.mdx)("br", {
|
|
2179
|
+
}, "bit export [id...]"), " => export the given ids to their current scope", (0, _react2.mdx)("br", {
|
|
2183
2180
|
parentName: "p"
|
|
2184
2181
|
}), "\n", "you can use a pattern for multiple ids, such as bit export remote-scope \"utils/", "*", "\". (wrap the pattern with quotes to avoid collision with shell commands)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
2185
2182
|
parentName: "p"
|