@teambit/harmony.content.cli-reference 2.0.971 → 2.0.973
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 +1 -1
- package/cli-reference.json +297 -105
- package/cli-reference.mdx +89 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +297 -105
- package/dist/cli-reference.mdx.js +201 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1774645620266.js → preview-1774991821432.js} +2 -2
- package/package.json +2 -2
package/dist/cli-reference.json
CHANGED
|
@@ -1059,6 +1059,298 @@
|
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "login",
|
|
1064
|
+
"alias": "",
|
|
1065
|
+
"options": [
|
|
1066
|
+
[
|
|
1067
|
+
"",
|
|
1068
|
+
"skip-config-update",
|
|
1069
|
+
"skip writing to the .npmrc file"
|
|
1070
|
+
],
|
|
1071
|
+
[
|
|
1072
|
+
"",
|
|
1073
|
+
"refresh-token",
|
|
1074
|
+
"force refresh token even when logged in"
|
|
1075
|
+
],
|
|
1076
|
+
[
|
|
1077
|
+
"d",
|
|
1078
|
+
"cloud-domain <domain>",
|
|
1079
|
+
"login cloud domain (default bit.cloud)"
|
|
1080
|
+
],
|
|
1081
|
+
[
|
|
1082
|
+
"",
|
|
1083
|
+
"default-cloud-domain",
|
|
1084
|
+
"login to default cloud domain (bit.cloud)"
|
|
1085
|
+
],
|
|
1086
|
+
[
|
|
1087
|
+
"p",
|
|
1088
|
+
"port <port>",
|
|
1089
|
+
"port number to open for localhost server (default 8085)"
|
|
1090
|
+
],
|
|
1091
|
+
[
|
|
1092
|
+
"",
|
|
1093
|
+
"no-browser",
|
|
1094
|
+
"do not open a browser for authentication"
|
|
1095
|
+
],
|
|
1096
|
+
[
|
|
1097
|
+
"",
|
|
1098
|
+
"machine-name <name>",
|
|
1099
|
+
"specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)"
|
|
1100
|
+
],
|
|
1101
|
+
[
|
|
1102
|
+
"",
|
|
1103
|
+
"suppress-browser-launch",
|
|
1104
|
+
"DEPRECATE. use --no-browser instead"
|
|
1105
|
+
]
|
|
1106
|
+
],
|
|
1107
|
+
"description": "authenticate with Bit Cloud for component publishing and collaboration",
|
|
1108
|
+
"extendedDescription": "opens browser to authenticate with Bit Cloud (bit.cloud) and obtain access token for publishing components.\nautomatically updates .npmrc file with registry configuration and authentication token for seamless package publishing.\nsupports custom cloud domains, CI/machine authentication, and manual token refresh options.",
|
|
1109
|
+
"group": "auth",
|
|
1110
|
+
"private": false,
|
|
1111
|
+
"remoteOp": true,
|
|
1112
|
+
"skipWorkspace": true
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "logout",
|
|
1116
|
+
"alias": "",
|
|
1117
|
+
"options": [],
|
|
1118
|
+
"description": "sign out of Bit Cloud and clear authentication tokens",
|
|
1119
|
+
"extendedDescription": "removes stored authentication tokens and signs out of Bit Cloud.\nclears local credentials while preserving .npmrc configurations.\nuse this to switch between accounts or when authentication tokens expire.",
|
|
1120
|
+
"group": "auth",
|
|
1121
|
+
"private": false,
|
|
1122
|
+
"skipWorkspace": true
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "whoami",
|
|
1126
|
+
"alias": "",
|
|
1127
|
+
"options": [],
|
|
1128
|
+
"description": "display the currently authenticated Bit Cloud user",
|
|
1129
|
+
"extendedDescription": "shows the username of the currently logged in Bit Cloud account.\nverifies authentication status with the cloud service and displays the active username.\nuseful for confirming authentication before publishing or when switching between accounts.",
|
|
1130
|
+
"group": "auth",
|
|
1131
|
+
"private": false,
|
|
1132
|
+
"skipWorkspace": true
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "npmrc [sub-command]",
|
|
1136
|
+
"alias": "",
|
|
1137
|
+
"options": [],
|
|
1138
|
+
"description": "configure .npmrc file with Bit Cloud registry and authentication settings",
|
|
1139
|
+
"extendedDescription": "manages .npmrc configuration for seamless package installation from Bit Cloud registries.\nautomatically configures scoped registries and authentication tokens for your workspace components.\nprovides sub-commands for generating, updating, and managing npm registry configurations.",
|
|
1140
|
+
"group": "auth",
|
|
1141
|
+
"private": false,
|
|
1142
|
+
"skipWorkspace": true,
|
|
1143
|
+
"commands": [
|
|
1144
|
+
{
|
|
1145
|
+
"name": "generate",
|
|
1146
|
+
"alias": "",
|
|
1147
|
+
"options": [
|
|
1148
|
+
[
|
|
1149
|
+
"",
|
|
1150
|
+
"dry-run",
|
|
1151
|
+
"show the .npmrc file content that will be written"
|
|
1152
|
+
],
|
|
1153
|
+
[
|
|
1154
|
+
"f",
|
|
1155
|
+
"force",
|
|
1156
|
+
"force update the .npmrc file even if there are conflicts"
|
|
1157
|
+
]
|
|
1158
|
+
],
|
|
1159
|
+
"description": "update npmrc file with scope, registry, and token information from bit.cloud",
|
|
1160
|
+
"extendedDescription": "",
|
|
1161
|
+
"group": "auth",
|
|
1162
|
+
"private": false,
|
|
1163
|
+
"skipWorkspace": false
|
|
1164
|
+
}
|
|
1165
|
+
]
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "ripple <sub-command>",
|
|
1169
|
+
"alias": "",
|
|
1170
|
+
"options": [],
|
|
1171
|
+
"description": "manage Ripple CI jobs on bit.cloud",
|
|
1172
|
+
"extendedDescription": "view, retry, and manage Ripple CI jobs that build your components in the cloud after export.",
|
|
1173
|
+
"group": "collaborate",
|
|
1174
|
+
"private": false,
|
|
1175
|
+
"remoteOp": true,
|
|
1176
|
+
"skipWorkspace": true,
|
|
1177
|
+
"commands": [
|
|
1178
|
+
{
|
|
1179
|
+
"name": "list",
|
|
1180
|
+
"alias": "",
|
|
1181
|
+
"options": [
|
|
1182
|
+
[
|
|
1183
|
+
"",
|
|
1184
|
+
"all",
|
|
1185
|
+
"show jobs from all owners, not just the workspace owner"
|
|
1186
|
+
],
|
|
1187
|
+
[
|
|
1188
|
+
"o",
|
|
1189
|
+
"owner <owner>",
|
|
1190
|
+
"filter by organization (default: detected from workspace defaultScope)"
|
|
1191
|
+
],
|
|
1192
|
+
[
|
|
1193
|
+
"s",
|
|
1194
|
+
"scope <scope>",
|
|
1195
|
+
"filter by scope (e.g. \"teambit.cloud\")"
|
|
1196
|
+
],
|
|
1197
|
+
[
|
|
1198
|
+
"",
|
|
1199
|
+
"lane <lane>",
|
|
1200
|
+
"filter by lane ID (e.g. \"scope/lane-name\")"
|
|
1201
|
+
],
|
|
1202
|
+
[
|
|
1203
|
+
"u",
|
|
1204
|
+
"user <user>",
|
|
1205
|
+
"filter by username"
|
|
1206
|
+
],
|
|
1207
|
+
[
|
|
1208
|
+
"",
|
|
1209
|
+
"status <status>",
|
|
1210
|
+
"filter by status (e.g. SUCCESS, FAILURE, RUNNING)"
|
|
1211
|
+
],
|
|
1212
|
+
[
|
|
1213
|
+
"l",
|
|
1214
|
+
"limit <limit>",
|
|
1215
|
+
"max number of jobs to show (default: 20)"
|
|
1216
|
+
],
|
|
1217
|
+
[
|
|
1218
|
+
"j",
|
|
1219
|
+
"json",
|
|
1220
|
+
"return the output as JSON"
|
|
1221
|
+
]
|
|
1222
|
+
],
|
|
1223
|
+
"description": "list recent Ripple CI jobs (filtered by workspace owner by default)",
|
|
1224
|
+
"extendedDescription": "",
|
|
1225
|
+
"group": "ungrouped",
|
|
1226
|
+
"private": false,
|
|
1227
|
+
"remoteOp": true,
|
|
1228
|
+
"skipWorkspace": true
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "log [job-id]",
|
|
1232
|
+
"alias": "",
|
|
1233
|
+
"options": [
|
|
1234
|
+
[
|
|
1235
|
+
"",
|
|
1236
|
+
"lane <lane>",
|
|
1237
|
+
"lane ID to find the latest job for (default: detected from .bitmap)"
|
|
1238
|
+
],
|
|
1239
|
+
[
|
|
1240
|
+
"c",
|
|
1241
|
+
"component <component>",
|
|
1242
|
+
"show build tasks for a specific component (full component ID)"
|
|
1243
|
+
],
|
|
1244
|
+
[
|
|
1245
|
+
"j",
|
|
1246
|
+
"json",
|
|
1247
|
+
"return the output as JSON"
|
|
1248
|
+
]
|
|
1249
|
+
],
|
|
1250
|
+
"description": "show job details and component build task summaries (auto-detects current lane when no job-id given)",
|
|
1251
|
+
"extendedDescription": "",
|
|
1252
|
+
"group": "ungrouped",
|
|
1253
|
+
"private": false,
|
|
1254
|
+
"remoteOp": true,
|
|
1255
|
+
"skipWorkspace": true,
|
|
1256
|
+
"arguments": [
|
|
1257
|
+
{
|
|
1258
|
+
"name": "job-id",
|
|
1259
|
+
"description": "the Ripple CI job ID (optional — auto-detects from current lane)"
|
|
1260
|
+
}
|
|
1261
|
+
]
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "errors [job-id]",
|
|
1265
|
+
"alias": "",
|
|
1266
|
+
"options": [
|
|
1267
|
+
[
|
|
1268
|
+
"",
|
|
1269
|
+
"lane <lane>",
|
|
1270
|
+
"lane ID to find the latest failed job for (default: detected from .bitmap)"
|
|
1271
|
+
],
|
|
1272
|
+
[
|
|
1273
|
+
"",
|
|
1274
|
+
"log",
|
|
1275
|
+
"show full build log for failed containers (not just the error summary)"
|
|
1276
|
+
],
|
|
1277
|
+
[
|
|
1278
|
+
"j",
|
|
1279
|
+
"json",
|
|
1280
|
+
"return the output as JSON"
|
|
1281
|
+
]
|
|
1282
|
+
],
|
|
1283
|
+
"description": "show build errors for a Ripple CI job (auto-detects current lane when no job-id given)",
|
|
1284
|
+
"extendedDescription": "",
|
|
1285
|
+
"group": "ungrouped",
|
|
1286
|
+
"private": false,
|
|
1287
|
+
"remoteOp": true,
|
|
1288
|
+
"skipWorkspace": true,
|
|
1289
|
+
"arguments": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "job-id",
|
|
1292
|
+
"description": "the Ripple CI job ID (optional — auto-detects from current lane)"
|
|
1293
|
+
}
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "retry [job-id]",
|
|
1298
|
+
"alias": "",
|
|
1299
|
+
"options": [
|
|
1300
|
+
[
|
|
1301
|
+
"",
|
|
1302
|
+
"lane <lane>",
|
|
1303
|
+
"lane ID to find the latest job for (default: detected from .bitmap)"
|
|
1304
|
+
],
|
|
1305
|
+
[
|
|
1306
|
+
"j",
|
|
1307
|
+
"json",
|
|
1308
|
+
"return the output as JSON"
|
|
1309
|
+
]
|
|
1310
|
+
],
|
|
1311
|
+
"description": "retry a failed Ripple CI job (auto-detects current lane when no job-id given)",
|
|
1312
|
+
"extendedDescription": "",
|
|
1313
|
+
"group": "ungrouped",
|
|
1314
|
+
"private": false,
|
|
1315
|
+
"remoteOp": true,
|
|
1316
|
+
"skipWorkspace": true,
|
|
1317
|
+
"arguments": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "job-id",
|
|
1320
|
+
"description": "the Ripple CI job ID to retry (optional — auto-detects from current lane)"
|
|
1321
|
+
}
|
|
1322
|
+
]
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "stop [job-id]",
|
|
1326
|
+
"alias": "",
|
|
1327
|
+
"options": [
|
|
1328
|
+
[
|
|
1329
|
+
"",
|
|
1330
|
+
"lane <lane>",
|
|
1331
|
+
"lane ID to find the latest job for (default: detected from .bitmap)"
|
|
1332
|
+
],
|
|
1333
|
+
[
|
|
1334
|
+
"j",
|
|
1335
|
+
"json",
|
|
1336
|
+
"return the output as JSON"
|
|
1337
|
+
]
|
|
1338
|
+
],
|
|
1339
|
+
"description": "stop a running Ripple CI job (auto-detects current lane when no job-id given)",
|
|
1340
|
+
"extendedDescription": "",
|
|
1341
|
+
"group": "ungrouped",
|
|
1342
|
+
"private": false,
|
|
1343
|
+
"remoteOp": true,
|
|
1344
|
+
"skipWorkspace": true,
|
|
1345
|
+
"arguments": [
|
|
1346
|
+
{
|
|
1347
|
+
"name": "job-id",
|
|
1348
|
+
"description": "the Ripple CI job ID to stop (optional — auto-detects from current lane)"
|
|
1349
|
+
}
|
|
1350
|
+
]
|
|
1351
|
+
}
|
|
1352
|
+
]
|
|
1353
|
+
},
|
|
1062
1354
|
{
|
|
1063
1355
|
"name": "list [remote-scope]",
|
|
1064
1356
|
"alias": "ls",
|
|
@@ -4284,6 +4576,11 @@
|
|
|
4284
4576
|
"",
|
|
4285
4577
|
"quick",
|
|
4286
4578
|
"show only new and modified components based on file changes. much faster, but does not detect dependency or config changes"
|
|
4579
|
+
],
|
|
4580
|
+
[
|
|
4581
|
+
"",
|
|
4582
|
+
"expand",
|
|
4583
|
+
"expand all collapsed sections (e.g. auto-tag pending components)"
|
|
4287
4584
|
]
|
|
4288
4585
|
],
|
|
4289
4586
|
"description": "show workspace component status and issues",
|
|
@@ -5151,111 +5448,6 @@
|
|
|
5151
5448
|
}
|
|
5152
5449
|
]
|
|
5153
5450
|
},
|
|
5154
|
-
{
|
|
5155
|
-
"name": "login",
|
|
5156
|
-
"alias": "",
|
|
5157
|
-
"options": [
|
|
5158
|
-
[
|
|
5159
|
-
"",
|
|
5160
|
-
"skip-config-update",
|
|
5161
|
-
"skip writing to the .npmrc file"
|
|
5162
|
-
],
|
|
5163
|
-
[
|
|
5164
|
-
"",
|
|
5165
|
-
"refresh-token",
|
|
5166
|
-
"force refresh token even when logged in"
|
|
5167
|
-
],
|
|
5168
|
-
[
|
|
5169
|
-
"d",
|
|
5170
|
-
"cloud-domain <domain>",
|
|
5171
|
-
"login cloud domain (default bit.cloud)"
|
|
5172
|
-
],
|
|
5173
|
-
[
|
|
5174
|
-
"",
|
|
5175
|
-
"default-cloud-domain",
|
|
5176
|
-
"login to default cloud domain (bit.cloud)"
|
|
5177
|
-
],
|
|
5178
|
-
[
|
|
5179
|
-
"p",
|
|
5180
|
-
"port <port>",
|
|
5181
|
-
"port number to open for localhost server (default 8085)"
|
|
5182
|
-
],
|
|
5183
|
-
[
|
|
5184
|
-
"",
|
|
5185
|
-
"no-browser",
|
|
5186
|
-
"do not open a browser for authentication"
|
|
5187
|
-
],
|
|
5188
|
-
[
|
|
5189
|
-
"",
|
|
5190
|
-
"machine-name <name>",
|
|
5191
|
-
"specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)"
|
|
5192
|
-
],
|
|
5193
|
-
[
|
|
5194
|
-
"",
|
|
5195
|
-
"suppress-browser-launch",
|
|
5196
|
-
"DEPRECATE. use --no-browser instead"
|
|
5197
|
-
]
|
|
5198
|
-
],
|
|
5199
|
-
"description": "authenticate with Bit Cloud for component publishing and collaboration",
|
|
5200
|
-
"extendedDescription": "opens browser to authenticate with Bit Cloud (bit.cloud) and obtain access token for publishing components.\nautomatically updates .npmrc file with registry configuration and authentication token for seamless package publishing.\nsupports custom cloud domains, CI/machine authentication, and manual token refresh options.",
|
|
5201
|
-
"group": "auth",
|
|
5202
|
-
"private": false,
|
|
5203
|
-
"remoteOp": true,
|
|
5204
|
-
"skipWorkspace": true
|
|
5205
|
-
},
|
|
5206
|
-
{
|
|
5207
|
-
"name": "logout",
|
|
5208
|
-
"alias": "",
|
|
5209
|
-
"options": [],
|
|
5210
|
-
"description": "sign out of Bit Cloud and clear authentication tokens",
|
|
5211
|
-
"extendedDescription": "removes stored authentication tokens and signs out of Bit Cloud.\nclears local credentials while preserving .npmrc configurations.\nuse this to switch between accounts or when authentication tokens expire.",
|
|
5212
|
-
"group": "auth",
|
|
5213
|
-
"private": false,
|
|
5214
|
-
"skipWorkspace": true
|
|
5215
|
-
},
|
|
5216
|
-
{
|
|
5217
|
-
"name": "whoami",
|
|
5218
|
-
"alias": "",
|
|
5219
|
-
"options": [],
|
|
5220
|
-
"description": "display the currently authenticated Bit Cloud user",
|
|
5221
|
-
"extendedDescription": "shows the username of the currently logged in Bit Cloud account.\nverifies authentication status with the cloud service and displays the active username.\nuseful for confirming authentication before publishing or when switching between accounts.",
|
|
5222
|
-
"group": "auth",
|
|
5223
|
-
"private": false,
|
|
5224
|
-
"skipWorkspace": true
|
|
5225
|
-
},
|
|
5226
|
-
{
|
|
5227
|
-
"name": "npmrc [sub-command]",
|
|
5228
|
-
"alias": "",
|
|
5229
|
-
"options": [],
|
|
5230
|
-
"description": "configure .npmrc file with Bit Cloud registry and authentication settings",
|
|
5231
|
-
"extendedDescription": "manages .npmrc configuration for seamless package installation from Bit Cloud registries.\nautomatically configures scoped registries and authentication tokens for your workspace components.\nprovides sub-commands for generating, updating, and managing npm registry configurations.",
|
|
5232
|
-
"group": "auth",
|
|
5233
|
-
"private": false,
|
|
5234
|
-
"skipWorkspace": true,
|
|
5235
|
-
"commands": [
|
|
5236
|
-
{
|
|
5237
|
-
"name": "generate",
|
|
5238
|
-
"alias": "",
|
|
5239
|
-
"options": [
|
|
5240
|
-
[
|
|
5241
|
-
"",
|
|
5242
|
-
"dry-run",
|
|
5243
|
-
"show the .npmrc file content that will be written"
|
|
5244
|
-
],
|
|
5245
|
-
[
|
|
5246
|
-
"f",
|
|
5247
|
-
"force",
|
|
5248
|
-
"force update the .npmrc file even if there are conflicts"
|
|
5249
|
-
]
|
|
5250
|
-
],
|
|
5251
|
-
"description": "update npmrc file with scope, registry, and token information from bit.cloud",
|
|
5252
|
-
"extendedDescription": "",
|
|
5253
|
-
"group": "auth",
|
|
5254
|
-
"private": false,
|
|
5255
|
-
"skipWorkspace": false
|
|
5256
|
-
}
|
|
5257
|
-
]
|
|
5258
|
-
},
|
|
5259
5451
|
{
|
|
5260
5452
|
"name": "clear-cache",
|
|
5261
5453
|
"alias": "cc",
|
|
@@ -4322,6 +4322,204 @@ function _createMdxContent(props) {
|
|
|
4322
4322
|
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4323
4323
|
children: "-x"
|
|
4324
4324
|
}), " | do not install packages of the imported components |"]
|
|
4325
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
4326
|
+
children: "ripple"
|
|
4327
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4328
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4329
|
+
children: "Description"
|
|
4330
|
+
}), ": manage Ripple CI jobs on bit.cloud", (0, _jsxRuntime.jsx)(_components.br, {}), "\n", "view, retry, and manage Ripple CI jobs that build your components in the cloud after export."]
|
|
4331
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.p, {
|
|
4332
|
+
children: (0, _jsxRuntime.jsx)(_components.code, {
|
|
4333
|
+
children: "bit ripple <sub-command>"
|
|
4334
|
+
})
|
|
4335
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
|
|
4336
|
+
children: "ripple list"
|
|
4337
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4338
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4339
|
+
children: "Usage"
|
|
4340
|
+
}), ": ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4341
|
+
children: "ripple list"
|
|
4342
|
+
})]
|
|
4343
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4344
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4345
|
+
children: "Description"
|
|
4346
|
+
}), ": list recent Ripple CI jobs (filtered by workspace owner by default)"]
|
|
4347
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4348
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4349
|
+
children: "Option"
|
|
4350
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4351
|
+
children: "Option alias"
|
|
4352
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4353
|
+
children: "Description"
|
|
4354
|
+
}), " |\n| ------------------- | :--------------: | ---------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4355
|
+
children: "--all"
|
|
4356
|
+
}), " | | show jobs from all owners, not just the workspace owner |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4357
|
+
children: "--owner <owner>"
|
|
4358
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4359
|
+
children: "-o"
|
|
4360
|
+
}), " | filter by organization (default: detected from workspace defaultScope) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4361
|
+
children: "--scope <scope>"
|
|
4362
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4363
|
+
children: "-s"
|
|
4364
|
+
}), " | filter by scope (e.g. \"teambit.cloud\") |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4365
|
+
children: "--lane <lane>"
|
|
4366
|
+
}), " | | filter by lane ID (e.g. \"scope/lane-name\") |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4367
|
+
children: "--user <user>"
|
|
4368
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4369
|
+
children: "-u"
|
|
4370
|
+
}), " | filter by username |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4371
|
+
children: "--status <status>"
|
|
4372
|
+
}), " | | filter by status (e.g. SUCCESS, FAILURE, RUNNING) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4373
|
+
children: "--limit <limit>"
|
|
4374
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4375
|
+
children: "-l"
|
|
4376
|
+
}), " | max number of jobs to show (default: 20) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4377
|
+
children: "--json"
|
|
4378
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4379
|
+
children: "-j"
|
|
4380
|
+
}), " | return the output as JSON |"]
|
|
4381
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
|
|
4382
|
+
children: "ripple log"
|
|
4383
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4384
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4385
|
+
children: "Usage"
|
|
4386
|
+
}), ": ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4387
|
+
children: "ripple log [job-id]"
|
|
4388
|
+
})]
|
|
4389
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4390
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4391
|
+
children: "Description"
|
|
4392
|
+
}), ": show job details and component build task summaries (auto-detects current lane when no job-id given)"]
|
|
4393
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4394
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4395
|
+
children: "Arg"
|
|
4396
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4397
|
+
children: "Description"
|
|
4398
|
+
}), " |\n| -------- | :--------------------------------------------------------------: |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4399
|
+
children: "job-id"
|
|
4400
|
+
}), " | the Ripple CI job ID (optional — auto-detects from current lane) |"]
|
|
4401
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4402
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4403
|
+
children: "Option"
|
|
4404
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4405
|
+
children: "Option alias"
|
|
4406
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4407
|
+
children: "Description"
|
|
4408
|
+
}), " |\n| ------------------------- | :--------------: | ------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4409
|
+
children: "--lane <lane>"
|
|
4410
|
+
}), " | | lane ID to find the latest job for (default: detected from .bitmap) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4411
|
+
children: "--component <component>"
|
|
4412
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4413
|
+
children: "-c"
|
|
4414
|
+
}), " | show build tasks for a specific component (full component ID) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4415
|
+
children: "--json"
|
|
4416
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4417
|
+
children: "-j"
|
|
4418
|
+
}), " | return the output as JSON |"]
|
|
4419
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
|
|
4420
|
+
children: "ripple errors"
|
|
4421
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4422
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4423
|
+
children: "Usage"
|
|
4424
|
+
}), ": ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4425
|
+
children: "ripple errors [job-id]"
|
|
4426
|
+
})]
|
|
4427
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4428
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4429
|
+
children: "Description"
|
|
4430
|
+
}), ": show build errors for a Ripple CI job (auto-detects current lane when no job-id given)"]
|
|
4431
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4432
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4433
|
+
children: "Arg"
|
|
4434
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4435
|
+
children: "Description"
|
|
4436
|
+
}), " |\n| -------- | :--------------------------------------------------------------: |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4437
|
+
children: "job-id"
|
|
4438
|
+
}), " | the Ripple CI job ID (optional — auto-detects from current lane) |"]
|
|
4439
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4440
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4441
|
+
children: "Option"
|
|
4442
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4443
|
+
children: "Option alias"
|
|
4444
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4445
|
+
children: "Description"
|
|
4446
|
+
}), " |\n| --------------- | :--------------: | -------------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4447
|
+
children: "--lane <lane>"
|
|
4448
|
+
}), " | | lane ID to find the latest failed job for (default: detected from .bitmap) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4449
|
+
children: "--log"
|
|
4450
|
+
}), " | | show full build log for failed containers (not just the error summary) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4451
|
+
children: "--json"
|
|
4452
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4453
|
+
children: "-j"
|
|
4454
|
+
}), " | return the output as JSON |"]
|
|
4455
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
|
|
4456
|
+
children: "ripple retry"
|
|
4457
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4458
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4459
|
+
children: "Usage"
|
|
4460
|
+
}), ": ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4461
|
+
children: "ripple retry [job-id]"
|
|
4462
|
+
})]
|
|
4463
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4464
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4465
|
+
children: "Description"
|
|
4466
|
+
}), ": retry a failed Ripple CI job (auto-detects current lane when no job-id given)"]
|
|
4467
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4468
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4469
|
+
children: "Arg"
|
|
4470
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4471
|
+
children: "Description"
|
|
4472
|
+
}), " |\n| -------- | :-----------------------------------------------------------------------: |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4473
|
+
children: "job-id"
|
|
4474
|
+
}), " | the Ripple CI job ID to retry (optional — auto-detects from current lane) |"]
|
|
4475
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4476
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4477
|
+
children: "Option"
|
|
4478
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4479
|
+
children: "Option alias"
|
|
4480
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4481
|
+
children: "Description"
|
|
4482
|
+
}), " |\n| --------------- | :--------------: | ------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4483
|
+
children: "--lane <lane>"
|
|
4484
|
+
}), " | | lane ID to find the latest job for (default: detected from .bitmap) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4485
|
+
children: "--json"
|
|
4486
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4487
|
+
children: "-j"
|
|
4488
|
+
}), " | return the output as JSON |"]
|
|
4489
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
|
|
4490
|
+
children: "ripple stop"
|
|
4491
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4492
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4493
|
+
children: "Usage"
|
|
4494
|
+
}), ": ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4495
|
+
children: "ripple stop [job-id]"
|
|
4496
|
+
})]
|
|
4497
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4498
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
4499
|
+
children: "Description"
|
|
4500
|
+
}), ": stop a running Ripple CI job (auto-detects current lane when no job-id given)"]
|
|
4501
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4502
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4503
|
+
children: "Arg"
|
|
4504
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4505
|
+
children: "Description"
|
|
4506
|
+
}), " |\n| -------- | :----------------------------------------------------------------------: |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4507
|
+
children: "job-id"
|
|
4508
|
+
}), " | the Ripple CI job ID to stop (optional — auto-detects from current lane) |"]
|
|
4509
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
4510
|
+
children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4511
|
+
children: "Option"
|
|
4512
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4513
|
+
children: "Option alias"
|
|
4514
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
4515
|
+
children: "Description"
|
|
4516
|
+
}), " |\n| --------------- | :--------------: | ------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4517
|
+
children: "--lane <lane>"
|
|
4518
|
+
}), " | | lane ID to find the latest job for (default: detected from .bitmap) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4519
|
+
children: "--json"
|
|
4520
|
+
}), " | ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4521
|
+
children: "-j"
|
|
4522
|
+
}), " | return the output as JSON |"]
|
|
4325
4523
|
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
4326
4524
|
children: "run"
|
|
4327
4525
|
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
@@ -4961,7 +5159,9 @@ function _createMdxContent(props) {
|
|
|
4961
5159
|
children: "-c"
|
|
4962
5160
|
}), " | do not check for circular dependencies to get the results quicker |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
4963
5161
|
children: "--quick"
|
|
4964
|
-
}), " | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |"
|
|
5162
|
+
}), " | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
5163
|
+
children: "--expand"
|
|
5164
|
+
}), " | | expand all collapsed sections (e.g. auto-tag pending components) |"]
|
|
4965
5165
|
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
4966
5166
|
children: "system"
|
|
4967
5167
|
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|