@teambit/harmony.content.cli-reference 2.0.40 → 2.0.42

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,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.3.2'
2
+ description: 'Bit command synopses. Bit version: 1.3.4'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1222,7 +1222,7 @@
1222
1222
  ]
1223
1223
  ],
1224
1224
  "description": "list the component ids matching the given pattern",
1225
- "extendedDescription": "this command helps validating a pattern before using it in other commands.\na pattern can be a simple component-id or component-name. e.g. 'ui/button'.\na pattern can be used with wildcards for multiple component ids, e.g. 'org.scope/utils/**' or '**/utils/**' to capture all org/scopes.\nto enter multiple patterns, separate them by a comma, e.g. 'ui/*, lib/*'\nto exclude, use '!'. e.g. 'ui/**, !ui/button'\nalways wrap the pattern with single quotes to avoid collision with shell commands.\nthe matching algorithm is from multimatch (@see https://github.com/sindresorhus/multimatch)\nNOTE: always wrap the pattern with single quotes '' and not double \"\" to avoid collision with shell commands\n",
1225
+ "extendedDescription": "this command helps validating a pattern before using it in other commands.\na pattern can be a simple component-id or component-name. e.g. 'ui/button'.\na pattern can be used with wildcards for multiple component ids, e.g. 'org.scope/utils/**' or '**/utils/**' to capture all org/scopes.\nto enter multiple patterns, separate them by a comma, e.g. 'ui/*, lib/*'\nto exclude, use '!'. e.g. 'ui/**, !ui/button'\nthe matching algorithm is from multimatch (@see https://github.com/sindresorhus/multimatch)\nNOTE: always wrap the pattern with single quotes '' and not double \"\" to avoid collision with shell commands\n",
1226
1226
  "group": "development",
1227
1227
  "private": false,
1228
1228
  "examples": [
package/cli-reference.mdx CHANGED
@@ -1424,7 +1424,6 @@ a pattern can be a simple component-id or component-name. e.g. 'ui/button'.
1424
1424
  a pattern can be used with wildcards for multiple component ids, e.g. 'org.scope/utils/**' or '**/utils/**' to capture all org/scopes.
1425
1425
  to enter multiple patterns, separate them by a comma, e.g. 'ui/_, lib/_'
1426
1426
  to exclude, use '!'. e.g. 'ui/**, !ui/button'
1427
- always wrap the pattern with single quotes to avoid collision with shell commands.
1428
1427
  the matching algorithm is from multimatch (@see https://github.com/sindresorhus/multimatch)
1429
1428
  NOTE: always wrap the pattern with single quotes '' and not double "" to avoid collision with shell commands
1430
1429
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.3.2'
2
+ description: 'Bit command synopses. Bit version: 1.3.4'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1222,7 +1222,7 @@
1222
1222
  ]
1223
1223
  ],
1224
1224
  "description": "list the component ids matching the given pattern",
1225
- "extendedDescription": "this command helps validating a pattern before using it in other commands.\na pattern can be a simple component-id or component-name. e.g. 'ui/button'.\na pattern can be used with wildcards for multiple component ids, e.g. 'org.scope/utils/**' or '**/utils/**' to capture all org/scopes.\nto enter multiple patterns, separate them by a comma, e.g. 'ui/*, lib/*'\nto exclude, use '!'. e.g. 'ui/**, !ui/button'\nalways wrap the pattern with single quotes to avoid collision with shell commands.\nthe matching algorithm is from multimatch (@see https://github.com/sindresorhus/multimatch)\nNOTE: always wrap the pattern with single quotes '' and not double \"\" to avoid collision with shell commands\n",
1225
+ "extendedDescription": "this command helps validating a pattern before using it in other commands.\na pattern can be a simple component-id or component-name. e.g. 'ui/button'.\na pattern can be used with wildcards for multiple component ids, e.g. 'org.scope/utils/**' or '**/utils/**' to capture all org/scopes.\nto enter multiple patterns, separate them by a comma, e.g. 'ui/*, lib/*'\nto exclude, use '!'. e.g. 'ui/**, !ui/button'\nthe matching algorithm is from multimatch (@see https://github.com/sindresorhus/multimatch)\nNOTE: always wrap the pattern with single quotes '' and not double \"\" to avoid collision with shell commands\n",
1226
1226
  "group": "development",
1227
1227
  "private": false,
1228
1228
  "examples": [
@@ -7287,8 +7287,6 @@ function MDXContent(_ref) {
7287
7287
  parentName: "strong"
7288
7288
  }), "to exclude, use '!'. e.g. 'ui/"), ", !ui/button'", (0, _react2.mdx)("br", {
7289
7289
  parentName: "p"
7290
- }), "\n", "always wrap the pattern with single quotes to avoid collision with shell commands.", (0, _react2.mdx)("br", {
7291
- parentName: "p"
7292
7290
  }), "\n", "the matching algorithm is from multimatch (@see ", (0, _react2.mdx)("a", {
7293
7291
  parentName: "p",
7294
7292
  "href": "https://github.com/sindresorhus/multimatch"