@teambit/harmony.content.cli-reference 2.0.326 → 2.0.328
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
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1,51 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "remote",
|
|
4
|
-
"alias": "",
|
|
5
|
-
"options": [
|
|
6
|
-
[
|
|
7
|
-
"g",
|
|
8
|
-
"global",
|
|
9
|
-
"see globally configured remotes"
|
|
10
|
-
]
|
|
11
|
-
],
|
|
12
|
-
"description": "manage set of tracked bit scope(s)",
|
|
13
|
-
"extendedDescription": "",
|
|
14
|
-
"group": "collaborate",
|
|
15
|
-
"private": false,
|
|
16
|
-
"commands": [
|
|
17
|
-
{
|
|
18
|
-
"name": "add <url>",
|
|
19
|
-
"alias": "",
|
|
20
|
-
"options": [
|
|
21
|
-
[
|
|
22
|
-
"g",
|
|
23
|
-
"global",
|
|
24
|
-
"configure a remote bit scope"
|
|
25
|
-
]
|
|
26
|
-
],
|
|
27
|
-
"description": "add a bare-scope as a remote",
|
|
28
|
-
"extendedDescription": "supported protocols are [file, http].\nfor example: \"http://localhost:3000\", \"file:///tmp/local-scope\"",
|
|
29
|
-
"group": "ungrouped",
|
|
30
|
-
"private": false
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "del <name>",
|
|
34
|
-
"alias": "",
|
|
35
|
-
"options": [
|
|
36
|
-
[
|
|
37
|
-
"g",
|
|
38
|
-
"global",
|
|
39
|
-
"remove a globally configured remote scope"
|
|
40
|
-
]
|
|
41
|
-
],
|
|
42
|
-
"description": "remove a tracked bit remote",
|
|
43
|
-
"extendedDescription": "",
|
|
44
|
-
"group": "ungrouped",
|
|
45
|
-
"private": false
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
2
|
{
|
|
50
3
|
"name": "completion",
|
|
51
4
|
"alias": "",
|
|
@@ -339,6 +292,53 @@
|
|
|
339
292
|
}
|
|
340
293
|
]
|
|
341
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"name": "remote",
|
|
297
|
+
"alias": "",
|
|
298
|
+
"options": [
|
|
299
|
+
[
|
|
300
|
+
"g",
|
|
301
|
+
"global",
|
|
302
|
+
"see globally configured remotes"
|
|
303
|
+
]
|
|
304
|
+
],
|
|
305
|
+
"description": "manage set of tracked bit scope(s)",
|
|
306
|
+
"extendedDescription": "",
|
|
307
|
+
"group": "collaborate",
|
|
308
|
+
"private": false,
|
|
309
|
+
"commands": [
|
|
310
|
+
{
|
|
311
|
+
"name": "add <url>",
|
|
312
|
+
"alias": "",
|
|
313
|
+
"options": [
|
|
314
|
+
[
|
|
315
|
+
"g",
|
|
316
|
+
"global",
|
|
317
|
+
"configure a remote bit scope"
|
|
318
|
+
]
|
|
319
|
+
],
|
|
320
|
+
"description": "add a bare-scope as a remote",
|
|
321
|
+
"extendedDescription": "supported protocols are [file, http].\nfor example: \"http://localhost:3000\", \"file:///tmp/local-scope\"",
|
|
322
|
+
"group": "ungrouped",
|
|
323
|
+
"private": false
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "del <name>",
|
|
327
|
+
"alias": "",
|
|
328
|
+
"options": [
|
|
329
|
+
[
|
|
330
|
+
"g",
|
|
331
|
+
"global",
|
|
332
|
+
"remove a globally configured remote scope"
|
|
333
|
+
]
|
|
334
|
+
],
|
|
335
|
+
"description": "remove a tracked bit remote",
|
|
336
|
+
"extendedDescription": "",
|
|
337
|
+
"group": "ungrouped",
|
|
338
|
+
"private": false
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
342
|
{
|
|
343
343
|
"name": "show <component-name>",
|
|
344
344
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -1,51 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "remote",
|
|
4
|
-
"alias": "",
|
|
5
|
-
"options": [
|
|
6
|
-
[
|
|
7
|
-
"g",
|
|
8
|
-
"global",
|
|
9
|
-
"see globally configured remotes"
|
|
10
|
-
]
|
|
11
|
-
],
|
|
12
|
-
"description": "manage set of tracked bit scope(s)",
|
|
13
|
-
"extendedDescription": "",
|
|
14
|
-
"group": "collaborate",
|
|
15
|
-
"private": false,
|
|
16
|
-
"commands": [
|
|
17
|
-
{
|
|
18
|
-
"name": "add <url>",
|
|
19
|
-
"alias": "",
|
|
20
|
-
"options": [
|
|
21
|
-
[
|
|
22
|
-
"g",
|
|
23
|
-
"global",
|
|
24
|
-
"configure a remote bit scope"
|
|
25
|
-
]
|
|
26
|
-
],
|
|
27
|
-
"description": "add a bare-scope as a remote",
|
|
28
|
-
"extendedDescription": "supported protocols are [file, http].\nfor example: \"http://localhost:3000\", \"file:///tmp/local-scope\"",
|
|
29
|
-
"group": "ungrouped",
|
|
30
|
-
"private": false
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "del <name>",
|
|
34
|
-
"alias": "",
|
|
35
|
-
"options": [
|
|
36
|
-
[
|
|
37
|
-
"g",
|
|
38
|
-
"global",
|
|
39
|
-
"remove a globally configured remote scope"
|
|
40
|
-
]
|
|
41
|
-
],
|
|
42
|
-
"description": "remove a tracked bit remote",
|
|
43
|
-
"extendedDescription": "",
|
|
44
|
-
"group": "ungrouped",
|
|
45
|
-
"private": false
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
2
|
{
|
|
50
3
|
"name": "completion",
|
|
51
4
|
"alias": "",
|
|
@@ -339,6 +292,53 @@
|
|
|
339
292
|
}
|
|
340
293
|
]
|
|
341
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"name": "remote",
|
|
297
|
+
"alias": "",
|
|
298
|
+
"options": [
|
|
299
|
+
[
|
|
300
|
+
"g",
|
|
301
|
+
"global",
|
|
302
|
+
"see globally configured remotes"
|
|
303
|
+
]
|
|
304
|
+
],
|
|
305
|
+
"description": "manage set of tracked bit scope(s)",
|
|
306
|
+
"extendedDescription": "",
|
|
307
|
+
"group": "collaborate",
|
|
308
|
+
"private": false,
|
|
309
|
+
"commands": [
|
|
310
|
+
{
|
|
311
|
+
"name": "add <url>",
|
|
312
|
+
"alias": "",
|
|
313
|
+
"options": [
|
|
314
|
+
[
|
|
315
|
+
"g",
|
|
316
|
+
"global",
|
|
317
|
+
"configure a remote bit scope"
|
|
318
|
+
]
|
|
319
|
+
],
|
|
320
|
+
"description": "add a bare-scope as a remote",
|
|
321
|
+
"extendedDescription": "supported protocols are [file, http].\nfor example: \"http://localhost:3000\", \"file:///tmp/local-scope\"",
|
|
322
|
+
"group": "ungrouped",
|
|
323
|
+
"private": false
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "del <name>",
|
|
327
|
+
"alias": "",
|
|
328
|
+
"options": [
|
|
329
|
+
[
|
|
330
|
+
"g",
|
|
331
|
+
"global",
|
|
332
|
+
"remove a globally configured remote scope"
|
|
333
|
+
]
|
|
334
|
+
],
|
|
335
|
+
"description": "remove a tracked bit remote",
|
|
336
|
+
"extendedDescription": "",
|
|
337
|
+
"group": "ungrouped",
|
|
338
|
+
"private": false
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
342
|
{
|
|
343
343
|
"name": "show <component-name>",
|
|
344
344
|
"alias": "",
|