@optimizely/ocp-cli-v2 2.0.5-beta.2 → 2.0.6

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.
@@ -1576,6 +1576,58 @@
1576
1576
  "upgrade.js"
1577
1577
  ]
1578
1578
  },
1579
+ "env:get": {
1580
+ "aliases": [],
1581
+ "args": {},
1582
+ "description": "Get the current environment of the CLI",
1583
+ "flags": {},
1584
+ "hasDynamicHelp": false,
1585
+ "hiddenAliases": [],
1586
+ "id": "env:get",
1587
+ "pluginAlias": "@optimizely/ocp-cli-v2",
1588
+ "pluginName": "@optimizely/ocp-cli-v2",
1589
+ "pluginType": "core",
1590
+ "strict": true,
1591
+ "enableJsonFlag": false,
1592
+ "isESM": false,
1593
+ "relativePath": [
1594
+ "dist",
1595
+ "commands",
1596
+ "env",
1597
+ "get.js"
1598
+ ]
1599
+ },
1600
+ "env:set": {
1601
+ "aliases": [],
1602
+ "args": {
1603
+ "env": {
1604
+ "description": "The environment name",
1605
+ "name": "env",
1606
+ "options": [
1607
+ "staging",
1608
+ "production"
1609
+ ],
1610
+ "required": true
1611
+ }
1612
+ },
1613
+ "description": "Set the current environment for the CLI",
1614
+ "flags": {},
1615
+ "hasDynamicHelp": false,
1616
+ "hiddenAliases": [],
1617
+ "id": "env:set",
1618
+ "pluginAlias": "@optimizely/ocp-cli-v2",
1619
+ "pluginName": "@optimizely/ocp-cli-v2",
1620
+ "pluginType": "core",
1621
+ "strict": true,
1622
+ "enableJsonFlag": false,
1623
+ "isESM": false,
1624
+ "relativePath": [
1625
+ "dist",
1626
+ "commands",
1627
+ "env",
1628
+ "set.js"
1629
+ ]
1630
+ },
1579
1631
  "jobs:list": {
1580
1632
  "aliases": [],
1581
1633
  "args": {
@@ -1885,58 +1937,6 @@
1885
1937
  "trigger.js"
1886
1938
  ]
1887
1939
  },
1888
- "env:get": {
1889
- "aliases": [],
1890
- "args": {},
1891
- "description": "Get the current environment of the CLI",
1892
- "flags": {},
1893
- "hasDynamicHelp": false,
1894
- "hiddenAliases": [],
1895
- "id": "env:get",
1896
- "pluginAlias": "@optimizely/ocp-cli-v2",
1897
- "pluginName": "@optimizely/ocp-cli-v2",
1898
- "pluginType": "core",
1899
- "strict": true,
1900
- "enableJsonFlag": false,
1901
- "isESM": false,
1902
- "relativePath": [
1903
- "dist",
1904
- "commands",
1905
- "env",
1906
- "get.js"
1907
- ]
1908
- },
1909
- "env:set": {
1910
- "aliases": [],
1911
- "args": {
1912
- "env": {
1913
- "description": "The environment name",
1914
- "name": "env",
1915
- "options": [
1916
- "staging",
1917
- "production"
1918
- ],
1919
- "required": true
1920
- }
1921
- },
1922
- "description": "Set the current environment for the CLI",
1923
- "flags": {},
1924
- "hasDynamicHelp": false,
1925
- "hiddenAliases": [],
1926
- "id": "env:set",
1927
- "pluginAlias": "@optimizely/ocp-cli-v2",
1928
- "pluginName": "@optimizely/ocp-cli-v2",
1929
- "pluginType": "core",
1930
- "strict": true,
1931
- "enableJsonFlag": false,
1932
- "isESM": false,
1933
- "relativePath": [
1934
- "dist",
1935
- "commands",
1936
- "env",
1937
- "set.js"
1938
- ]
1939
- },
1940
1940
  "review:list": {
1941
1941
  "aliases": [],
1942
1942
  "args": {
@@ -1992,5 +1992,5 @@
1992
1992
  ]
1993
1993
  }
1994
1994
  },
1995
- "version": "2.0.5-beta.2"
1995
+ "version": "2.0.6"
1996
1996
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimizely/ocp-cli-v2",
3
- "version": "2.0.5-beta.2",
3
+ "version": "2.0.6",
4
4
  "description": "Optimizely Connect Platform command line interface",
5
5
  "repository": "https://github.com/ZaiusInc/ocp-cli",
6
6
  "license": "Apache-2.0",