@salesforce/analytics 1.4.0 → 1.4.1
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/oclif.lock +4 -4
- package/oclif.manifest.json +30 -30
- package/package.json +4 -4
package/oclif.lock
CHANGED
|
@@ -1413,10 +1413,10 @@
|
|
|
1413
1413
|
read-package-json-fast "^3.0.0"
|
|
1414
1414
|
which "^3.0.0"
|
|
1415
1415
|
|
|
1416
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.
|
|
1417
|
-
version "3.18.
|
|
1418
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.
|
|
1419
|
-
integrity sha512-
|
|
1416
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
|
|
1417
|
+
version "3.18.2"
|
|
1418
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
|
|
1419
|
+
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
|
|
1420
1420
|
dependencies:
|
|
1421
1421
|
"@types/cli-progress" "^3.11.5"
|
|
1422
1422
|
ansi-escapes "^4.3.2"
|
package/oclif.manifest.json
CHANGED
|
@@ -1475,12 +1475,12 @@
|
|
|
1475
1475
|
"list.js"
|
|
1476
1476
|
]
|
|
1477
1477
|
},
|
|
1478
|
-
"analytics:
|
|
1478
|
+
"analytics:recipe:list": {
|
|
1479
1479
|
"aliases": [],
|
|
1480
1480
|
"args": {},
|
|
1481
|
-
"description": "Lists
|
|
1481
|
+
"description": "Lists Data Prep recipes in the specified target org.",
|
|
1482
1482
|
"examples": [
|
|
1483
|
-
"$ sfdx analytics:
|
|
1483
|
+
"$ sfdx analytics:recipe:list"
|
|
1484
1484
|
],
|
|
1485
1485
|
"flags": {
|
|
1486
1486
|
"json": {
|
|
@@ -1519,28 +1519,28 @@
|
|
|
1519
1519
|
},
|
|
1520
1520
|
"hasDynamicHelp": true,
|
|
1521
1521
|
"hiddenAliases": [],
|
|
1522
|
-
"id": "analytics:
|
|
1522
|
+
"id": "analytics:recipe:list",
|
|
1523
1523
|
"pluginAlias": "@salesforce/analytics",
|
|
1524
1524
|
"pluginName": "@salesforce/analytics",
|
|
1525
1525
|
"pluginType": "core",
|
|
1526
1526
|
"strict": true,
|
|
1527
|
-
"summary": "list
|
|
1527
|
+
"summary": "list Data Prep recipes",
|
|
1528
1528
|
"enableJsonFlag": true,
|
|
1529
1529
|
"isESM": true,
|
|
1530
1530
|
"relativePath": [
|
|
1531
1531
|
"lib",
|
|
1532
1532
|
"commands",
|
|
1533
1533
|
"analytics",
|
|
1534
|
-
"
|
|
1534
|
+
"recipe",
|
|
1535
1535
|
"list.js"
|
|
1536
1536
|
]
|
|
1537
1537
|
},
|
|
1538
|
-
"analytics:recipe:
|
|
1538
|
+
"analytics:recipe:start": {
|
|
1539
1539
|
"aliases": [],
|
|
1540
1540
|
"args": {},
|
|
1541
|
-
"description": "
|
|
1541
|
+
"description": "Start a Data Prep recipe in the specified target org.",
|
|
1542
1542
|
"examples": [
|
|
1543
|
-
"$ sfdx analytics:recipe:
|
|
1543
|
+
"$ sfdx analytics:recipe:start --recipeid <recipeid>"
|
|
1544
1544
|
],
|
|
1545
1545
|
"flags": {
|
|
1546
1546
|
"json": {
|
|
@@ -1575,16 +1575,26 @@
|
|
|
1575
1575
|
"hasDynamicHelp": false,
|
|
1576
1576
|
"multiple": false,
|
|
1577
1577
|
"type": "option"
|
|
1578
|
+
},
|
|
1579
|
+
"recipeid": {
|
|
1580
|
+
"char": "i",
|
|
1581
|
+
"description": "The ID of the recipe to update.",
|
|
1582
|
+
"name": "recipeid",
|
|
1583
|
+
"required": true,
|
|
1584
|
+
"summary": "recipe ID",
|
|
1585
|
+
"hasDynamicHelp": false,
|
|
1586
|
+
"multiple": false,
|
|
1587
|
+
"type": "option"
|
|
1578
1588
|
}
|
|
1579
1589
|
},
|
|
1580
1590
|
"hasDynamicHelp": true,
|
|
1581
1591
|
"hiddenAliases": [],
|
|
1582
|
-
"id": "analytics:recipe:
|
|
1592
|
+
"id": "analytics:recipe:start",
|
|
1583
1593
|
"pluginAlias": "@salesforce/analytics",
|
|
1584
1594
|
"pluginName": "@salesforce/analytics",
|
|
1585
1595
|
"pluginType": "core",
|
|
1586
1596
|
"strict": true,
|
|
1587
|
-
"summary": "
|
|
1597
|
+
"summary": "start Data Prep recipes",
|
|
1588
1598
|
"enableJsonFlag": true,
|
|
1589
1599
|
"isESM": true,
|
|
1590
1600
|
"relativePath": [
|
|
@@ -1592,15 +1602,15 @@
|
|
|
1592
1602
|
"commands",
|
|
1593
1603
|
"analytics",
|
|
1594
1604
|
"recipe",
|
|
1595
|
-
"
|
|
1605
|
+
"start.js"
|
|
1596
1606
|
]
|
|
1597
1607
|
},
|
|
1598
|
-
"analytics:
|
|
1608
|
+
"analytics:lens:list": {
|
|
1599
1609
|
"aliases": [],
|
|
1600
1610
|
"args": {},
|
|
1601
|
-
"description": "
|
|
1611
|
+
"description": "Lists Analytics lenses in the specified target org.",
|
|
1602
1612
|
"examples": [
|
|
1603
|
-
"$ sfdx analytics:
|
|
1613
|
+
"$ sfdx analytics:lens:list"
|
|
1604
1614
|
],
|
|
1605
1615
|
"flags": {
|
|
1606
1616
|
"json": {
|
|
@@ -1635,34 +1645,24 @@
|
|
|
1635
1645
|
"hasDynamicHelp": false,
|
|
1636
1646
|
"multiple": false,
|
|
1637
1647
|
"type": "option"
|
|
1638
|
-
},
|
|
1639
|
-
"recipeid": {
|
|
1640
|
-
"char": "i",
|
|
1641
|
-
"description": "The ID of the recipe to update.",
|
|
1642
|
-
"name": "recipeid",
|
|
1643
|
-
"required": true,
|
|
1644
|
-
"summary": "recipe ID",
|
|
1645
|
-
"hasDynamicHelp": false,
|
|
1646
|
-
"multiple": false,
|
|
1647
|
-
"type": "option"
|
|
1648
1648
|
}
|
|
1649
1649
|
},
|
|
1650
1650
|
"hasDynamicHelp": true,
|
|
1651
1651
|
"hiddenAliases": [],
|
|
1652
|
-
"id": "analytics:
|
|
1652
|
+
"id": "analytics:lens:list",
|
|
1653
1653
|
"pluginAlias": "@salesforce/analytics",
|
|
1654
1654
|
"pluginName": "@salesforce/analytics",
|
|
1655
1655
|
"pluginType": "core",
|
|
1656
1656
|
"strict": true,
|
|
1657
|
-
"summary": "
|
|
1657
|
+
"summary": "list Analytics lenses",
|
|
1658
1658
|
"enableJsonFlag": true,
|
|
1659
1659
|
"isESM": true,
|
|
1660
1660
|
"relativePath": [
|
|
1661
1661
|
"lib",
|
|
1662
1662
|
"commands",
|
|
1663
1663
|
"analytics",
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1664
|
+
"lens",
|
|
1665
|
+
"list.js"
|
|
1666
1666
|
]
|
|
1667
1667
|
},
|
|
1668
1668
|
"analytics:template:create": {
|
|
@@ -3896,5 +3896,5 @@
|
|
|
3896
3896
|
]
|
|
3897
3897
|
}
|
|
3898
3898
|
},
|
|
3899
|
-
"version": "1.4.
|
|
3899
|
+
"version": "1.4.1"
|
|
3900
3900
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
3
|
"description": "Commands for working with Salesforce Analytics applications, assets, and services",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.18.
|
|
8
|
+
"@oclif/core": "^3.18.2",
|
|
9
9
|
"@oclif/plugin-help": "^6.0.10",
|
|
10
10
|
"@salesforce/core": "^6.4.6",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
},
|
|
278
278
|
"type": "module",
|
|
279
279
|
"sfdx": {
|
|
280
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.
|
|
281
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.
|
|
280
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.1.crt",
|
|
281
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.1.sig"
|
|
282
282
|
}
|
|
283
283
|
}
|