From 37467db4ff1d848912973e52d4e5932e06dd773e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 10 Jun 2024 02:47:15 +0000 Subject: [PATCH] chore(release): 3.0.31 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab372ff..588a89fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9b20beb0..d1ff30c3 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ 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` @@ -104,7 +104,7 @@ List the environments you’ve created or logged into. ``` USAGE - $ sf env list [--json] [-a] [--columns ] [--csv] [--filter ] [--no-header] [--no-truncate] + $ sf env list [--json] [-a] [--columns ...] [--csv] [--filter ] [--no-header] [--no-truncate] [--output csv|json|yaml] [--sort ] FLAGS @@ -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` @@ -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)_ diff --git a/package.json b/package.json index 28c8d9ca..cc2b0a13 100644 --- a/package.json +++ b/package.json @@ -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": {