@salesforce/cli 2.32.4 → 2.32.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.
@@ -1673,475 +1673,557 @@
1673
1673
  ]
1674
1674
  },
1675
1675
  "project:deploy:pipeline:quick": {
1676
- "id": "project:deploy:pipeline:quick",
1677
- "summary": "Quickly deploy a validated deployment to an org.",
1678
- "description": "Before you run this command, first create a validated deployment with the \"sf project deploy pipeline validate\" command, which returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this command. Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most recently validated deployment. For the quick deploy to succeed, the associated validated deployment must also have succeeded.\n\nExecuting this quick deploy command takes less time than a standard deploy because it skips running Apex tests. These tests were previously run as part of the validation. Validating first and then running a quick deploy is useful if the deployment to your production org take several hours and you don’t want to risk a failed deploy.\n\nThis command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org.",
1679
- "strict": true,
1680
- "pluginName": "@salesforce/plugin-devops-center",
1681
- "pluginAlias": "@salesforce/plugin-devops-center",
1682
- "pluginType": "jit",
1683
- "state": "beta",
1684
1676
  "aliases": [],
1677
+ "args": {},
1678
+ "description": "Before you run this command, first create a validated deployment with the \"sf project deploy pipeline validate\" command, which returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this command. Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most recently validated deployment. For the quick deploy to succeed, the associated validated deployment must also have succeeded.\n\nExecuting this quick deploy command takes less time than a standard deploy because it skips running Apex tests. These tests were previously run as part of the validation. Validating first and then running a quick deploy is useful if the deployment to your production org take several hours and you don’t want to risk a failed deploy.\n\nThis command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org.",
1685
1679
  "examples": [
1686
1680
  "Run a quick deploy using your default Devops Center org and a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
1687
1681
  "Asynchronously run a quick deploy of the most recently validated deployment using an org with alias \"my-prod-org\":\n<%= config.bin %> <%= command.id %> --async --use-most-recent --devops-center-username my-prod-org"
1688
1682
  ],
1689
1683
  "flags": {
1690
1684
  "json": {
1691
- "name": "json",
1692
- "type": "boolean",
1693
1685
  "description": "Format output as json.",
1694
1686
  "helpGroup": "GLOBAL",
1695
- "allowNo": false
1687
+ "name": "json",
1688
+ "allowNo": false,
1689
+ "type": "boolean"
1696
1690
  },
1697
1691
  "async": {
1692
+ "description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
1698
1693
  "name": "async",
1699
- "type": "boolean",
1700
1694
  "summary": "Run the command asynchronously.",
1701
- "description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
1702
- "allowNo": false
1695
+ "allowNo": false,
1696
+ "type": "boolean"
1703
1697
  },
1704
1698
  "concise": {
1699
+ "exclusive": [
1700
+ "verbose"
1701
+ ],
1705
1702
  "name": "concise",
1706
- "type": "boolean",
1707
1703
  "summary": "Show concise output of the command result.",
1708
1704
  "allowNo": false,
1709
- "exclusive": [
1710
- "verbose"
1711
- ]
1705
+ "type": "boolean"
1712
1706
  },
1713
1707
  "verbose": {
1714
1708
  "name": "verbose",
1715
- "type": "boolean",
1716
1709
  "summary": "Show verbose output of the command result.",
1717
- "allowNo": false
1710
+ "allowNo": false,
1711
+ "type": "boolean"
1718
1712
  },
1719
1713
  "wait": {
1720
- "name": "wait",
1721
- "type": "option",
1722
1714
  "char": "w",
1723
- "summary": "Number of minutes to wait for command to complete and display results.",
1724
1715
  "description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report\".",
1725
- "helpValue": "<minutes>",
1726
- "multiple": false,
1727
1716
  "exclusive": [
1728
1717
  "async"
1729
1718
  ],
1719
+ "name": "wait",
1720
+ "summary": "Number of minutes to wait for command to complete and display results.",
1730
1721
  "default": {
1731
1722
  "quantity": 33,
1732
1723
  "unit": 0
1733
- }
1724
+ },
1725
+ "hasDynamicHelp": false,
1726
+ "helpValue": "<minutes>",
1727
+ "multiple": false,
1728
+ "type": "option"
1734
1729
  },
1735
1730
  "devops-center-username": {
1736
- "name": "devops-center-username",
1737
- "type": "option",
1738
1731
  "char": "c",
1739
- "summary": "Username or alias of the DevOps Center org.",
1732
+ "name": "devops-center-username",
1740
1733
  "required": true,
1741
- "multiple": false
1734
+ "summary": "Username or alias of the DevOps Center org.",
1735
+ "hasDynamicHelp": true,
1736
+ "multiple": false,
1737
+ "type": "option"
1742
1738
  },
1743
1739
  "job-id": {
1744
- "name": "job-id",
1745
- "type": "option",
1746
1740
  "char": "i",
1747
- "summary": "Job ID of the validated deployment to quick deploy.",
1748
1741
  "description": "The job ID is valid for 10 days from when you started the validation.",
1749
- "multiple": false
1742
+ "name": "job-id",
1743
+ "summary": "Job ID of the validated deployment to quick deploy.",
1744
+ "hasDynamicHelp": false,
1745
+ "multiple": false,
1746
+ "type": "option"
1750
1747
  },
1751
1748
  "use-most-recent": {
1752
- "name": "use-most-recent",
1753
- "type": "boolean",
1754
1749
  "char": "r",
1755
- "summary": "Use the job ID of the most recently validated deployment.",
1756
1750
  "description": "For performance reasons, this flag uses only job IDs that were validated in the past 3 days or less. If your most recent deployment validation was more than 3 days ago, this flag won't find the job ID.",
1757
- "allowNo": false
1751
+ "name": "use-most-recent",
1752
+ "summary": "Use the job ID of the most recently validated deployment.",
1753
+ "allowNo": false,
1754
+ "type": "boolean"
1758
1755
  }
1759
1756
  },
1760
- "args": {},
1761
- "hasDynamicHelp": true
1762
- },
1763
- "project:deploy:pipeline:report": {
1764
- "id": "project:deploy:pipeline:report",
1765
- "summary": "Check the status of a pipeline deploy operation.",
1766
- "description": "Run this command by either indicating a job ID or specifying the —use-most-recent flag to use the job ID of the most recent deploy operation.",
1767
- "strict": true,
1768
- "pluginName": "@salesforce/plugin-devops-center",
1757
+ "hasDynamicHelp": true,
1758
+ "hiddenAliases": [],
1759
+ "id": "project:deploy:pipeline:quick",
1769
1760
  "pluginAlias": "@salesforce/plugin-devops-center",
1761
+ "pluginName": "@salesforce/plugin-devops-center",
1770
1762
  "pluginType": "jit",
1771
1763
  "state": "beta",
1764
+ "strict": true,
1765
+ "summary": "Quickly deploy a validated deployment to an org.",
1766
+ "enableJsonFlag": true,
1767
+ "SF_ENV": "SF_ENV",
1768
+ "isESM": false,
1769
+ "relativePath": [
1770
+ "lib",
1771
+ "commands",
1772
+ "project",
1773
+ "deploy",
1774
+ "pipeline",
1775
+ "quick.js"
1776
+ ]
1777
+ },
1778
+ "project:deploy:pipeline:report": {
1772
1779
  "aliases": [],
1780
+ "args": {},
1781
+ "description": "Run this command by either indicating a job ID or specifying the —use-most-recent flag to use the job ID of the most recent deploy operation.",
1773
1782
  "examples": [
1774
1783
  "Check the status using a job ID:\n<%= config.bin %> <%= command.id %> --devops-center-username MyStagingSandbox --job-id 0Af0x000017yLUFCA2",
1775
1784
  "Check the status of the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --devops-center-username MyStagingSandbox --use-most-recent"
1776
1785
  ],
1777
1786
  "flags": {
1778
1787
  "json": {
1779
- "name": "json",
1780
- "type": "boolean",
1781
1788
  "description": "Format output as json.",
1782
1789
  "helpGroup": "GLOBAL",
1783
- "allowNo": false
1790
+ "name": "json",
1791
+ "allowNo": false,
1792
+ "type": "boolean"
1784
1793
  },
1785
1794
  "devops-center-username": {
1786
- "name": "devops-center-username",
1787
- "type": "option",
1788
1795
  "char": "c",
1789
- "summary": "Username or alias of the DevOps Center org.",
1796
+ "name": "devops-center-username",
1790
1797
  "required": true,
1791
- "multiple": false
1798
+ "summary": "Username or alias of the DevOps Center org.",
1799
+ "hasDynamicHelp": true,
1800
+ "multiple": false,
1801
+ "type": "option"
1792
1802
  },
1793
1803
  "job-id": {
1794
- "name": "job-id",
1795
- "type": "option",
1796
1804
  "char": "i",
1797
- "summary": "Job ID of the pipeline deployment to check the status of.",
1798
1805
  "description": "The job ID is valid for 10 days from when you started the deploy operation.",
1799
- "multiple": false
1806
+ "name": "job-id",
1807
+ "summary": "Job ID of the pipeline deployment to check the status of.",
1808
+ "hasDynamicHelp": false,
1809
+ "multiple": false,
1810
+ "type": "option"
1800
1811
  },
1801
1812
  "use-most-recent": {
1802
- "name": "use-most-recent",
1803
- "type": "boolean",
1804
1813
  "char": "r",
1805
- "summary": "Use the job ID of the most recent deploy operation.",
1806
1814
  "description": "For performance reasons, this flag uses job IDs for deploy operations that started in the past 3 days or fewer. If your most recent operation was longer than 3 days ago, this flag won't find the job ID.",
1807
- "allowNo": false
1815
+ "name": "use-most-recent",
1816
+ "summary": "Use the job ID of the most recent deploy operation.",
1817
+ "allowNo": false,
1818
+ "type": "boolean"
1808
1819
  }
1809
1820
  },
1810
- "args": {},
1811
- "hasDynamicHelp": true
1812
- },
1813
- "project:deploy:pipeline:resume": {
1814
- "id": "project:deploy:pipeline:resume",
1815
- "summary": "Resume watching a pipeline deploy operation.",
1816
- "description": "Use this command to resume watching a pipeline deploy operation if the original command times out or you specified the --async flag.\n\nRun this command by either indicating a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.",
1817
- "strict": true,
1818
- "pluginName": "@salesforce/plugin-devops-center",
1821
+ "hasDynamicHelp": true,
1822
+ "hiddenAliases": [],
1823
+ "id": "project:deploy:pipeline:report",
1819
1824
  "pluginAlias": "@salesforce/plugin-devops-center",
1825
+ "pluginName": "@salesforce/plugin-devops-center",
1820
1826
  "pluginType": "jit",
1821
1827
  "state": "beta",
1828
+ "strict": true,
1829
+ "summary": "Check the status of a pipeline deploy operation.",
1830
+ "enableJsonFlag": true,
1831
+ "SF_ENV": "SF_ENV",
1832
+ "isESM": false,
1833
+ "relativePath": [
1834
+ "lib",
1835
+ "commands",
1836
+ "project",
1837
+ "deploy",
1838
+ "pipeline",
1839
+ "report.js"
1840
+ ]
1841
+ },
1842
+ "project:deploy:pipeline:resume": {
1822
1843
  "aliases": [],
1844
+ "args": {},
1845
+ "description": "Use this command to resume watching a pipeline deploy operation if the original command times out or you specified the --async flag.\n\nRun this command by either indicating a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.",
1823
1846
  "examples": [
1824
1847
  "Resume watching a deploy operation using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
1825
1848
  "Resume watching the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent"
1826
1849
  ],
1827
1850
  "flags": {
1828
1851
  "json": {
1829
- "name": "json",
1830
- "type": "boolean",
1831
1852
  "description": "Format output as json.",
1832
1853
  "helpGroup": "GLOBAL",
1833
- "allowNo": false
1854
+ "name": "json",
1855
+ "allowNo": false,
1856
+ "type": "boolean"
1834
1857
  },
1835
1858
  "devops-center-username": {
1836
- "name": "devops-center-username",
1837
- "type": "option",
1838
1859
  "char": "c",
1839
- "summary": "Username or alias of the DevOps Center org.",
1860
+ "name": "devops-center-username",
1840
1861
  "required": true,
1841
- "multiple": false
1862
+ "summary": "Username or alias of the DevOps Center org.",
1863
+ "hasDynamicHelp": true,
1864
+ "multiple": false,
1865
+ "type": "option"
1842
1866
  },
1843
1867
  "job-id": {
1844
- "name": "job-id",
1845
- "type": "option",
1846
1868
  "char": "i",
1847
- "summary": "Job ID of the pipeline deploy operation you want to resume.",
1848
1869
  "description": "These commands return a job ID if they time out or you specified the --async flag:\n\n- sf project deploy pipeline start\n- sf project deploy pipeline validate\n- sf project deploy pipeline quick\n\nThe job ID is valid for 10 days from when you started the deploy operation.",
1849
- "multiple": false
1870
+ "name": "job-id",
1871
+ "summary": "Job ID of the pipeline deploy operation you want to resume.",
1872
+ "hasDynamicHelp": false,
1873
+ "multiple": false,
1874
+ "type": "option"
1850
1875
  },
1851
1876
  "use-most-recent": {
1852
- "name": "use-most-recent",
1853
- "type": "boolean",
1854
1877
  "char": "r",
1855
- "summary": "Use the job ID of the most recent deploy operation.",
1856
1878
  "description": "For performance reasons, this flag uses job IDs for operations that started in the past 3 days or fewer. If your most recent operation was longer than 3 days ago, this flag won't find a job ID.",
1857
- "allowNo": false
1879
+ "name": "use-most-recent",
1880
+ "summary": "Use the job ID of the most recent deploy operation.",
1881
+ "allowNo": false,
1882
+ "type": "boolean"
1858
1883
  },
1859
1884
  "concise": {
1885
+ "exclusive": [
1886
+ "verbose"
1887
+ ],
1860
1888
  "name": "concise",
1861
- "type": "boolean",
1862
1889
  "summary": "Show concise output of the command result.",
1863
1890
  "allowNo": false,
1864
- "exclusive": [
1865
- "verbose"
1866
- ]
1891
+ "type": "boolean"
1867
1892
  },
1868
1893
  "verbose": {
1869
1894
  "name": "verbose",
1870
- "type": "boolean",
1871
1895
  "summary": "Show verbose output of the command result.",
1872
- "allowNo": false
1896
+ "allowNo": false,
1897
+ "type": "boolean"
1873
1898
  },
1874
1899
  "wait": {
1875
- "name": "wait",
1876
- "type": "option",
1877
1900
  "char": "w",
1878
- "summary": "Number of minutes to wait for command to complete and display results.",
1879
1901
  "description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report\".",
1880
- "helpValue": "<minutes>",
1881
- "multiple": false,
1882
1902
  "exclusive": [
1883
1903
  "async"
1884
1904
  ],
1905
+ "name": "wait",
1906
+ "summary": "Number of minutes to wait for command to complete and display results.",
1885
1907
  "default": {
1886
1908
  "quantity": 33,
1887
1909
  "unit": 0
1888
- }
1910
+ },
1911
+ "hasDynamicHelp": false,
1912
+ "helpValue": "<minutes>",
1913
+ "multiple": false,
1914
+ "type": "option"
1889
1915
  }
1890
1916
  },
1891
- "args": {},
1892
- "hasDynamicHelp": true
1893
- },
1894
- "project:deploy:pipeline:start": {
1895
- "id": "project:deploy:pipeline:start",
1896
- "summary": "Deploy changes from a branch to the pipeline stage’s org.",
1897
- "description": "Before you run this command, changes in the pipeline stage's branch must be merged in the source control repository.",
1898
- "strict": true,
1899
- "pluginName": "@salesforce/plugin-devops-center",
1917
+ "hasDynamicHelp": true,
1918
+ "hiddenAliases": [],
1919
+ "id": "project:deploy:pipeline:resume",
1900
1920
  "pluginAlias": "@salesforce/plugin-devops-center",
1921
+ "pluginName": "@salesforce/plugin-devops-center",
1901
1922
  "pluginType": "jit",
1902
1923
  "state": "beta",
1924
+ "strict": true,
1925
+ "summary": "Resume watching a pipeline deploy operation.",
1926
+ "enableJsonFlag": true,
1927
+ "SF_ENV": "SF_ENV",
1928
+ "isESM": false,
1929
+ "relativePath": [
1930
+ "lib",
1931
+ "commands",
1932
+ "project",
1933
+ "deploy",
1934
+ "pipeline",
1935
+ "resume.js"
1936
+ ]
1937
+ },
1938
+ "project:deploy:pipeline:start": {
1903
1939
  "aliases": [],
1940
+ "args": {},
1941
+ "description": "Before you run this command, changes in the pipeline stage's branch must be merged in the source control repository.",
1904
1942
  "examples": [
1905
1943
  "Deploy changes in the Staging branch to the Staging environment (sandbox), if the previous stage is the bundling stage:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name staging --devops-center-username MyStagingSandbox --bundle-version-name 1.0",
1906
1944
  "Deploy all changes in the main branch to the release environment:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name main --devops-center-username MyReleaseOrg --deploy-all"
1907
1945
  ],
1908
1946
  "flags": {
1909
1947
  "json": {
1910
- "name": "json",
1911
- "type": "boolean",
1912
1948
  "description": "Format output as json.",
1913
1949
  "helpGroup": "GLOBAL",
1914
- "allowNo": false
1950
+ "name": "json",
1951
+ "allowNo": false,
1952
+ "type": "boolean"
1915
1953
  },
1916
1954
  "branch-name": {
1917
- "name": "branch-name",
1918
- "type": "option",
1919
1955
  "char": "b",
1920
- "summary": "Name of the branch in the source control repository that corresponds to the pipeline stage that you want to deploy the changes to.",
1956
+ "name": "branch-name",
1921
1957
  "required": true,
1922
- "multiple": false
1958
+ "summary": "Name of the branch in the source control repository that corresponds to the pipeline stage that you want to deploy the changes to.",
1959
+ "hasDynamicHelp": false,
1960
+ "multiple": false,
1961
+ "type": "option"
1923
1962
  },
1924
1963
  "bundle-version-name": {
1925
- "name": "bundle-version-name",
1926
- "type": "option",
1927
1964
  "char": "v",
1928
- "summary": "Version name of the bundle.",
1929
1965
  "description": "You must indicate the bundle version if deploying to the environment that corresponds to the first stage after the bundling stage.",
1930
- "multiple": false
1966
+ "name": "bundle-version-name",
1967
+ "summary": "Version name of the bundle.",
1968
+ "hasDynamicHelp": false,
1969
+ "multiple": false,
1970
+ "type": "option"
1931
1971
  },
1932
1972
  "deploy-all": {
1933
- "name": "deploy-all",
1934
- "type": "boolean",
1935
1973
  "char": "a",
1936
- "summary": "Deploy all metadata in the branch to the stage's org.",
1937
1974
  "description": "If you don’t specify this flag, only changes in the stage’s branch are deployed.",
1938
- "allowNo": false
1975
+ "name": "deploy-all",
1976
+ "summary": "Deploy all metadata in the branch to the stage's org.",
1977
+ "allowNo": false,
1978
+ "type": "boolean"
1939
1979
  },
1940
1980
  "devops-center-project-name": {
1941
- "name": "devops-center-project-name",
1942
- "type": "option",
1943
1981
  "char": "p",
1944
- "summary": "Name of the DevOps Center project.",
1982
+ "name": "devops-center-project-name",
1945
1983
  "required": true,
1946
- "multiple": false
1984
+ "summary": "Name of the DevOps Center project.",
1985
+ "hasDynamicHelp": false,
1986
+ "multiple": false,
1987
+ "type": "option"
1947
1988
  },
1948
1989
  "devops-center-username": {
1949
- "name": "devops-center-username",
1950
- "type": "option",
1951
1990
  "char": "c",
1952
- "summary": "Username or alias of the DevOps Center org.",
1991
+ "name": "devops-center-username",
1953
1992
  "required": true,
1954
- "multiple": false
1993
+ "summary": "Username or alias of the DevOps Center org.",
1994
+ "hasDynamicHelp": true,
1995
+ "multiple": false,
1996
+ "type": "option"
1955
1997
  },
1956
1998
  "tests": {
1957
- "name": "tests",
1958
- "type": "option",
1959
1999
  "char": "t",
1960
- "summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
1961
2000
  "description": "Separate multiple test names with commas. Enclose the entire flag value in double quotes if a test name contains spaces.",
1962
- "multiple": true
2001
+ "name": "tests",
2002
+ "summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
2003
+ "hasDynamicHelp": false,
2004
+ "multiple": true,
2005
+ "type": "option"
1963
2006
  },
1964
2007
  "test-level": {
1965
- "name": "test-level",
1966
- "type": "option",
1967
2008
  "char": "l",
1968
- "summary": "Deployment Apex testing level.",
1969
2009
  "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
2010
+ "name": "test-level",
2011
+ "summary": "Deployment Apex testing level.",
2012
+ "hasDynamicHelp": false,
1970
2013
  "multiple": false,
1971
2014
  "options": [
1972
2015
  "NoTestRun",
1973
2016
  "RunSpecifiedTests",
1974
2017
  "RunLocalTests",
1975
2018
  "RunAllTestsInOrg"
1976
- ]
2019
+ ],
2020
+ "type": "option"
1977
2021
  },
1978
2022
  "async": {
2023
+ "description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
1979
2024
  "name": "async",
1980
- "type": "boolean",
1981
2025
  "summary": "Run the command asynchronously.",
1982
- "description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
1983
- "allowNo": false
2026
+ "allowNo": false,
2027
+ "type": "boolean"
1984
2028
  },
1985
2029
  "wait": {
1986
- "name": "wait",
1987
- "type": "option",
1988
2030
  "char": "w",
1989
- "summary": "Number of minutes to wait for command to complete and display results.",
1990
2031
  "description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report\".",
1991
- "helpValue": "<minutes>",
1992
- "multiple": false,
1993
2032
  "exclusive": [
1994
2033
  "async"
1995
2034
  ],
2035
+ "name": "wait",
2036
+ "summary": "Number of minutes to wait for command to complete and display results.",
1996
2037
  "default": {
1997
2038
  "quantity": 33,
1998
2039
  "unit": 0
1999
- }
2040
+ },
2041
+ "hasDynamicHelp": false,
2042
+ "helpValue": "<minutes>",
2043
+ "multiple": false,
2044
+ "type": "option"
2000
2045
  },
2001
2046
  "verbose": {
2002
2047
  "name": "verbose",
2003
- "type": "boolean",
2004
2048
  "summary": "Show verbose output of the command result.",
2005
- "allowNo": false
2049
+ "allowNo": false,
2050
+ "type": "boolean"
2006
2051
  },
2007
2052
  "concise": {
2053
+ "exclusive": [
2054
+ "verbose"
2055
+ ],
2008
2056
  "name": "concise",
2009
- "type": "boolean",
2010
2057
  "summary": "Show concise output of the command result.",
2011
2058
  "allowNo": false,
2012
- "exclusive": [
2013
- "verbose"
2014
- ]
2059
+ "type": "boolean"
2015
2060
  }
2016
2061
  },
2017
- "args": {},
2018
- "hasDynamicHelp": true
2019
- },
2020
- "project:deploy:pipeline:validate": {
2021
- "id": "project:deploy:pipeline:validate",
2022
- "summary": "Perform a validate-only deployment from a branch to the pipeline stage’s org.",
2023
- "description": "A validation runs Apex tests to verify whether a deployment will succeed without actually deploying the metadata to your environment, so you can then quickly deploy the changes later without re-running the tests.",
2024
- "strict": true,
2025
- "pluginName": "@salesforce/plugin-devops-center",
2062
+ "hasDynamicHelp": true,
2063
+ "hiddenAliases": [],
2064
+ "id": "project:deploy:pipeline:start",
2026
2065
  "pluginAlias": "@salesforce/plugin-devops-center",
2066
+ "pluginName": "@salesforce/plugin-devops-center",
2027
2067
  "pluginType": "jit",
2028
2068
  "state": "beta",
2069
+ "strict": true,
2070
+ "summary": "Deploy changes from a branch to the pipeline stage’s org.",
2071
+ "enableJsonFlag": true,
2072
+ "SF_ENV": "SF_ENV",
2073
+ "isESM": false,
2074
+ "relativePath": [
2075
+ "lib",
2076
+ "commands",
2077
+ "project",
2078
+ "deploy",
2079
+ "pipeline",
2080
+ "start.js"
2081
+ ]
2082
+ },
2083
+ "project:deploy:pipeline:validate": {
2029
2084
  "aliases": [],
2085
+ "args": {},
2086
+ "description": "A validation runs Apex tests to verify whether a deployment will succeed without actually deploying the metadata to your environment, so you can then quickly deploy the changes later without re-running the tests.",
2030
2087
  "examples": [
2031
2088
  "Perform a validate-only deployment from the Staging branch to the Staging environment (sandbox):\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name staging --devops-center-username MyStagingSandbox",
2032
2089
  "Perform a validate-only deployment of all changes from the main branch to the release environment:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name main --devops-center-username MyReleaseOrg --deploy-all"
2033
2090
  ],
2034
2091
  "flags": {
2035
2092
  "json": {
2036
- "name": "json",
2037
- "type": "boolean",
2038
2093
  "description": "Format output as json.",
2039
2094
  "helpGroup": "GLOBAL",
2040
- "allowNo": false
2095
+ "name": "json",
2096
+ "allowNo": false,
2097
+ "type": "boolean"
2041
2098
  },
2042
2099
  "branch-name": {
2043
- "name": "branch-name",
2044
- "type": "option",
2045
2100
  "char": "b",
2046
- "summary": "Name of the branch in the source control repository that corresponds to the pipeline stage that you want to deploy the changes to.",
2101
+ "name": "branch-name",
2047
2102
  "required": true,
2048
- "multiple": false
2103
+ "summary": "Name of the branch in the source control repository that corresponds to the pipeline stage that you want to deploy the changes to.",
2104
+ "hasDynamicHelp": false,
2105
+ "multiple": false,
2106
+ "type": "option"
2049
2107
  },
2050
2108
  "bundle-version-name": {
2051
- "name": "bundle-version-name",
2052
- "type": "option",
2053
2109
  "char": "v",
2054
- "summary": "Version name of the bundle.",
2055
2110
  "description": "You must indicate the bundle version if deploying to the environment that corresponds to the first stage after the bundling stage.",
2056
- "multiple": false
2111
+ "name": "bundle-version-name",
2112
+ "summary": "Version name of the bundle.",
2113
+ "hasDynamicHelp": false,
2114
+ "multiple": false,
2115
+ "type": "option"
2057
2116
  },
2058
2117
  "deploy-all": {
2059
- "name": "deploy-all",
2060
- "type": "boolean",
2061
2118
  "char": "a",
2062
- "summary": "Deploy all metadata in the branch to the stage's org.",
2063
2119
  "description": "If you don’t specify this flag, only changes in the stage’s branch are deployed.",
2064
- "allowNo": false
2120
+ "name": "deploy-all",
2121
+ "summary": "Deploy all metadata in the branch to the stage's org.",
2122
+ "allowNo": false,
2123
+ "type": "boolean"
2065
2124
  },
2066
2125
  "devops-center-project-name": {
2067
- "name": "devops-center-project-name",
2068
- "type": "option",
2069
2126
  "char": "p",
2070
- "summary": "Name of the DevOps Center project.",
2127
+ "name": "devops-center-project-name",
2071
2128
  "required": true,
2072
- "multiple": false
2129
+ "summary": "Name of the DevOps Center project.",
2130
+ "hasDynamicHelp": false,
2131
+ "multiple": false,
2132
+ "type": "option"
2073
2133
  },
2074
2134
  "devops-center-username": {
2075
- "name": "devops-center-username",
2076
- "type": "option",
2077
2135
  "char": "c",
2078
- "summary": "Username or alias of the DevOps Center org.",
2136
+ "name": "devops-center-username",
2079
2137
  "required": true,
2080
- "multiple": false
2138
+ "summary": "Username or alias of the DevOps Center org.",
2139
+ "hasDynamicHelp": true,
2140
+ "multiple": false,
2141
+ "type": "option"
2081
2142
  },
2082
2143
  "tests": {
2083
- "name": "tests",
2084
- "type": "option",
2085
2144
  "char": "t",
2086
- "summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
2087
2145
  "description": "Separate multiple test names with commas. Enclose the entire flag value in double quotes if a test name contains spaces.",
2088
- "multiple": true
2146
+ "name": "tests",
2147
+ "summary": "Apex tests to run when --test-level is RunSpecifiedTests.",
2148
+ "hasDynamicHelp": false,
2149
+ "multiple": true,
2150
+ "type": "option"
2089
2151
  },
2090
2152
  "test-level": {
2091
- "name": "test-level",
2092
- "type": "option",
2093
2153
  "char": "l",
2094
- "summary": "Deployment Apex testing level.",
2095
2154
  "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
2155
+ "name": "test-level",
2156
+ "summary": "Deployment Apex testing level.",
2157
+ "hasDynamicHelp": false,
2096
2158
  "multiple": false,
2097
2159
  "options": [
2098
2160
  "NoTestRun",
2099
2161
  "RunSpecifiedTests",
2100
2162
  "RunLocalTests",
2101
2163
  "RunAllTestsInOrg"
2102
- ]
2164
+ ],
2165
+ "type": "option"
2103
2166
  },
2104
2167
  "async": {
2168
+ "description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
2105
2169
  "name": "async",
2106
- "type": "boolean",
2107
2170
  "summary": "Run the command asynchronously.",
2108
- "description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
2109
- "allowNo": false
2171
+ "allowNo": false,
2172
+ "type": "boolean"
2110
2173
  },
2111
2174
  "wait": {
2112
- "name": "wait",
2113
- "type": "option",
2114
2175
  "char": "w",
2115
- "summary": "Number of minutes to wait for command to complete and display results.",
2116
2176
  "description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report\".",
2117
- "helpValue": "<minutes>",
2118
- "multiple": false,
2119
2177
  "exclusive": [
2120
2178
  "async"
2121
2179
  ],
2180
+ "name": "wait",
2181
+ "summary": "Number of minutes to wait for command to complete and display results.",
2122
2182
  "default": {
2123
2183
  "quantity": 33,
2124
2184
  "unit": 0
2125
- }
2185
+ },
2186
+ "hasDynamicHelp": false,
2187
+ "helpValue": "<minutes>",
2188
+ "multiple": false,
2189
+ "type": "option"
2126
2190
  },
2127
2191
  "verbose": {
2128
2192
  "name": "verbose",
2129
- "type": "boolean",
2130
2193
  "summary": "Show verbose output of the command result.",
2131
- "allowNo": false
2194
+ "allowNo": false,
2195
+ "type": "boolean"
2132
2196
  },
2133
2197
  "concise": {
2198
+ "exclusive": [
2199
+ "verbose"
2200
+ ],
2134
2201
  "name": "concise",
2135
- "type": "boolean",
2136
2202
  "summary": "Show concise output of the command result.",
2137
2203
  "allowNo": false,
2138
- "exclusive": [
2139
- "verbose"
2140
- ]
2204
+ "type": "boolean"
2141
2205
  }
2142
2206
  },
2143
- "args": {},
2144
- "hasDynamicHelp": true
2207
+ "hasDynamicHelp": true,
2208
+ "hiddenAliases": [],
2209
+ "id": "project:deploy:pipeline:validate",
2210
+ "pluginAlias": "@salesforce/plugin-devops-center",
2211
+ "pluginName": "@salesforce/plugin-devops-center",
2212
+ "pluginType": "jit",
2213
+ "state": "beta",
2214
+ "strict": true,
2215
+ "summary": "Perform a validate-only deployment from a branch to the pipeline stage’s org.",
2216
+ "enableJsonFlag": true,
2217
+ "SF_ENV": "SF_ENV",
2218
+ "isESM": false,
2219
+ "relativePath": [
2220
+ "lib",
2221
+ "commands",
2222
+ "project",
2223
+ "deploy",
2224
+ "pipeline",
2225
+ "validate.js"
2226
+ ]
2145
2227
  },
2146
2228
  "env:display": {
2147
2229
  "aliases": [],
@@ -5051,5 +5133,5 @@
5051
5133
  ]
5052
5134
  }
5053
5135
  },
5054
- "version": "2.32.4"
5136
+ "version": "2.32.6"
5055
5137
  }