@salesforce/analytics 1.4.1 → 1.4.3

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.
@@ -1475,12 +1475,12 @@
1475
1475
  "list.js"
1476
1476
  ]
1477
1477
  },
1478
- "analytics:recipe:list": {
1478
+ "analytics:lens:list": {
1479
1479
  "aliases": [],
1480
1480
  "args": {},
1481
- "description": "Lists Data Prep recipes in the specified target org.",
1481
+ "description": "Lists Analytics lenses in the specified target org.",
1482
1482
  "examples": [
1483
- "$ sfdx analytics:recipe:list"
1483
+ "$ sfdx analytics:lens: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:recipe:list",
1522
+ "id": "analytics:lens:list",
1523
1523
  "pluginAlias": "@salesforce/analytics",
1524
1524
  "pluginName": "@salesforce/analytics",
1525
1525
  "pluginType": "core",
1526
1526
  "strict": true,
1527
- "summary": "list Data Prep recipes",
1527
+ "summary": "list Analytics lenses",
1528
1528
  "enableJsonFlag": true,
1529
1529
  "isESM": true,
1530
1530
  "relativePath": [
1531
1531
  "lib",
1532
1532
  "commands",
1533
1533
  "analytics",
1534
- "recipe",
1534
+ "lens",
1535
1535
  "list.js"
1536
1536
  ]
1537
1537
  },
1538
- "analytics:recipe:start": {
1538
+ "analytics:recipe:list": {
1539
1539
  "aliases": [],
1540
1540
  "args": {},
1541
- "description": "Start a Data Prep recipe in the specified target org.",
1541
+ "description": "Lists Data Prep recipes in the specified target org.",
1542
1542
  "examples": [
1543
- "$ sfdx analytics:recipe:start --recipeid <recipeid>"
1543
+ "$ sfdx analytics:recipe:list"
1544
1544
  ],
1545
1545
  "flags": {
1546
1546
  "json": {
@@ -1575,26 +1575,16 @@
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"
1588
1578
  }
1589
1579
  },
1590
1580
  "hasDynamicHelp": true,
1591
1581
  "hiddenAliases": [],
1592
- "id": "analytics:recipe:start",
1582
+ "id": "analytics:recipe:list",
1593
1583
  "pluginAlias": "@salesforce/analytics",
1594
1584
  "pluginName": "@salesforce/analytics",
1595
1585
  "pluginType": "core",
1596
1586
  "strict": true,
1597
- "summary": "start Data Prep recipes",
1587
+ "summary": "list Data Prep recipes",
1598
1588
  "enableJsonFlag": true,
1599
1589
  "isESM": true,
1600
1590
  "relativePath": [
@@ -1602,15 +1592,15 @@
1602
1592
  "commands",
1603
1593
  "analytics",
1604
1594
  "recipe",
1605
- "start.js"
1595
+ "list.js"
1606
1596
  ]
1607
1597
  },
1608
- "analytics:lens:list": {
1598
+ "analytics:recipe:start": {
1609
1599
  "aliases": [],
1610
1600
  "args": {},
1611
- "description": "Lists Analytics lenses in the specified target org.",
1601
+ "description": "Start a Data Prep recipe in the specified target org.",
1612
1602
  "examples": [
1613
- "$ sfdx analytics:lens:list"
1603
+ "$ sfdx analytics:recipe:start --recipeid <recipeid>"
1614
1604
  ],
1615
1605
  "flags": {
1616
1606
  "json": {
@@ -1645,24 +1635,34 @@
1645
1635
  "hasDynamicHelp": false,
1646
1636
  "multiple": false,
1647
1637
  "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:lens:list",
1652
+ "id": "analytics:recipe:start",
1653
1653
  "pluginAlias": "@salesforce/analytics",
1654
1654
  "pluginName": "@salesforce/analytics",
1655
1655
  "pluginType": "core",
1656
1656
  "strict": true,
1657
- "summary": "list Analytics lenses",
1657
+ "summary": "start Data Prep recipes",
1658
1658
  "enableJsonFlag": true,
1659
1659
  "isESM": true,
1660
1660
  "relativePath": [
1661
1661
  "lib",
1662
1662
  "commands",
1663
1663
  "analytics",
1664
- "lens",
1665
- "list.js"
1664
+ "recipe",
1665
+ "start.js"
1666
1666
  ]
1667
1667
  },
1668
1668
  "analytics:template:create": {
@@ -3896,5 +3896,5 @@
3896
3896
  ]
3897
3897
  }
3898
3898
  },
3899
- "version": "1.4.1"
3899
+ "version": "1.4.3"
3900
3900
  }