@teambit/harmony.content.cli-reference 1.95.27 → 1.95.28
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 +31 -3
- package/dist/cli-reference.json +31 -3
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.28.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1654831618244.js → preview-1654918011878.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.27.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1096,7 +1096,23 @@
|
|
|
1096
1096
|
"name": "replace <old-env> <new-env>",
|
|
1097
1097
|
"options": [],
|
|
1098
1098
|
"description": "replace an existing env with another env for all components using the old env",
|
|
1099
|
-
"group": "development"
|
|
1099
|
+
"group": "development",
|
|
1100
|
+
"arguments": [
|
|
1101
|
+
{
|
|
1102
|
+
"name": "old-env",
|
|
1103
|
+
"description": "current environment id"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"name": "new-env",
|
|
1107
|
+
"description": "target environment id"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"examples": [
|
|
1111
|
+
{
|
|
1112
|
+
"cmd": "replace teambit.harmony/aspect teambit.harmony/node",
|
|
1113
|
+
"description": "all components using aspect env, will be replaced with node env"
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1100
1116
|
}
|
|
1101
1117
|
]
|
|
1102
1118
|
},
|
|
@@ -1930,7 +1946,13 @@
|
|
|
1930
1946
|
"extendedDescription": "if no ids are provided, it will tag all new and modified components.\nif component ids are entered, you can specify a version per id using \"@\" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major\nhttps://bit.dev/components/tags\nyou can use a pattern for multiple ids, such as bit tag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
1931
1947
|
"group": "development",
|
|
1932
1948
|
"private": false,
|
|
1933
|
-
"remoteOp": true
|
|
1949
|
+
"remoteOp": true,
|
|
1950
|
+
"examples": [
|
|
1951
|
+
{
|
|
1952
|
+
"cmd": "tag --ver 1.0.0",
|
|
1953
|
+
"description": "tag all components to version 1.0.0"
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1934
1956
|
},
|
|
1935
1957
|
{
|
|
1936
1958
|
"name": "snap [id]",
|
|
@@ -2347,7 +2369,13 @@
|
|
|
2347
2369
|
"group": "info",
|
|
2348
2370
|
"private": false,
|
|
2349
2371
|
"remoteOp": true,
|
|
2350
|
-
"skipWorkspace": true
|
|
2372
|
+
"skipWorkspace": true,
|
|
2373
|
+
"arguments": [
|
|
2374
|
+
{
|
|
2375
|
+
"name": "id",
|
|
2376
|
+
"description": "component-id or component-name"
|
|
2377
|
+
}
|
|
2378
|
+
]
|
|
2351
2379
|
},
|
|
2352
2380
|
{
|
|
2353
2381
|
"name": "deprecate <id>",
|
package/dist/cli-reference.json
CHANGED
|
@@ -1096,7 +1096,23 @@
|
|
|
1096
1096
|
"name": "replace <old-env> <new-env>",
|
|
1097
1097
|
"options": [],
|
|
1098
1098
|
"description": "replace an existing env with another env for all components using the old env",
|
|
1099
|
-
"group": "development"
|
|
1099
|
+
"group": "development",
|
|
1100
|
+
"arguments": [
|
|
1101
|
+
{
|
|
1102
|
+
"name": "old-env",
|
|
1103
|
+
"description": "current environment id"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"name": "new-env",
|
|
1107
|
+
"description": "target environment id"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"examples": [
|
|
1111
|
+
{
|
|
1112
|
+
"cmd": "replace teambit.harmony/aspect teambit.harmony/node",
|
|
1113
|
+
"description": "all components using aspect env, will be replaced with node env"
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1100
1116
|
}
|
|
1101
1117
|
]
|
|
1102
1118
|
},
|
|
@@ -1930,7 +1946,13 @@
|
|
|
1930
1946
|
"extendedDescription": "if no ids are provided, it will tag all new and modified components.\nif component ids are entered, you can specify a version per id using \"@\" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major\nhttps://bit.dev/components/tags\nyou can use a pattern for multiple ids, such as bit tag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
1931
1947
|
"group": "development",
|
|
1932
1948
|
"private": false,
|
|
1933
|
-
"remoteOp": true
|
|
1949
|
+
"remoteOp": true,
|
|
1950
|
+
"examples": [
|
|
1951
|
+
{
|
|
1952
|
+
"cmd": "tag --ver 1.0.0",
|
|
1953
|
+
"description": "tag all components to version 1.0.0"
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1934
1956
|
},
|
|
1935
1957
|
{
|
|
1936
1958
|
"name": "snap [id]",
|
|
@@ -2347,7 +2369,13 @@
|
|
|
2347
2369
|
"group": "info",
|
|
2348
2370
|
"private": false,
|
|
2349
2371
|
"remoteOp": true,
|
|
2350
|
-
"skipWorkspace": true
|
|
2372
|
+
"skipWorkspace": true,
|
|
2373
|
+
"arguments": [
|
|
2374
|
+
{
|
|
2375
|
+
"name": "id",
|
|
2376
|
+
"description": "component-id or component-name"
|
|
2377
|
+
}
|
|
2378
|
+
]
|
|
2351
2379
|
},
|
|
2352
2380
|
{
|
|
2353
2381
|
"name": "deprecate <id>",
|