@teambit/harmony.content.cli-reference 1.95.16 → 1.95.17

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.mdx CHANGED
@@ -25,6 +25,7 @@ Commands that are marked as workspace only must be executed inside a workspace.
25
25
  | `--namespace <namespace>` | `-n` | organize component in a namespace |
26
26
  | `--exclude <file>/"<file>,<file>"` | `-e` | exclude file from being tracked. use quotation marks to list files or use a glob pattern |
27
27
  | `--override <boolean>` | `-o` | override existing component if exists (default = false) |
28
+ | `--scope <string>` | `-s` | sets the component's scope-name. if not entered, the default-scope will be used |
28
29
 
29
30
  ---
30
31
 
@@ -164,7 +164,22 @@ function MDXContent(_ref) {
164
164
  }, "-o")), (0, _react2.mdx)("td", {
165
165
  parentName: "tr",
166
166
  "align": null
167
- }, "override existing component if exists (default = false)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "app"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
167
+ }, "override existing component if exists (default = false)")), (0, _react2.mdx)("tr", {
168
+ parentName: "tbody"
169
+ }, (0, _react2.mdx)("td", {
170
+ parentName: "tr",
171
+ "align": null
172
+ }, (0, _react2.mdx)("inlineCode", {
173
+ parentName: "td"
174
+ }, "--scope <string>")), (0, _react2.mdx)("td", {
175
+ parentName: "tr",
176
+ "align": "center"
177
+ }, (0, _react2.mdx)("inlineCode", {
178
+ parentName: "td"
179
+ }, "-s")), (0, _react2.mdx)("td", {
180
+ parentName: "tr",
181
+ "align": null
182
+ }, "sets the component's scope-name. if not entered, the default-scope will be used")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "app"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
168
183
  parentName: "p"
169
184
  }, "Workspace only"), ": yes", (0, _react2.mdx)("br", {
170
185
  parentName: "p"