@salesforce/analytics 1.4.46 → 1.4.47
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/npm-shrinkwrap.json +1408 -1049
- package/oclif.lock +1102 -1036
- package/oclif.manifest.json +455 -455
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -1232,6 +1232,254 @@
|
|
|
1232
1232
|
"update.js"
|
|
1233
1233
|
]
|
|
1234
1234
|
},
|
|
1235
|
+
"analytics:dataflow:list": {
|
|
1236
|
+
"aliases": [],
|
|
1237
|
+
"args": {},
|
|
1238
|
+
"description": "Lists Analytics dataflows in the specified target org.",
|
|
1239
|
+
"examples": [
|
|
1240
|
+
"$ sfdx analytics:dataflow:list"
|
|
1241
|
+
],
|
|
1242
|
+
"flags": {
|
|
1243
|
+
"json": {
|
|
1244
|
+
"description": "Format output as json.",
|
|
1245
|
+
"helpGroup": "GLOBAL",
|
|
1246
|
+
"name": "json",
|
|
1247
|
+
"allowNo": false,
|
|
1248
|
+
"type": "boolean"
|
|
1249
|
+
},
|
|
1250
|
+
"loglevel": {
|
|
1251
|
+
"deprecated": {
|
|
1252
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
1253
|
+
},
|
|
1254
|
+
"hidden": true,
|
|
1255
|
+
"name": "loglevel",
|
|
1256
|
+
"hasDynamicHelp": false,
|
|
1257
|
+
"multiple": false,
|
|
1258
|
+
"type": "option"
|
|
1259
|
+
},
|
|
1260
|
+
"target-org": {
|
|
1261
|
+
"aliases": [
|
|
1262
|
+
"targetusername",
|
|
1263
|
+
"u"
|
|
1264
|
+
],
|
|
1265
|
+
"char": "o",
|
|
1266
|
+
"deprecateAliases": true,
|
|
1267
|
+
"name": "target-org",
|
|
1268
|
+
"noCacheDefault": true,
|
|
1269
|
+
"required": true,
|
|
1270
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1271
|
+
"hasDynamicHelp": true,
|
|
1272
|
+
"multiple": false,
|
|
1273
|
+
"type": "option"
|
|
1274
|
+
},
|
|
1275
|
+
"api-version": {
|
|
1276
|
+
"aliases": [
|
|
1277
|
+
"apiversion"
|
|
1278
|
+
],
|
|
1279
|
+
"deprecateAliases": true,
|
|
1280
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1281
|
+
"name": "api-version",
|
|
1282
|
+
"hasDynamicHelp": false,
|
|
1283
|
+
"multiple": false,
|
|
1284
|
+
"type": "option"
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"hasDynamicHelp": true,
|
|
1288
|
+
"hiddenAliases": [],
|
|
1289
|
+
"id": "analytics:dataflow:list",
|
|
1290
|
+
"pluginAlias": "@salesforce/analytics",
|
|
1291
|
+
"pluginName": "@salesforce/analytics",
|
|
1292
|
+
"pluginType": "core",
|
|
1293
|
+
"strict": true,
|
|
1294
|
+
"summary": "list Analytics dataflows",
|
|
1295
|
+
"enableJsonFlag": true,
|
|
1296
|
+
"isESM": true,
|
|
1297
|
+
"relativePath": [
|
|
1298
|
+
"lib",
|
|
1299
|
+
"commands",
|
|
1300
|
+
"analytics",
|
|
1301
|
+
"dataflow",
|
|
1302
|
+
"list.js"
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
"analytics:dataflow:start": {
|
|
1306
|
+
"aliases": [],
|
|
1307
|
+
"args": {},
|
|
1308
|
+
"description": "Start an Analytics dataflow in the specified target org.",
|
|
1309
|
+
"examples": [
|
|
1310
|
+
"$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
|
|
1311
|
+
],
|
|
1312
|
+
"flags": {
|
|
1313
|
+
"json": {
|
|
1314
|
+
"description": "Format output as json.",
|
|
1315
|
+
"helpGroup": "GLOBAL",
|
|
1316
|
+
"name": "json",
|
|
1317
|
+
"allowNo": false,
|
|
1318
|
+
"type": "boolean"
|
|
1319
|
+
},
|
|
1320
|
+
"loglevel": {
|
|
1321
|
+
"deprecated": {
|
|
1322
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
1323
|
+
},
|
|
1324
|
+
"hidden": true,
|
|
1325
|
+
"name": "loglevel",
|
|
1326
|
+
"hasDynamicHelp": false,
|
|
1327
|
+
"multiple": false,
|
|
1328
|
+
"type": "option"
|
|
1329
|
+
},
|
|
1330
|
+
"target-org": {
|
|
1331
|
+
"aliases": [
|
|
1332
|
+
"targetusername",
|
|
1333
|
+
"u"
|
|
1334
|
+
],
|
|
1335
|
+
"char": "o",
|
|
1336
|
+
"deprecateAliases": true,
|
|
1337
|
+
"name": "target-org",
|
|
1338
|
+
"noCacheDefault": true,
|
|
1339
|
+
"required": true,
|
|
1340
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1341
|
+
"hasDynamicHelp": true,
|
|
1342
|
+
"multiple": false,
|
|
1343
|
+
"type": "option"
|
|
1344
|
+
},
|
|
1345
|
+
"api-version": {
|
|
1346
|
+
"aliases": [
|
|
1347
|
+
"apiversion"
|
|
1348
|
+
],
|
|
1349
|
+
"deprecateAliases": true,
|
|
1350
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1351
|
+
"name": "api-version",
|
|
1352
|
+
"hasDynamicHelp": false,
|
|
1353
|
+
"multiple": false,
|
|
1354
|
+
"type": "option"
|
|
1355
|
+
},
|
|
1356
|
+
"dataflowid": {
|
|
1357
|
+
"char": "i",
|
|
1358
|
+
"description": "The ID of the dataflow to update.",
|
|
1359
|
+
"name": "dataflowid",
|
|
1360
|
+
"required": true,
|
|
1361
|
+
"summary": "dataflow ID",
|
|
1362
|
+
"hasDynamicHelp": false,
|
|
1363
|
+
"multiple": false,
|
|
1364
|
+
"type": "option"
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
"hasDynamicHelp": true,
|
|
1368
|
+
"hiddenAliases": [],
|
|
1369
|
+
"id": "analytics:dataflow:start",
|
|
1370
|
+
"pluginAlias": "@salesforce/analytics",
|
|
1371
|
+
"pluginName": "@salesforce/analytics",
|
|
1372
|
+
"pluginType": "core",
|
|
1373
|
+
"strict": true,
|
|
1374
|
+
"summary": "start Analytics dataflows",
|
|
1375
|
+
"enableJsonFlag": true,
|
|
1376
|
+
"isESM": true,
|
|
1377
|
+
"relativePath": [
|
|
1378
|
+
"lib",
|
|
1379
|
+
"commands",
|
|
1380
|
+
"analytics",
|
|
1381
|
+
"dataflow",
|
|
1382
|
+
"start.js"
|
|
1383
|
+
]
|
|
1384
|
+
},
|
|
1385
|
+
"analytics:dataflow:update": {
|
|
1386
|
+
"aliases": [],
|
|
1387
|
+
"args": {},
|
|
1388
|
+
"description": "Update an Analytics dataflow in the specified target org.",
|
|
1389
|
+
"examples": [
|
|
1390
|
+
"$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
|
|
1391
|
+
],
|
|
1392
|
+
"flags": {
|
|
1393
|
+
"json": {
|
|
1394
|
+
"description": "Format output as json.",
|
|
1395
|
+
"helpGroup": "GLOBAL",
|
|
1396
|
+
"name": "json",
|
|
1397
|
+
"allowNo": false,
|
|
1398
|
+
"type": "boolean"
|
|
1399
|
+
},
|
|
1400
|
+
"loglevel": {
|
|
1401
|
+
"deprecated": {
|
|
1402
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
1403
|
+
},
|
|
1404
|
+
"hidden": true,
|
|
1405
|
+
"name": "loglevel",
|
|
1406
|
+
"hasDynamicHelp": false,
|
|
1407
|
+
"multiple": false,
|
|
1408
|
+
"type": "option"
|
|
1409
|
+
},
|
|
1410
|
+
"target-org": {
|
|
1411
|
+
"aliases": [
|
|
1412
|
+
"targetusername",
|
|
1413
|
+
"u"
|
|
1414
|
+
],
|
|
1415
|
+
"char": "o",
|
|
1416
|
+
"deprecateAliases": true,
|
|
1417
|
+
"name": "target-org",
|
|
1418
|
+
"noCacheDefault": true,
|
|
1419
|
+
"required": true,
|
|
1420
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1421
|
+
"hasDynamicHelp": true,
|
|
1422
|
+
"multiple": false,
|
|
1423
|
+
"type": "option"
|
|
1424
|
+
},
|
|
1425
|
+
"api-version": {
|
|
1426
|
+
"aliases": [
|
|
1427
|
+
"apiversion"
|
|
1428
|
+
],
|
|
1429
|
+
"deprecateAliases": true,
|
|
1430
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1431
|
+
"name": "api-version",
|
|
1432
|
+
"hasDynamicHelp": false,
|
|
1433
|
+
"multiple": false,
|
|
1434
|
+
"type": "option"
|
|
1435
|
+
},
|
|
1436
|
+
"dataflowid": {
|
|
1437
|
+
"char": "i",
|
|
1438
|
+
"description": "The ID of the dataflow to update.",
|
|
1439
|
+
"name": "dataflowid",
|
|
1440
|
+
"required": true,
|
|
1441
|
+
"summary": "dataflow ID",
|
|
1442
|
+
"hasDynamicHelp": false,
|
|
1443
|
+
"multiple": false,
|
|
1444
|
+
"type": "option"
|
|
1445
|
+
},
|
|
1446
|
+
"dataflowfile": {
|
|
1447
|
+
"char": "f",
|
|
1448
|
+
"description": "The JSON of the dataflow to update.",
|
|
1449
|
+
"name": "dataflowfile",
|
|
1450
|
+
"summary": "dataflow JSON file",
|
|
1451
|
+
"hasDynamicHelp": false,
|
|
1452
|
+
"multiple": false,
|
|
1453
|
+
"type": "option"
|
|
1454
|
+
},
|
|
1455
|
+
"dataflowstr": {
|
|
1456
|
+
"char": "s",
|
|
1457
|
+
"description": "The JSON string of the dataflow to update.",
|
|
1458
|
+
"name": "dataflowstr",
|
|
1459
|
+
"summary": "dataflow JSON string",
|
|
1460
|
+
"hasDynamicHelp": false,
|
|
1461
|
+
"multiple": false,
|
|
1462
|
+
"type": "option"
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
"hasDynamicHelp": true,
|
|
1466
|
+
"hiddenAliases": [],
|
|
1467
|
+
"id": "analytics:dataflow:update",
|
|
1468
|
+
"pluginAlias": "@salesforce/analytics",
|
|
1469
|
+
"pluginName": "@salesforce/analytics",
|
|
1470
|
+
"pluginType": "core",
|
|
1471
|
+
"strict": true,
|
|
1472
|
+
"summary": "update Analytics dataflow",
|
|
1473
|
+
"enableJsonFlag": true,
|
|
1474
|
+
"isESM": true,
|
|
1475
|
+
"relativePath": [
|
|
1476
|
+
"lib",
|
|
1477
|
+
"commands",
|
|
1478
|
+
"analytics",
|
|
1479
|
+
"dataflow",
|
|
1480
|
+
"update.js"
|
|
1481
|
+
]
|
|
1482
|
+
},
|
|
1235
1483
|
"analytics:dataset:display": {
|
|
1236
1484
|
"aliases": [],
|
|
1237
1485
|
"args": {},
|
|
@@ -3382,12 +3630,12 @@
|
|
|
3382
3630
|
"revert.js"
|
|
3383
3631
|
]
|
|
3384
3632
|
},
|
|
3385
|
-
"analytics:dataflow:list": {
|
|
3633
|
+
"analytics:dataflow:history:list": {
|
|
3386
3634
|
"aliases": [],
|
|
3387
3635
|
"args": {},
|
|
3388
|
-
"description": "Lists Analytics dataflows in the specified target org.",
|
|
3636
|
+
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3389
3637
|
"examples": [
|
|
3390
|
-
"$ sfdx analytics:dataflow:list"
|
|
3638
|
+
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3391
3639
|
],
|
|
3392
3640
|
"flags": {
|
|
3393
3641
|
"json": {
|
|
@@ -3432,16 +3680,26 @@
|
|
|
3432
3680
|
"hasDynamicHelp": false,
|
|
3433
3681
|
"multiple": false,
|
|
3434
3682
|
"type": "option"
|
|
3435
|
-
}
|
|
3436
|
-
|
|
3683
|
+
},
|
|
3684
|
+
"dataflowid": {
|
|
3685
|
+
"char": "i",
|
|
3686
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3687
|
+
"name": "dataflowid",
|
|
3688
|
+
"required": true,
|
|
3689
|
+
"summary": "dataflow ID",
|
|
3690
|
+
"hasDynamicHelp": false,
|
|
3691
|
+
"multiple": false,
|
|
3692
|
+
"type": "option"
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3437
3695
|
"hasDynamicHelp": true,
|
|
3438
3696
|
"hiddenAliases": [],
|
|
3439
|
-
"id": "analytics:dataflow:list",
|
|
3697
|
+
"id": "analytics:dataflow:history:list",
|
|
3440
3698
|
"pluginAlias": "@salesforce/analytics",
|
|
3441
3699
|
"pluginName": "@salesforce/analytics",
|
|
3442
3700
|
"pluginType": "core",
|
|
3443
3701
|
"strict": true,
|
|
3444
|
-
"summary": "list Analytics dataflows",
|
|
3702
|
+
"summary": "list history records for Analytics dataflows",
|
|
3445
3703
|
"enableJsonFlag": true,
|
|
3446
3704
|
"isESM": true,
|
|
3447
3705
|
"relativePath": [
|
|
@@ -3449,15 +3707,16 @@
|
|
|
3449
3707
|
"commands",
|
|
3450
3708
|
"analytics",
|
|
3451
3709
|
"dataflow",
|
|
3710
|
+
"history",
|
|
3452
3711
|
"list.js"
|
|
3453
3712
|
]
|
|
3454
3713
|
},
|
|
3455
|
-
"analytics:dataflow:
|
|
3714
|
+
"analytics:dataflow:history:revert": {
|
|
3456
3715
|
"aliases": [],
|
|
3457
3716
|
"args": {},
|
|
3458
|
-
"description": "
|
|
3717
|
+
"description": "Revert to a specified history record.",
|
|
3459
3718
|
"examples": [
|
|
3460
|
-
"$ sfdx analytics:dataflow:
|
|
3719
|
+
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
3461
3720
|
],
|
|
3462
3721
|
"flags": {
|
|
3463
3722
|
"json": {
|
|
@@ -3505,23 +3764,42 @@
|
|
|
3505
3764
|
},
|
|
3506
3765
|
"dataflowid": {
|
|
3507
3766
|
"char": "i",
|
|
3508
|
-
"description": "The ID of the dataflow to
|
|
3767
|
+
"description": "The ID of the dataflow to show history records.",
|
|
3509
3768
|
"name": "dataflowid",
|
|
3510
3769
|
"required": true,
|
|
3511
3770
|
"summary": "dataflow ID",
|
|
3512
3771
|
"hasDynamicHelp": false,
|
|
3513
3772
|
"multiple": false,
|
|
3514
3773
|
"type": "option"
|
|
3774
|
+
},
|
|
3775
|
+
"historyid": {
|
|
3776
|
+
"char": "y",
|
|
3777
|
+
"description": "The ID of the dataflow history record.",
|
|
3778
|
+
"name": "historyid",
|
|
3779
|
+
"required": true,
|
|
3780
|
+
"summary": "dataflow history ID",
|
|
3781
|
+
"hasDynamicHelp": false,
|
|
3782
|
+
"multiple": false,
|
|
3783
|
+
"type": "option"
|
|
3784
|
+
},
|
|
3785
|
+
"label": {
|
|
3786
|
+
"char": "l",
|
|
3787
|
+
"description": "Label for new reverted history record.",
|
|
3788
|
+
"name": "label",
|
|
3789
|
+
"summary": "label for new reverted history record",
|
|
3790
|
+
"hasDynamicHelp": false,
|
|
3791
|
+
"multiple": false,
|
|
3792
|
+
"type": "option"
|
|
3515
3793
|
}
|
|
3516
3794
|
},
|
|
3517
3795
|
"hasDynamicHelp": true,
|
|
3518
3796
|
"hiddenAliases": [],
|
|
3519
|
-
"id": "analytics:dataflow:
|
|
3797
|
+
"id": "analytics:dataflow:history:revert",
|
|
3520
3798
|
"pluginAlias": "@salesforce/analytics",
|
|
3521
3799
|
"pluginName": "@salesforce/analytics",
|
|
3522
3800
|
"pluginType": "core",
|
|
3523
3801
|
"strict": true,
|
|
3524
|
-
"summary": "
|
|
3802
|
+
"summary": "revert to specified history record",
|
|
3525
3803
|
"enableJsonFlag": true,
|
|
3526
3804
|
"isESM": true,
|
|
3527
3805
|
"relativePath": [
|
|
@@ -3529,15 +3807,97 @@
|
|
|
3529
3807
|
"commands",
|
|
3530
3808
|
"analytics",
|
|
3531
3809
|
"dataflow",
|
|
3532
|
-
"
|
|
3810
|
+
"history",
|
|
3811
|
+
"revert.js"
|
|
3533
3812
|
]
|
|
3534
3813
|
},
|
|
3535
|
-
"analytics:dataflow:
|
|
3814
|
+
"analytics:dataflow:job:display": {
|
|
3536
3815
|
"aliases": [],
|
|
3537
3816
|
"args": {},
|
|
3538
|
-
"description": "
|
|
3817
|
+
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3539
3818
|
"examples": [
|
|
3540
|
-
"$ sfdx analytics:dataflow:
|
|
3819
|
+
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
3820
|
+
],
|
|
3821
|
+
"flags": {
|
|
3822
|
+
"json": {
|
|
3823
|
+
"description": "Format output as json.",
|
|
3824
|
+
"helpGroup": "GLOBAL",
|
|
3825
|
+
"name": "json",
|
|
3826
|
+
"allowNo": false,
|
|
3827
|
+
"type": "boolean"
|
|
3828
|
+
},
|
|
3829
|
+
"loglevel": {
|
|
3830
|
+
"deprecated": {
|
|
3831
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3832
|
+
},
|
|
3833
|
+
"hidden": true,
|
|
3834
|
+
"name": "loglevel",
|
|
3835
|
+
"hasDynamicHelp": false,
|
|
3836
|
+
"multiple": false,
|
|
3837
|
+
"type": "option"
|
|
3838
|
+
},
|
|
3839
|
+
"target-org": {
|
|
3840
|
+
"aliases": [
|
|
3841
|
+
"targetusername",
|
|
3842
|
+
"u"
|
|
3843
|
+
],
|
|
3844
|
+
"char": "o",
|
|
3845
|
+
"deprecateAliases": true,
|
|
3846
|
+
"name": "target-org",
|
|
3847
|
+
"noCacheDefault": true,
|
|
3848
|
+
"required": true,
|
|
3849
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3850
|
+
"hasDynamicHelp": true,
|
|
3851
|
+
"multiple": false,
|
|
3852
|
+
"type": "option"
|
|
3853
|
+
},
|
|
3854
|
+
"api-version": {
|
|
3855
|
+
"aliases": [
|
|
3856
|
+
"apiversion"
|
|
3857
|
+
],
|
|
3858
|
+
"deprecateAliases": true,
|
|
3859
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3860
|
+
"name": "api-version",
|
|
3861
|
+
"hasDynamicHelp": false,
|
|
3862
|
+
"multiple": false,
|
|
3863
|
+
"type": "option"
|
|
3864
|
+
},
|
|
3865
|
+
"dataflowjobid": {
|
|
3866
|
+
"char": "i",
|
|
3867
|
+
"description": "The ID of the dataflow job to update.",
|
|
3868
|
+
"name": "dataflowjobid",
|
|
3869
|
+
"required": true,
|
|
3870
|
+
"summary": "dataflow Job ID",
|
|
3871
|
+
"hasDynamicHelp": false,
|
|
3872
|
+
"multiple": false,
|
|
3873
|
+
"type": "option"
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
"hasDynamicHelp": true,
|
|
3877
|
+
"hiddenAliases": [],
|
|
3878
|
+
"id": "analytics:dataflow:job:display",
|
|
3879
|
+
"pluginAlias": "@salesforce/analytics",
|
|
3880
|
+
"pluginName": "@salesforce/analytics",
|
|
3881
|
+
"pluginType": "core",
|
|
3882
|
+
"strict": true,
|
|
3883
|
+
"summary": "display status of Analytics dataflow",
|
|
3884
|
+
"enableJsonFlag": true,
|
|
3885
|
+
"isESM": true,
|
|
3886
|
+
"relativePath": [
|
|
3887
|
+
"lib",
|
|
3888
|
+
"commands",
|
|
3889
|
+
"analytics",
|
|
3890
|
+
"dataflow",
|
|
3891
|
+
"job",
|
|
3892
|
+
"display.js"
|
|
3893
|
+
]
|
|
3894
|
+
},
|
|
3895
|
+
"analytics:dataflow:job:list": {
|
|
3896
|
+
"aliases": [],
|
|
3897
|
+
"args": {},
|
|
3898
|
+
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
3899
|
+
"examples": [
|
|
3900
|
+
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
3541
3901
|
],
|
|
3542
3902
|
"flags": {
|
|
3543
3903
|
"json": {
|
|
@@ -3592,21 +3952,84 @@
|
|
|
3592
3952
|
"hasDynamicHelp": false,
|
|
3593
3953
|
"multiple": false,
|
|
3594
3954
|
"type": "option"
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3957
|
+
"hasDynamicHelp": true,
|
|
3958
|
+
"hiddenAliases": [],
|
|
3959
|
+
"id": "analytics:dataflow:job:list",
|
|
3960
|
+
"pluginAlias": "@salesforce/analytics",
|
|
3961
|
+
"pluginName": "@salesforce/analytics",
|
|
3962
|
+
"pluginType": "core",
|
|
3963
|
+
"strict": true,
|
|
3964
|
+
"summary": "list jobs of Analytics dataflow",
|
|
3965
|
+
"enableJsonFlag": true,
|
|
3966
|
+
"isESM": true,
|
|
3967
|
+
"relativePath": [
|
|
3968
|
+
"lib",
|
|
3969
|
+
"commands",
|
|
3970
|
+
"analytics",
|
|
3971
|
+
"dataflow",
|
|
3972
|
+
"job",
|
|
3973
|
+
"list.js"
|
|
3974
|
+
]
|
|
3975
|
+
},
|
|
3976
|
+
"analytics:dataflow:job:stop": {
|
|
3977
|
+
"aliases": [],
|
|
3978
|
+
"args": {},
|
|
3979
|
+
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
3980
|
+
"examples": [
|
|
3981
|
+
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
3982
|
+
],
|
|
3983
|
+
"flags": {
|
|
3984
|
+
"json": {
|
|
3985
|
+
"description": "Format output as json.",
|
|
3986
|
+
"helpGroup": "GLOBAL",
|
|
3987
|
+
"name": "json",
|
|
3988
|
+
"allowNo": false,
|
|
3989
|
+
"type": "boolean"
|
|
3595
3990
|
},
|
|
3596
|
-
"
|
|
3597
|
-
"
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
"
|
|
3991
|
+
"loglevel": {
|
|
3992
|
+
"deprecated": {
|
|
3993
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3994
|
+
},
|
|
3995
|
+
"hidden": true,
|
|
3996
|
+
"name": "loglevel",
|
|
3601
3997
|
"hasDynamicHelp": false,
|
|
3602
3998
|
"multiple": false,
|
|
3603
3999
|
"type": "option"
|
|
3604
4000
|
},
|
|
3605
|
-
"
|
|
3606
|
-
"
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
4001
|
+
"target-org": {
|
|
4002
|
+
"aliases": [
|
|
4003
|
+
"targetusername",
|
|
4004
|
+
"u"
|
|
4005
|
+
],
|
|
4006
|
+
"char": "o",
|
|
4007
|
+
"deprecateAliases": true,
|
|
4008
|
+
"name": "target-org",
|
|
4009
|
+
"noCacheDefault": true,
|
|
4010
|
+
"required": true,
|
|
4011
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4012
|
+
"hasDynamicHelp": true,
|
|
4013
|
+
"multiple": false,
|
|
4014
|
+
"type": "option"
|
|
4015
|
+
},
|
|
4016
|
+
"api-version": {
|
|
4017
|
+
"aliases": [
|
|
4018
|
+
"apiversion"
|
|
4019
|
+
],
|
|
4020
|
+
"deprecateAliases": true,
|
|
4021
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4022
|
+
"name": "api-version",
|
|
4023
|
+
"hasDynamicHelp": false,
|
|
4024
|
+
"multiple": false,
|
|
4025
|
+
"type": "option"
|
|
4026
|
+
},
|
|
4027
|
+
"dataflowjobid": {
|
|
4028
|
+
"char": "i",
|
|
4029
|
+
"description": "The ID of the dataflow job to update.",
|
|
4030
|
+
"name": "dataflowjobid",
|
|
4031
|
+
"required": true,
|
|
4032
|
+
"summary": "dataflow Job ID",
|
|
3610
4033
|
"hasDynamicHelp": false,
|
|
3611
4034
|
"multiple": false,
|
|
3612
4035
|
"type": "option"
|
|
@@ -3614,12 +4037,12 @@
|
|
|
3614
4037
|
},
|
|
3615
4038
|
"hasDynamicHelp": true,
|
|
3616
4039
|
"hiddenAliases": [],
|
|
3617
|
-
"id": "analytics:dataflow:
|
|
4040
|
+
"id": "analytics:dataflow:job:stop",
|
|
3618
4041
|
"pluginAlias": "@salesforce/analytics",
|
|
3619
4042
|
"pluginName": "@salesforce/analytics",
|
|
3620
4043
|
"pluginType": "core",
|
|
3621
4044
|
"strict": true,
|
|
3622
|
-
"summary": "
|
|
4045
|
+
"summary": "stop Analytics dataflows",
|
|
3623
4046
|
"enableJsonFlag": true,
|
|
3624
4047
|
"isESM": true,
|
|
3625
4048
|
"relativePath": [
|
|
@@ -3627,7 +4050,8 @@
|
|
|
3627
4050
|
"commands",
|
|
3628
4051
|
"analytics",
|
|
3629
4052
|
"dataflow",
|
|
3630
|
-
"
|
|
4053
|
+
"job",
|
|
4054
|
+
"stop.js"
|
|
3631
4055
|
]
|
|
3632
4056
|
},
|
|
3633
4057
|
"analytics:dataset:rows:fetch": {
|
|
@@ -3936,431 +4360,7 @@
|
|
|
3936
4360
|
"history",
|
|
3937
4361
|
"revert.js"
|
|
3938
4362
|
]
|
|
3939
|
-
},
|
|
3940
|
-
"analytics:dataflow:history:list": {
|
|
3941
|
-
"aliases": [],
|
|
3942
|
-
"args": {},
|
|
3943
|
-
"description": "Lists history records for Analytics dataflows in the specified target org.",
|
|
3944
|
-
"examples": [
|
|
3945
|
-
"$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "
|
|
3946
|
-
],
|
|
3947
|
-
"flags": {
|
|
3948
|
-
"json": {
|
|
3949
|
-
"description": "Format output as json.",
|
|
3950
|
-
"helpGroup": "GLOBAL",
|
|
3951
|
-
"name": "json",
|
|
3952
|
-
"allowNo": false,
|
|
3953
|
-
"type": "boolean"
|
|
3954
|
-
},
|
|
3955
|
-
"loglevel": {
|
|
3956
|
-
"deprecated": {
|
|
3957
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3958
|
-
},
|
|
3959
|
-
"hidden": true,
|
|
3960
|
-
"name": "loglevel",
|
|
3961
|
-
"hasDynamicHelp": false,
|
|
3962
|
-
"multiple": false,
|
|
3963
|
-
"type": "option"
|
|
3964
|
-
},
|
|
3965
|
-
"target-org": {
|
|
3966
|
-
"aliases": [
|
|
3967
|
-
"targetusername",
|
|
3968
|
-
"u"
|
|
3969
|
-
],
|
|
3970
|
-
"char": "o",
|
|
3971
|
-
"deprecateAliases": true,
|
|
3972
|
-
"name": "target-org",
|
|
3973
|
-
"noCacheDefault": true,
|
|
3974
|
-
"required": true,
|
|
3975
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3976
|
-
"hasDynamicHelp": true,
|
|
3977
|
-
"multiple": false,
|
|
3978
|
-
"type": "option"
|
|
3979
|
-
},
|
|
3980
|
-
"api-version": {
|
|
3981
|
-
"aliases": [
|
|
3982
|
-
"apiversion"
|
|
3983
|
-
],
|
|
3984
|
-
"deprecateAliases": true,
|
|
3985
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3986
|
-
"name": "api-version",
|
|
3987
|
-
"hasDynamicHelp": false,
|
|
3988
|
-
"multiple": false,
|
|
3989
|
-
"type": "option"
|
|
3990
|
-
},
|
|
3991
|
-
"dataflowid": {
|
|
3992
|
-
"char": "i",
|
|
3993
|
-
"description": "The ID of the dataflow to show history records.",
|
|
3994
|
-
"name": "dataflowid",
|
|
3995
|
-
"required": true,
|
|
3996
|
-
"summary": "dataflow ID",
|
|
3997
|
-
"hasDynamicHelp": false,
|
|
3998
|
-
"multiple": false,
|
|
3999
|
-
"type": "option"
|
|
4000
|
-
}
|
|
4001
|
-
},
|
|
4002
|
-
"hasDynamicHelp": true,
|
|
4003
|
-
"hiddenAliases": [],
|
|
4004
|
-
"id": "analytics:dataflow:history:list",
|
|
4005
|
-
"pluginAlias": "@salesforce/analytics",
|
|
4006
|
-
"pluginName": "@salesforce/analytics",
|
|
4007
|
-
"pluginType": "core",
|
|
4008
|
-
"strict": true,
|
|
4009
|
-
"summary": "list history records for Analytics dataflows",
|
|
4010
|
-
"enableJsonFlag": true,
|
|
4011
|
-
"isESM": true,
|
|
4012
|
-
"relativePath": [
|
|
4013
|
-
"lib",
|
|
4014
|
-
"commands",
|
|
4015
|
-
"analytics",
|
|
4016
|
-
"dataflow",
|
|
4017
|
-
"history",
|
|
4018
|
-
"list.js"
|
|
4019
|
-
]
|
|
4020
|
-
},
|
|
4021
|
-
"analytics:dataflow:history:revert": {
|
|
4022
|
-
"aliases": [],
|
|
4023
|
-
"args": {},
|
|
4024
|
-
"description": "Revert to a specified history record.",
|
|
4025
|
-
"examples": [
|
|
4026
|
-
"$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "
|
|
4027
|
-
],
|
|
4028
|
-
"flags": {
|
|
4029
|
-
"json": {
|
|
4030
|
-
"description": "Format output as json.",
|
|
4031
|
-
"helpGroup": "GLOBAL",
|
|
4032
|
-
"name": "json",
|
|
4033
|
-
"allowNo": false,
|
|
4034
|
-
"type": "boolean"
|
|
4035
|
-
},
|
|
4036
|
-
"loglevel": {
|
|
4037
|
-
"deprecated": {
|
|
4038
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4039
|
-
},
|
|
4040
|
-
"hidden": true,
|
|
4041
|
-
"name": "loglevel",
|
|
4042
|
-
"hasDynamicHelp": false,
|
|
4043
|
-
"multiple": false,
|
|
4044
|
-
"type": "option"
|
|
4045
|
-
},
|
|
4046
|
-
"target-org": {
|
|
4047
|
-
"aliases": [
|
|
4048
|
-
"targetusername",
|
|
4049
|
-
"u"
|
|
4050
|
-
],
|
|
4051
|
-
"char": "o",
|
|
4052
|
-
"deprecateAliases": true,
|
|
4053
|
-
"name": "target-org",
|
|
4054
|
-
"noCacheDefault": true,
|
|
4055
|
-
"required": true,
|
|
4056
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4057
|
-
"hasDynamicHelp": true,
|
|
4058
|
-
"multiple": false,
|
|
4059
|
-
"type": "option"
|
|
4060
|
-
},
|
|
4061
|
-
"api-version": {
|
|
4062
|
-
"aliases": [
|
|
4063
|
-
"apiversion"
|
|
4064
|
-
],
|
|
4065
|
-
"deprecateAliases": true,
|
|
4066
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4067
|
-
"name": "api-version",
|
|
4068
|
-
"hasDynamicHelp": false,
|
|
4069
|
-
"multiple": false,
|
|
4070
|
-
"type": "option"
|
|
4071
|
-
},
|
|
4072
|
-
"dataflowid": {
|
|
4073
|
-
"char": "i",
|
|
4074
|
-
"description": "The ID of the dataflow to show history records.",
|
|
4075
|
-
"name": "dataflowid",
|
|
4076
|
-
"required": true,
|
|
4077
|
-
"summary": "dataflow ID",
|
|
4078
|
-
"hasDynamicHelp": false,
|
|
4079
|
-
"multiple": false,
|
|
4080
|
-
"type": "option"
|
|
4081
|
-
},
|
|
4082
|
-
"historyid": {
|
|
4083
|
-
"char": "y",
|
|
4084
|
-
"description": "The ID of the dataflow history record.",
|
|
4085
|
-
"name": "historyid",
|
|
4086
|
-
"required": true,
|
|
4087
|
-
"summary": "dataflow history ID",
|
|
4088
|
-
"hasDynamicHelp": false,
|
|
4089
|
-
"multiple": false,
|
|
4090
|
-
"type": "option"
|
|
4091
|
-
},
|
|
4092
|
-
"label": {
|
|
4093
|
-
"char": "l",
|
|
4094
|
-
"description": "Label for new reverted history record.",
|
|
4095
|
-
"name": "label",
|
|
4096
|
-
"summary": "label for new reverted history record",
|
|
4097
|
-
"hasDynamicHelp": false,
|
|
4098
|
-
"multiple": false,
|
|
4099
|
-
"type": "option"
|
|
4100
|
-
}
|
|
4101
|
-
},
|
|
4102
|
-
"hasDynamicHelp": true,
|
|
4103
|
-
"hiddenAliases": [],
|
|
4104
|
-
"id": "analytics:dataflow:history:revert",
|
|
4105
|
-
"pluginAlias": "@salesforce/analytics",
|
|
4106
|
-
"pluginName": "@salesforce/analytics",
|
|
4107
|
-
"pluginType": "core",
|
|
4108
|
-
"strict": true,
|
|
4109
|
-
"summary": "revert to specified history record",
|
|
4110
|
-
"enableJsonFlag": true,
|
|
4111
|
-
"isESM": true,
|
|
4112
|
-
"relativePath": [
|
|
4113
|
-
"lib",
|
|
4114
|
-
"commands",
|
|
4115
|
-
"analytics",
|
|
4116
|
-
"dataflow",
|
|
4117
|
-
"history",
|
|
4118
|
-
"revert.js"
|
|
4119
|
-
]
|
|
4120
|
-
},
|
|
4121
|
-
"analytics:dataflow:job:display": {
|
|
4122
|
-
"aliases": [],
|
|
4123
|
-
"args": {},
|
|
4124
|
-
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
4125
|
-
"examples": [
|
|
4126
|
-
"$ sfdx analytics:dataflow:job:display --dataflowjobid <dataflowjobid>"
|
|
4127
|
-
],
|
|
4128
|
-
"flags": {
|
|
4129
|
-
"json": {
|
|
4130
|
-
"description": "Format output as json.",
|
|
4131
|
-
"helpGroup": "GLOBAL",
|
|
4132
|
-
"name": "json",
|
|
4133
|
-
"allowNo": false,
|
|
4134
|
-
"type": "boolean"
|
|
4135
|
-
},
|
|
4136
|
-
"loglevel": {
|
|
4137
|
-
"deprecated": {
|
|
4138
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4139
|
-
},
|
|
4140
|
-
"hidden": true,
|
|
4141
|
-
"name": "loglevel",
|
|
4142
|
-
"hasDynamicHelp": false,
|
|
4143
|
-
"multiple": false,
|
|
4144
|
-
"type": "option"
|
|
4145
|
-
},
|
|
4146
|
-
"target-org": {
|
|
4147
|
-
"aliases": [
|
|
4148
|
-
"targetusername",
|
|
4149
|
-
"u"
|
|
4150
|
-
],
|
|
4151
|
-
"char": "o",
|
|
4152
|
-
"deprecateAliases": true,
|
|
4153
|
-
"name": "target-org",
|
|
4154
|
-
"noCacheDefault": true,
|
|
4155
|
-
"required": true,
|
|
4156
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4157
|
-
"hasDynamicHelp": true,
|
|
4158
|
-
"multiple": false,
|
|
4159
|
-
"type": "option"
|
|
4160
|
-
},
|
|
4161
|
-
"api-version": {
|
|
4162
|
-
"aliases": [
|
|
4163
|
-
"apiversion"
|
|
4164
|
-
],
|
|
4165
|
-
"deprecateAliases": true,
|
|
4166
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4167
|
-
"name": "api-version",
|
|
4168
|
-
"hasDynamicHelp": false,
|
|
4169
|
-
"multiple": false,
|
|
4170
|
-
"type": "option"
|
|
4171
|
-
},
|
|
4172
|
-
"dataflowjobid": {
|
|
4173
|
-
"char": "i",
|
|
4174
|
-
"description": "The ID of the dataflow job to update.",
|
|
4175
|
-
"name": "dataflowjobid",
|
|
4176
|
-
"required": true,
|
|
4177
|
-
"summary": "dataflow Job ID",
|
|
4178
|
-
"hasDynamicHelp": false,
|
|
4179
|
-
"multiple": false,
|
|
4180
|
-
"type": "option"
|
|
4181
|
-
}
|
|
4182
|
-
},
|
|
4183
|
-
"hasDynamicHelp": true,
|
|
4184
|
-
"hiddenAliases": [],
|
|
4185
|
-
"id": "analytics:dataflow:job:display",
|
|
4186
|
-
"pluginAlias": "@salesforce/analytics",
|
|
4187
|
-
"pluginName": "@salesforce/analytics",
|
|
4188
|
-
"pluginType": "core",
|
|
4189
|
-
"strict": true,
|
|
4190
|
-
"summary": "display status of Analytics dataflow",
|
|
4191
|
-
"enableJsonFlag": true,
|
|
4192
|
-
"isESM": true,
|
|
4193
|
-
"relativePath": [
|
|
4194
|
-
"lib",
|
|
4195
|
-
"commands",
|
|
4196
|
-
"analytics",
|
|
4197
|
-
"dataflow",
|
|
4198
|
-
"job",
|
|
4199
|
-
"display.js"
|
|
4200
|
-
]
|
|
4201
|
-
},
|
|
4202
|
-
"analytics:dataflow:job:list": {
|
|
4203
|
-
"aliases": [],
|
|
4204
|
-
"args": {},
|
|
4205
|
-
"description": "List jobs of an Analytics dataflow in the specified target org.",
|
|
4206
|
-
"examples": [
|
|
4207
|
-
"$ sfdx analytics:dataflow:job:list --dataflowid <dataflowid>"
|
|
4208
|
-
],
|
|
4209
|
-
"flags": {
|
|
4210
|
-
"json": {
|
|
4211
|
-
"description": "Format output as json.",
|
|
4212
|
-
"helpGroup": "GLOBAL",
|
|
4213
|
-
"name": "json",
|
|
4214
|
-
"allowNo": false,
|
|
4215
|
-
"type": "boolean"
|
|
4216
|
-
},
|
|
4217
|
-
"loglevel": {
|
|
4218
|
-
"deprecated": {
|
|
4219
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4220
|
-
},
|
|
4221
|
-
"hidden": true,
|
|
4222
|
-
"name": "loglevel",
|
|
4223
|
-
"hasDynamicHelp": false,
|
|
4224
|
-
"multiple": false,
|
|
4225
|
-
"type": "option"
|
|
4226
|
-
},
|
|
4227
|
-
"target-org": {
|
|
4228
|
-
"aliases": [
|
|
4229
|
-
"targetusername",
|
|
4230
|
-
"u"
|
|
4231
|
-
],
|
|
4232
|
-
"char": "o",
|
|
4233
|
-
"deprecateAliases": true,
|
|
4234
|
-
"name": "target-org",
|
|
4235
|
-
"noCacheDefault": true,
|
|
4236
|
-
"required": true,
|
|
4237
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4238
|
-
"hasDynamicHelp": true,
|
|
4239
|
-
"multiple": false,
|
|
4240
|
-
"type": "option"
|
|
4241
|
-
},
|
|
4242
|
-
"api-version": {
|
|
4243
|
-
"aliases": [
|
|
4244
|
-
"apiversion"
|
|
4245
|
-
],
|
|
4246
|
-
"deprecateAliases": true,
|
|
4247
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4248
|
-
"name": "api-version",
|
|
4249
|
-
"hasDynamicHelp": false,
|
|
4250
|
-
"multiple": false,
|
|
4251
|
-
"type": "option"
|
|
4252
|
-
},
|
|
4253
|
-
"dataflowid": {
|
|
4254
|
-
"char": "i",
|
|
4255
|
-
"description": "The ID of the dataflow to update.",
|
|
4256
|
-
"name": "dataflowid",
|
|
4257
|
-
"required": true,
|
|
4258
|
-
"summary": "dataflow ID",
|
|
4259
|
-
"hasDynamicHelp": false,
|
|
4260
|
-
"multiple": false,
|
|
4261
|
-
"type": "option"
|
|
4262
|
-
}
|
|
4263
|
-
},
|
|
4264
|
-
"hasDynamicHelp": true,
|
|
4265
|
-
"hiddenAliases": [],
|
|
4266
|
-
"id": "analytics:dataflow:job:list",
|
|
4267
|
-
"pluginAlias": "@salesforce/analytics",
|
|
4268
|
-
"pluginName": "@salesforce/analytics",
|
|
4269
|
-
"pluginType": "core",
|
|
4270
|
-
"strict": true,
|
|
4271
|
-
"summary": "list jobs of Analytics dataflow",
|
|
4272
|
-
"enableJsonFlag": true,
|
|
4273
|
-
"isESM": true,
|
|
4274
|
-
"relativePath": [
|
|
4275
|
-
"lib",
|
|
4276
|
-
"commands",
|
|
4277
|
-
"analytics",
|
|
4278
|
-
"dataflow",
|
|
4279
|
-
"job",
|
|
4280
|
-
"list.js"
|
|
4281
|
-
]
|
|
4282
|
-
},
|
|
4283
|
-
"analytics:dataflow:job:stop": {
|
|
4284
|
-
"aliases": [],
|
|
4285
|
-
"args": {},
|
|
4286
|
-
"description": "Stop an Analytics dataflow in the specified target org.",
|
|
4287
|
-
"examples": [
|
|
4288
|
-
"$ sfdx analytics:dataflow:job:stop --dataflowjobid <dataflowjobid>"
|
|
4289
|
-
],
|
|
4290
|
-
"flags": {
|
|
4291
|
-
"json": {
|
|
4292
|
-
"description": "Format output as json.",
|
|
4293
|
-
"helpGroup": "GLOBAL",
|
|
4294
|
-
"name": "json",
|
|
4295
|
-
"allowNo": false,
|
|
4296
|
-
"type": "boolean"
|
|
4297
|
-
},
|
|
4298
|
-
"loglevel": {
|
|
4299
|
-
"deprecated": {
|
|
4300
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4301
|
-
},
|
|
4302
|
-
"hidden": true,
|
|
4303
|
-
"name": "loglevel",
|
|
4304
|
-
"hasDynamicHelp": false,
|
|
4305
|
-
"multiple": false,
|
|
4306
|
-
"type": "option"
|
|
4307
|
-
},
|
|
4308
|
-
"target-org": {
|
|
4309
|
-
"aliases": [
|
|
4310
|
-
"targetusername",
|
|
4311
|
-
"u"
|
|
4312
|
-
],
|
|
4313
|
-
"char": "o",
|
|
4314
|
-
"deprecateAliases": true,
|
|
4315
|
-
"name": "target-org",
|
|
4316
|
-
"noCacheDefault": true,
|
|
4317
|
-
"required": true,
|
|
4318
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4319
|
-
"hasDynamicHelp": true,
|
|
4320
|
-
"multiple": false,
|
|
4321
|
-
"type": "option"
|
|
4322
|
-
},
|
|
4323
|
-
"api-version": {
|
|
4324
|
-
"aliases": [
|
|
4325
|
-
"apiversion"
|
|
4326
|
-
],
|
|
4327
|
-
"deprecateAliases": true,
|
|
4328
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4329
|
-
"name": "api-version",
|
|
4330
|
-
"hasDynamicHelp": false,
|
|
4331
|
-
"multiple": false,
|
|
4332
|
-
"type": "option"
|
|
4333
|
-
},
|
|
4334
|
-
"dataflowjobid": {
|
|
4335
|
-
"char": "i",
|
|
4336
|
-
"description": "The ID of the dataflow job to update.",
|
|
4337
|
-
"name": "dataflowjobid",
|
|
4338
|
-
"required": true,
|
|
4339
|
-
"summary": "dataflow Job ID",
|
|
4340
|
-
"hasDynamicHelp": false,
|
|
4341
|
-
"multiple": false,
|
|
4342
|
-
"type": "option"
|
|
4343
|
-
}
|
|
4344
|
-
},
|
|
4345
|
-
"hasDynamicHelp": true,
|
|
4346
|
-
"hiddenAliases": [],
|
|
4347
|
-
"id": "analytics:dataflow:job:stop",
|
|
4348
|
-
"pluginAlias": "@salesforce/analytics",
|
|
4349
|
-
"pluginName": "@salesforce/analytics",
|
|
4350
|
-
"pluginType": "core",
|
|
4351
|
-
"strict": true,
|
|
4352
|
-
"summary": "stop Analytics dataflows",
|
|
4353
|
-
"enableJsonFlag": true,
|
|
4354
|
-
"isESM": true,
|
|
4355
|
-
"relativePath": [
|
|
4356
|
-
"lib",
|
|
4357
|
-
"commands",
|
|
4358
|
-
"analytics",
|
|
4359
|
-
"dataflow",
|
|
4360
|
-
"job",
|
|
4361
|
-
"stop.js"
|
|
4362
|
-
]
|
|
4363
4363
|
}
|
|
4364
4364
|
},
|
|
4365
|
-
"version": "1.4.
|
|
4365
|
+
"version": "1.4.47"
|
|
4366
4366
|
}
|