Skip to content

Commit

Permalink
chore(release): 1.2.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 5, 2024
1 parent 92e4259 commit 34db735
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.2.7](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.6...1.2.7) (2024-03-05)

### Bug Fixes

- update to latest dev-scripts ([#323](https://github.com/salesforcecli/plugin-devops-center/issues/323)) ([92e4259](https://github.com/salesforcecli/plugin-devops-center/commit/92e42591eb61c2a231eb3daed3455d9d5370e2ea))

## [1.2.6](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.5...1.2.6) (2024-02-21)

### Bug Fixes
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ FLAGS
-r, --use-most-recent Use the job ID of the most recently validated deployment.
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
display results.
--async Run the command asynchronously.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
--async Run the command asynchronously.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
GLOBAL FLAGS
--json Format output as json.
Expand Down Expand Up @@ -131,7 +131,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.6/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.7/src/commands/project/deploy/pipeline/quick.ts)_

## `sf project deploy pipeline report`

Expand Down Expand Up @@ -175,7 +175,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.6/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.7/src/commands/project/deploy/pipeline/report.ts)_

## `sf project deploy pipeline resume`

Expand All @@ -191,8 +191,8 @@ FLAGS
-r, --use-most-recent Use the job ID of the most recent deploy operation.
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
display results.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
GLOBAL FLAGS
--json Format output as json.
Expand Down Expand Up @@ -237,7 +237,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.6/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.7/src/commands/project/deploy/pipeline/resume.ts)_

## `sf project deploy pipeline start`

Expand All @@ -260,9 +260,9 @@ FLAGS
-v, --bundle-version-name=<value> Version name of the bundle.
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
display results.
--async Run the command asynchronously.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
--async Run the command asynchronously.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
GLOBAL FLAGS
--json Format output as json.
Expand Down Expand Up @@ -333,7 +333,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.6/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.7/src/commands/project/deploy/pipeline/start.ts)_

## `sf project deploy pipeline validate`

Expand All @@ -356,9 +356,9 @@ FLAGS
-v, --bundle-version-name=<value> Version name of the bundle.
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for command to complete and
display results.
--async Run the command asynchronously.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
--async Run the command asynchronously.
--concise Show concise output of the command result.
--verbose Show verbose output of the command result.
GLOBAL FLAGS
--json Format output as json.
Expand Down Expand Up @@ -429,7 +429,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.6/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.7/src/commands/project/deploy/pipeline/validate.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.6",
"version": "1.2.7",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 34db735

Please sign in to comment.