@salesforce/analytics 1.4.44 → 1.4.46
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 +722 -166
- package/oclif.lock +489 -160
- package/oclif.manifest.json +453 -453
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
|
@@ -1232,254 +1232,6 @@
|
|
|
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
|
-
},
|
|
1483
1235
|
"analytics:dataset:display": {
|
|
1484
1236
|
"aliases": [],
|
|
1485
1237
|
"args": {},
|
|
@@ -3630,12 +3382,12 @@
|
|
|
3630
3382
|
"revert.js"
|
|
3631
3383
|
]
|
|
3632
3384
|
},
|
|
3633
|
-
"analytics:dataflow:
|
|
3385
|
+
"analytics:dataflow:list": {
|
|
3634
3386
|
"aliases": [],
|
|
3635
3387
|
"args": {},
|
|
3636
|
-
"description": "Lists
|
|
3388
|
+
"description": "Lists Analytics dataflows in the specified target org.",
|
|
3637
3389
|
"examples": [
|
|
3638
|
-
"$ sfdx analytics:dataflow:
|
|
3390
|
+
"$ sfdx analytics:dataflow:list"
|
|
3639
3391
|
],
|
|
3640
3392
|
"flags": {
|
|
3641
3393
|
"json": {
|
|
@@ -3680,26 +3432,16 @@
|
|
|
3680
3432
|
"hasDynamicHelp": false,
|
|
3681
3433
|
"multiple": false,
|
|
3682
3434
|
"type": "option"
|
|
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
3435
|
}
|
|
3694
3436
|
},
|
|
3695
3437
|
"hasDynamicHelp": true,
|
|
3696
3438
|
"hiddenAliases": [],
|
|
3697
|
-
"id": "analytics:dataflow:
|
|
3439
|
+
"id": "analytics:dataflow:list",
|
|
3698
3440
|
"pluginAlias": "@salesforce/analytics",
|
|
3699
3441
|
"pluginName": "@salesforce/analytics",
|
|
3700
3442
|
"pluginType": "core",
|
|
3701
3443
|
"strict": true,
|
|
3702
|
-
"summary": "list
|
|
3444
|
+
"summary": "list Analytics dataflows",
|
|
3703
3445
|
"enableJsonFlag": true,
|
|
3704
3446
|
"isESM": true,
|
|
3705
3447
|
"relativePath": [
|
|
@@ -3707,16 +3449,15 @@
|
|
|
3707
3449
|
"commands",
|
|
3708
3450
|
"analytics",
|
|
3709
3451
|
"dataflow",
|
|
3710
|
-
"history",
|
|
3711
3452
|
"list.js"
|
|
3712
3453
|
]
|
|
3713
3454
|
},
|
|
3714
|
-
"analytics:dataflow:
|
|
3455
|
+
"analytics:dataflow:start": {
|
|
3715
3456
|
"aliases": [],
|
|
3716
3457
|
"args": {},
|
|
3717
|
-
"description": "
|
|
3458
|
+
"description": "Start an Analytics dataflow in the specified target org.",
|
|
3718
3459
|
"examples": [
|
|
3719
|
-
"$ sfdx analytics:dataflow:
|
|
3460
|
+
"$ sfdx analytics:dataflow:start --dataflowid <dataflowid>"
|
|
3720
3461
|
],
|
|
3721
3462
|
"flags": {
|
|
3722
3463
|
"json": {
|
|
@@ -3764,123 +3505,23 @@
|
|
|
3764
3505
|
},
|
|
3765
3506
|
"dataflowid": {
|
|
3766
3507
|
"char": "i",
|
|
3767
|
-
"description": "The ID of the dataflow to
|
|
3508
|
+
"description": "The ID of the dataflow to update.",
|
|
3768
3509
|
"name": "dataflowid",
|
|
3769
3510
|
"required": true,
|
|
3770
3511
|
"summary": "dataflow ID",
|
|
3771
3512
|
"hasDynamicHelp": false,
|
|
3772
3513
|
"multiple": false,
|
|
3773
3514
|
"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"
|
|
3793
|
-
}
|
|
3794
|
-
},
|
|
3795
|
-
"hasDynamicHelp": true,
|
|
3796
|
-
"hiddenAliases": [],
|
|
3797
|
-
"id": "analytics:dataflow:history:revert",
|
|
3798
|
-
"pluginAlias": "@salesforce/analytics",
|
|
3799
|
-
"pluginName": "@salesforce/analytics",
|
|
3800
|
-
"pluginType": "core",
|
|
3801
|
-
"strict": true,
|
|
3802
|
-
"summary": "revert to specified history record",
|
|
3803
|
-
"enableJsonFlag": true,
|
|
3804
|
-
"isESM": true,
|
|
3805
|
-
"relativePath": [
|
|
3806
|
-
"lib",
|
|
3807
|
-
"commands",
|
|
3808
|
-
"analytics",
|
|
3809
|
-
"dataflow",
|
|
3810
|
-
"history",
|
|
3811
|
-
"revert.js"
|
|
3812
|
-
]
|
|
3813
|
-
},
|
|
3814
|
-
"analytics:dataflow:job:display": {
|
|
3815
|
-
"aliases": [],
|
|
3816
|
-
"args": {},
|
|
3817
|
-
"description": "Display status of Analytics dataflow in the specified target org.",
|
|
3818
|
-
"examples": [
|
|
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
3515
|
}
|
|
3875
3516
|
},
|
|
3876
3517
|
"hasDynamicHelp": true,
|
|
3877
3518
|
"hiddenAliases": [],
|
|
3878
|
-
"id": "analytics:dataflow:
|
|
3519
|
+
"id": "analytics:dataflow:start",
|
|
3879
3520
|
"pluginAlias": "@salesforce/analytics",
|
|
3880
3521
|
"pluginName": "@salesforce/analytics",
|
|
3881
3522
|
"pluginType": "core",
|
|
3882
3523
|
"strict": true,
|
|
3883
|
-
"summary": "
|
|
3524
|
+
"summary": "start Analytics dataflows",
|
|
3884
3525
|
"enableJsonFlag": true,
|
|
3885
3526
|
"isESM": true,
|
|
3886
3527
|
"relativePath": [
|
|
@@ -3888,16 +3529,15 @@
|
|
|
3888
3529
|
"commands",
|
|
3889
3530
|
"analytics",
|
|
3890
3531
|
"dataflow",
|
|
3891
|
-
"
|
|
3892
|
-
"display.js"
|
|
3532
|
+
"start.js"
|
|
3893
3533
|
]
|
|
3894
3534
|
},
|
|
3895
|
-
"analytics:dataflow:
|
|
3535
|
+
"analytics:dataflow:update": {
|
|
3896
3536
|
"aliases": [],
|
|
3897
3537
|
"args": {},
|
|
3898
|
-
"description": "
|
|
3538
|
+
"description": "Update an Analytics dataflow in the specified target org.",
|
|
3899
3539
|
"examples": [
|
|
3900
|
-
"$ sfdx analytics:dataflow:
|
|
3540
|
+
"$ sfdx analytics:dataflow:update --dataflowid <dataflowid> --dataflowfile dataflow-file.json"
|
|
3901
3541
|
],
|
|
3902
3542
|
"flags": {
|
|
3903
3543
|
"json": {
|
|
@@ -3952,84 +3592,21 @@
|
|
|
3952
3592
|
"hasDynamicHelp": false,
|
|
3953
3593
|
"multiple": false,
|
|
3954
3594
|
"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"
|
|
3990
|
-
},
|
|
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",
|
|
3997
|
-
"hasDynamicHelp": false,
|
|
3998
|
-
"multiple": false,
|
|
3999
|
-
"type": "option"
|
|
4000
|
-
},
|
|
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
3595
|
},
|
|
4016
|
-
"
|
|
4017
|
-
"
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
"
|
|
4021
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4022
|
-
"name": "api-version",
|
|
3596
|
+
"dataflowfile": {
|
|
3597
|
+
"char": "f",
|
|
3598
|
+
"description": "The JSON of the dataflow to update.",
|
|
3599
|
+
"name": "dataflowfile",
|
|
3600
|
+
"summary": "dataflow JSON file",
|
|
4023
3601
|
"hasDynamicHelp": false,
|
|
4024
3602
|
"multiple": false,
|
|
4025
3603
|
"type": "option"
|
|
4026
3604
|
},
|
|
4027
|
-
"
|
|
4028
|
-
"char": "
|
|
4029
|
-
"description": "The
|
|
4030
|
-
"name": "
|
|
4031
|
-
"
|
|
4032
|
-
"summary": "dataflow Job ID",
|
|
3605
|
+
"dataflowstr": {
|
|
3606
|
+
"char": "s",
|
|
3607
|
+
"description": "The JSON string of the dataflow to update.",
|
|
3608
|
+
"name": "dataflowstr",
|
|
3609
|
+
"summary": "dataflow JSON string",
|
|
4033
3610
|
"hasDynamicHelp": false,
|
|
4034
3611
|
"multiple": false,
|
|
4035
3612
|
"type": "option"
|
|
@@ -4037,12 +3614,12 @@
|
|
|
4037
3614
|
},
|
|
4038
3615
|
"hasDynamicHelp": true,
|
|
4039
3616
|
"hiddenAliases": [],
|
|
4040
|
-
"id": "analytics:dataflow:
|
|
3617
|
+
"id": "analytics:dataflow:update",
|
|
4041
3618
|
"pluginAlias": "@salesforce/analytics",
|
|
4042
3619
|
"pluginName": "@salesforce/analytics",
|
|
4043
3620
|
"pluginType": "core",
|
|
4044
3621
|
"strict": true,
|
|
4045
|
-
"summary": "
|
|
3622
|
+
"summary": "update Analytics dataflow",
|
|
4046
3623
|
"enableJsonFlag": true,
|
|
4047
3624
|
"isESM": true,
|
|
4048
3625
|
"relativePath": [
|
|
@@ -4050,8 +3627,7 @@
|
|
|
4050
3627
|
"commands",
|
|
4051
3628
|
"analytics",
|
|
4052
3629
|
"dataflow",
|
|
4053
|
-
"
|
|
4054
|
-
"stop.js"
|
|
3630
|
+
"update.js"
|
|
4055
3631
|
]
|
|
4056
3632
|
},
|
|
4057
3633
|
"analytics:dataset:rows:fetch": {
|
|
@@ -4360,7 +3936,431 @@
|
|
|
4360
3936
|
"history",
|
|
4361
3937
|
"revert.js"
|
|
4362
3938
|
]
|
|
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.46"
|
|
4366
4366
|
}
|