zapier-platform-cli 16.1.0 → 16.1.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.
@@ -1526,6 +1526,88 @@
1526
1526
  "clear.js"
1527
1527
  ]
1528
1528
  },
1529
+ "delete:integration": {
1530
+ "aliases": [
1531
+ "delete:app"
1532
+ ],
1533
+ "args": {},
1534
+ "description": "Delete your integration (including all versions).\n\nThis only works if there are no active users or Zaps on any version. If you only want to delete certain versions, use the `zapier delete:version` command instead. It's unlikely that you'll be able to run this on an app that you've pushed publicly, since there are usually still users.",
1535
+ "flags": {
1536
+ "debug": {
1537
+ "char": "d",
1538
+ "description": "Show extra debugging output.",
1539
+ "name": "debug",
1540
+ "allowNo": false,
1541
+ "type": "boolean"
1542
+ },
1543
+ "invokedFromAnotherCommand": {
1544
+ "hidden": true,
1545
+ "name": "invokedFromAnotherCommand",
1546
+ "allowNo": false,
1547
+ "type": "boolean"
1548
+ }
1549
+ },
1550
+ "hasDynamicHelp": false,
1551
+ "hiddenAliases": [],
1552
+ "id": "delete:integration",
1553
+ "pluginAlias": "zapier-platform-cli",
1554
+ "pluginName": "zapier-platform-cli",
1555
+ "pluginType": "core",
1556
+ "strict": true,
1557
+ "enableJsonFlag": false,
1558
+ "skipValidInstallCheck": true,
1559
+ "isESM": false,
1560
+ "relativePath": [
1561
+ "src",
1562
+ "oclif",
1563
+ "commands",
1564
+ "delete",
1565
+ "integration.js"
1566
+ ]
1567
+ },
1568
+ "delete:version": {
1569
+ "aliases": [],
1570
+ "args": {
1571
+ "version": {
1572
+ "description": "Specify the version to delete. It must have no users or Zaps.",
1573
+ "name": "version",
1574
+ "required": true
1575
+ }
1576
+ },
1577
+ "description": "Delete a specific version of your integration.\n\nThis only works if there are no users or Zaps on that version. You will probably need to have run `zapier migrate` and `zapier deprecate` before this command will work.",
1578
+ "flags": {
1579
+ "debug": {
1580
+ "char": "d",
1581
+ "description": "Show extra debugging output.",
1582
+ "name": "debug",
1583
+ "allowNo": false,
1584
+ "type": "boolean"
1585
+ },
1586
+ "invokedFromAnotherCommand": {
1587
+ "hidden": true,
1588
+ "name": "invokedFromAnotherCommand",
1589
+ "allowNo": false,
1590
+ "type": "boolean"
1591
+ }
1592
+ },
1593
+ "hasDynamicHelp": false,
1594
+ "hiddenAliases": [],
1595
+ "id": "delete:version",
1596
+ "pluginAlias": "zapier-platform-cli",
1597
+ "pluginName": "zapier-platform-cli",
1598
+ "pluginType": "core",
1599
+ "strict": true,
1600
+ "enableJsonFlag": false,
1601
+ "skipValidInstallCheck": true,
1602
+ "isESM": false,
1603
+ "relativePath": [
1604
+ "src",
1605
+ "oclif",
1606
+ "commands",
1607
+ "delete",
1608
+ "version.js"
1609
+ ]
1610
+ },
1529
1611
  "canary:create": {
1530
1612
  "aliases": [],
1531
1613
  "args": {
@@ -1689,88 +1771,6 @@
1689
1771
  "list.js"
1690
1772
  ]
1691
1773
  },
1692
- "delete:integration": {
1693
- "aliases": [
1694
- "delete:app"
1695
- ],
1696
- "args": {},
1697
- "description": "Delete your integration (including all versions).\n\nThis only works if there are no active users or Zaps on any version. If you only want to delete certain versions, use the `zapier delete:version` command instead. It's unlikely that you'll be able to run this on an app that you've pushed publicly, since there are usually still users.",
1698
- "flags": {
1699
- "debug": {
1700
- "char": "d",
1701
- "description": "Show extra debugging output.",
1702
- "name": "debug",
1703
- "allowNo": false,
1704
- "type": "boolean"
1705
- },
1706
- "invokedFromAnotherCommand": {
1707
- "hidden": true,
1708
- "name": "invokedFromAnotherCommand",
1709
- "allowNo": false,
1710
- "type": "boolean"
1711
- }
1712
- },
1713
- "hasDynamicHelp": false,
1714
- "hiddenAliases": [],
1715
- "id": "delete:integration",
1716
- "pluginAlias": "zapier-platform-cli",
1717
- "pluginName": "zapier-platform-cli",
1718
- "pluginType": "core",
1719
- "strict": true,
1720
- "enableJsonFlag": false,
1721
- "skipValidInstallCheck": true,
1722
- "isESM": false,
1723
- "relativePath": [
1724
- "src",
1725
- "oclif",
1726
- "commands",
1727
- "delete",
1728
- "integration.js"
1729
- ]
1730
- },
1731
- "delete:version": {
1732
- "aliases": [],
1733
- "args": {
1734
- "version": {
1735
- "description": "Specify the version to delete. It must have no users or Zaps.",
1736
- "name": "version",
1737
- "required": true
1738
- }
1739
- },
1740
- "description": "Delete a specific version of your integration.\n\nThis only works if there are no users or Zaps on that version. You will probably need to have run `zapier migrate` and `zapier deprecate` before this command will work.",
1741
- "flags": {
1742
- "debug": {
1743
- "char": "d",
1744
- "description": "Show extra debugging output.",
1745
- "name": "debug",
1746
- "allowNo": false,
1747
- "type": "boolean"
1748
- },
1749
- "invokedFromAnotherCommand": {
1750
- "hidden": true,
1751
- "name": "invokedFromAnotherCommand",
1752
- "allowNo": false,
1753
- "type": "boolean"
1754
- }
1755
- },
1756
- "hasDynamicHelp": false,
1757
- "hiddenAliases": [],
1758
- "id": "delete:version",
1759
- "pluginAlias": "zapier-platform-cli",
1760
- "pluginName": "zapier-platform-cli",
1761
- "pluginType": "core",
1762
- "strict": true,
1763
- "enableJsonFlag": false,
1764
- "skipValidInstallCheck": true,
1765
- "isESM": false,
1766
- "relativePath": [
1767
- "src",
1768
- "oclif",
1769
- "commands",
1770
- "delete",
1771
- "version.js"
1772
- ]
1773
- },
1774
1774
  "env:get": {
1775
1775
  "aliases": [],
1776
1776
  "args": {
@@ -2312,5 +2312,5 @@
2312
2312
  ]
2313
2313
  }
2314
2314
  },
2315
- "version": "16.1.0"
2315
+ "version": "16.1.1"
2316
2316
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zapier-platform-cli",
3
- "version": "16.1.0",
3
+ "version": "16.1.1",
4
4
  "description": "The CLI for managing integrations in Zapier Developer Platform.",
5
5
  "repository": "zapier/zapier-platform",
6
6
  "homepage": "https://platform.zapier.com/",
package/src/constants.js CHANGED
@@ -42,7 +42,7 @@ const PACKAGE_VERSION = packageJson.version;
42
42
  const UPDATE_NOTIFICATION_INTERVAL = 1000 * 60 * 60 * 24 * 7; // one week
43
43
 
44
44
  const CHECK_REF_DOC_LINK =
45
- 'https://docs.zapier.com/platform/publish/integration-checks-reference#integration-check-reference';
45
+ 'https://docs.zapier.com/platform/publish/integration-checks-reference';
46
46
 
47
47
  const ISSUES_URL =
48
48
  'https://github.com/zapier/zapier-platform/issues/new/choose';