Skip to content

Commit

Permalink
chore(release): 3.0.31 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 10, 2024
1 parent 9705269 commit 37467db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.0.31](https://github.com/salesforcecli/plugin-env/compare/3.0.30...3.0.31) (2024-06-10)

### Bug Fixes

- **deps:** bump @oclif/core from 3.26.6 to 3.27.0 ([b04616f](https://github.com/salesforcecli/plugin-env/commit/b04616f5ac5efb6b6a28dd2be611339d3f9d21de))

## [3.0.30](https://github.com/salesforcecli/plugin-env/compare/3.0.29...3.0.30) (2024-05-12)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ EXAMPLES
$ sf env display --target-env myEnv
```

_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.30/src/commands/env/display.ts)_
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.31/src/commands/env/display.ts)_

## `sf env list`

List the environments you’ve created or logged into.

```
USAGE
$ sf env list [--json] [-a] [--columns <value>] [--csv] [--filter <value>] [--no-header] [--no-truncate]
$ sf env list [--json] [-a] [--columns <value>...] [--csv] [--filter <value>] [--no-header] [--no-truncate]
[--output csv|json|yaml] [--sort <value>]
FLAGS
Expand Down Expand Up @@ -152,7 +152,7 @@ EXAMPLES
$ sf env list --csv --no-header
```

_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.30/src/commands/env/list.ts)_
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.31/src/commands/env/list.ts)_

## `sf env open`

Expand Down Expand Up @@ -198,6 +198,6 @@ FLAG DESCRIPTIONS
browser applications differ depending on the operating system you're on; check your documentation for details.
```

_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.30/src/commands/env/open.ts)_
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.31/src/commands/env/open.ts)_

<!-- commandsstop -->
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-env",
"description": "An sf plugin for logging into and interacting with different Salesforce environments.",
"version": "3.0.30",
"version": "3.0.31",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 37467db

Please sign in to comment.