From 7d1584d57cc1296c261814b431f047bd832128bc Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 16 Jun 2024 05:45:55 +0000 Subject: [PATCH] chore(release): 1.2.15 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 22 +++++++++++----------- package.json | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47eaffda..dbfb0401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.15](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.14...1.2.15) (2024-06-16) + +### Bug Fixes + +- **deps:** bump braces from 3.0.2 to 3.0.3 ([7178261](https://github.com/salesforcecli/plugin-devops-center/commit/717826170f0e2bbd512c6f735b0ddd50a0d99e0d)) + ## [1.2.14](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.13...1.2.14) (2024-06-09) ### Bug Fixes diff --git a/README.md b/README.md index a396599a..7eebbc02 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Quickly deploy a validated deployment to an org. ``` USAGE - $ sf project deploy pipeline quick -c [--json] [--concise | --verbose] [-w | --async] [-i ] + $ sf project deploy pipeline quick -c [--json] [--concise | --verbose] [-w | --async] [-i ] [-r] FLAGS @@ -133,7 +133,7 @@ FLAG DESCRIPTIONS "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14/src/commands/project/deploy/pipeline/quick.ts)_ +_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15/src/commands/project/deploy/pipeline/quick.ts)_ ## `sf project deploy pipeline report` @@ -180,7 +180,7 @@ FLAG DESCRIPTIONS your most recent operation was longer than 3 days ago, this flag won't find the job ID. ``` -_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14/src/commands/project/deploy/pipeline/report.ts)_ +_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15/src/commands/project/deploy/pipeline/report.ts)_ ## `sf project deploy pipeline resume` @@ -188,7 +188,7 @@ Resume watching a pipeline deploy operation. ``` USAGE - $ sf project deploy pipeline resume -c [--json] [-i ] [-r] [--concise | --verbose] [-w | ] + $ sf project deploy pipeline resume -c [--json] [-i ] [-r] [--concise | --verbose] [-w | ] FLAGS -c, --devops-center-username= (required) Username or alias of the DevOps Center org. @@ -245,7 +245,7 @@ FLAG DESCRIPTIONS returns the job ID. To check the status of the operation, run "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14/src/commands/project/deploy/pipeline/resume.ts)_ +_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15/src/commands/project/deploy/pipeline/resume.ts)_ ## `sf project deploy pipeline start` @@ -253,8 +253,8 @@ Deploy changes from a branch to the pipeline stage’s org. ``` USAGE - $ sf project deploy pipeline start -b -p -c [--json] [-v ] [-a] [-t ] [-l - NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w | --async] [--concise | --verbose] + $ sf project deploy pipeline start -b -p -c [--json] [-v ] [-a] [-t ...] [-l + NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w | --async] [--concise | --verbose] FLAGS -a, --deploy-all Deploy all metadata in the branch to the stage's org. @@ -344,7 +344,7 @@ FLAG DESCRIPTIONS "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14/src/commands/project/deploy/pipeline/start.ts)_ +_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15/src/commands/project/deploy/pipeline/start.ts)_ ## `sf project deploy pipeline validate` @@ -352,8 +352,8 @@ Perform a validate-only deployment from a branch to the pipeline stage’s org. ``` USAGE - $ sf project deploy pipeline validate -b -p -c [--json] [-v ] [-a] [-t ] [-l - NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w | --async] [--concise | --verbose] + $ sf project deploy pipeline validate -b -p -c [--json] [-v ] [-a] [-t ...] [-l + NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-w | --async] [--concise | --verbose] FLAGS -a, --deploy-all Deploy all metadata in the branch to the stage's org. @@ -443,7 +443,7 @@ FLAG DESCRIPTIONS "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.14/src/commands/project/deploy/pipeline/validate.ts)_ +_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.15/src/commands/project/deploy/pipeline/validate.ts)_ diff --git a/package.json b/package.json index cc5a1361..7c09fefc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-devops-center", "description": "The DevOps Center CLI plugin provides a command-line alternative to performing equivalent actions in the DevOps Center graphical UI", - "version": "1.2.14", + "version": "1.2.15", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {