zapier-platform-cli 17.1.0 → 17.2.0
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.manifest.json +83 -83
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1695,6 +1695,88 @@
|
|
|
1695
1695
|
"clear.js"
|
|
1696
1696
|
]
|
|
1697
1697
|
},
|
|
1698
|
+
"delete:integration": {
|
|
1699
|
+
"aliases": [
|
|
1700
|
+
"delete:app"
|
|
1701
|
+
],
|
|
1702
|
+
"args": {},
|
|
1703
|
+
"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.",
|
|
1704
|
+
"flags": {
|
|
1705
|
+
"debug": {
|
|
1706
|
+
"char": "d",
|
|
1707
|
+
"description": "Show extra debugging output.",
|
|
1708
|
+
"name": "debug",
|
|
1709
|
+
"allowNo": false,
|
|
1710
|
+
"type": "boolean"
|
|
1711
|
+
},
|
|
1712
|
+
"invokedFromAnotherCommand": {
|
|
1713
|
+
"hidden": true,
|
|
1714
|
+
"name": "invokedFromAnotherCommand",
|
|
1715
|
+
"allowNo": false,
|
|
1716
|
+
"type": "boolean"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
"hasDynamicHelp": false,
|
|
1720
|
+
"hiddenAliases": [],
|
|
1721
|
+
"id": "delete:integration",
|
|
1722
|
+
"pluginAlias": "zapier-platform-cli",
|
|
1723
|
+
"pluginName": "zapier-platform-cli",
|
|
1724
|
+
"pluginType": "core",
|
|
1725
|
+
"strict": true,
|
|
1726
|
+
"enableJsonFlag": false,
|
|
1727
|
+
"skipValidInstallCheck": true,
|
|
1728
|
+
"isESM": false,
|
|
1729
|
+
"relativePath": [
|
|
1730
|
+
"src",
|
|
1731
|
+
"oclif",
|
|
1732
|
+
"commands",
|
|
1733
|
+
"delete",
|
|
1734
|
+
"integration.js"
|
|
1735
|
+
]
|
|
1736
|
+
},
|
|
1737
|
+
"delete:version": {
|
|
1738
|
+
"aliases": [],
|
|
1739
|
+
"args": {
|
|
1740
|
+
"version": {
|
|
1741
|
+
"description": "Specify the version to delete. It must have no users or Zaps.",
|
|
1742
|
+
"name": "version",
|
|
1743
|
+
"required": true
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
"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.",
|
|
1747
|
+
"flags": {
|
|
1748
|
+
"debug": {
|
|
1749
|
+
"char": "d",
|
|
1750
|
+
"description": "Show extra debugging output.",
|
|
1751
|
+
"name": "debug",
|
|
1752
|
+
"allowNo": false,
|
|
1753
|
+
"type": "boolean"
|
|
1754
|
+
},
|
|
1755
|
+
"invokedFromAnotherCommand": {
|
|
1756
|
+
"hidden": true,
|
|
1757
|
+
"name": "invokedFromAnotherCommand",
|
|
1758
|
+
"allowNo": false,
|
|
1759
|
+
"type": "boolean"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"hasDynamicHelp": false,
|
|
1763
|
+
"hiddenAliases": [],
|
|
1764
|
+
"id": "delete:version",
|
|
1765
|
+
"pluginAlias": "zapier-platform-cli",
|
|
1766
|
+
"pluginName": "zapier-platform-cli",
|
|
1767
|
+
"pluginType": "core",
|
|
1768
|
+
"strict": true,
|
|
1769
|
+
"enableJsonFlag": false,
|
|
1770
|
+
"skipValidInstallCheck": true,
|
|
1771
|
+
"isESM": false,
|
|
1772
|
+
"relativePath": [
|
|
1773
|
+
"src",
|
|
1774
|
+
"oclif",
|
|
1775
|
+
"commands",
|
|
1776
|
+
"delete",
|
|
1777
|
+
"version.js"
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1698
1780
|
"canary:create": {
|
|
1699
1781
|
"aliases": [],
|
|
1700
1782
|
"args": {
|
|
@@ -1858,88 +1940,6 @@
|
|
|
1858
1940
|
"list.js"
|
|
1859
1941
|
]
|
|
1860
1942
|
},
|
|
1861
|
-
"delete:integration": {
|
|
1862
|
-
"aliases": [
|
|
1863
|
-
"delete:app"
|
|
1864
|
-
],
|
|
1865
|
-
"args": {},
|
|
1866
|
-
"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.",
|
|
1867
|
-
"flags": {
|
|
1868
|
-
"debug": {
|
|
1869
|
-
"char": "d",
|
|
1870
|
-
"description": "Show extra debugging output.",
|
|
1871
|
-
"name": "debug",
|
|
1872
|
-
"allowNo": false,
|
|
1873
|
-
"type": "boolean"
|
|
1874
|
-
},
|
|
1875
|
-
"invokedFromAnotherCommand": {
|
|
1876
|
-
"hidden": true,
|
|
1877
|
-
"name": "invokedFromAnotherCommand",
|
|
1878
|
-
"allowNo": false,
|
|
1879
|
-
"type": "boolean"
|
|
1880
|
-
}
|
|
1881
|
-
},
|
|
1882
|
-
"hasDynamicHelp": false,
|
|
1883
|
-
"hiddenAliases": [],
|
|
1884
|
-
"id": "delete:integration",
|
|
1885
|
-
"pluginAlias": "zapier-platform-cli",
|
|
1886
|
-
"pluginName": "zapier-platform-cli",
|
|
1887
|
-
"pluginType": "core",
|
|
1888
|
-
"strict": true,
|
|
1889
|
-
"enableJsonFlag": false,
|
|
1890
|
-
"skipValidInstallCheck": true,
|
|
1891
|
-
"isESM": false,
|
|
1892
|
-
"relativePath": [
|
|
1893
|
-
"src",
|
|
1894
|
-
"oclif",
|
|
1895
|
-
"commands",
|
|
1896
|
-
"delete",
|
|
1897
|
-
"integration.js"
|
|
1898
|
-
]
|
|
1899
|
-
},
|
|
1900
|
-
"delete:version": {
|
|
1901
|
-
"aliases": [],
|
|
1902
|
-
"args": {
|
|
1903
|
-
"version": {
|
|
1904
|
-
"description": "Specify the version to delete. It must have no users or Zaps.",
|
|
1905
|
-
"name": "version",
|
|
1906
|
-
"required": true
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
"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.",
|
|
1910
|
-
"flags": {
|
|
1911
|
-
"debug": {
|
|
1912
|
-
"char": "d",
|
|
1913
|
-
"description": "Show extra debugging output.",
|
|
1914
|
-
"name": "debug",
|
|
1915
|
-
"allowNo": false,
|
|
1916
|
-
"type": "boolean"
|
|
1917
|
-
},
|
|
1918
|
-
"invokedFromAnotherCommand": {
|
|
1919
|
-
"hidden": true,
|
|
1920
|
-
"name": "invokedFromAnotherCommand",
|
|
1921
|
-
"allowNo": false,
|
|
1922
|
-
"type": "boolean"
|
|
1923
|
-
}
|
|
1924
|
-
},
|
|
1925
|
-
"hasDynamicHelp": false,
|
|
1926
|
-
"hiddenAliases": [],
|
|
1927
|
-
"id": "delete:version",
|
|
1928
|
-
"pluginAlias": "zapier-platform-cli",
|
|
1929
|
-
"pluginName": "zapier-platform-cli",
|
|
1930
|
-
"pluginType": "core",
|
|
1931
|
-
"strict": true,
|
|
1932
|
-
"enableJsonFlag": false,
|
|
1933
|
-
"skipValidInstallCheck": true,
|
|
1934
|
-
"isESM": false,
|
|
1935
|
-
"relativePath": [
|
|
1936
|
-
"src",
|
|
1937
|
-
"oclif",
|
|
1938
|
-
"commands",
|
|
1939
|
-
"delete",
|
|
1940
|
-
"version.js"
|
|
1941
|
-
]
|
|
1942
|
-
},
|
|
1943
1943
|
"env:get": {
|
|
1944
1944
|
"aliases": [],
|
|
1945
1945
|
"args": {
|
|
@@ -2495,5 +2495,5 @@
|
|
|
2495
2495
|
]
|
|
2496
2496
|
}
|
|
2497
2497
|
},
|
|
2498
|
-
"version": "17.
|
|
2498
|
+
"version": "17.2.0"
|
|
2499
2499
|
}
|
package/package.json
CHANGED