Skip to content

Commit

Permalink
chore(release): 0.0.12 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Jul 21, 2021
1 parent d0c8f47 commit 8ac6f97
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.12](https://github.com/salesforcecli/plugin-env/compare/v0.0.11...v0.0.12) (2021-07-21)


### Bug Fixes

* rename flag --environment to --target-env ([#92](https://github.com/salesforcecli/plugin-env/issues/92)) ([d0c8f47](https://github.com/salesforcecli/plugin-env/commit/d0c8f470b547f64098c0cd896d1b1a378bf97aab))

### [0.0.11](https://github.com/salesforcecli/plugin-env/compare/v0.0.10...v0.0.11) (2021-07-21)


Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,17 @@ DESCRIPTION
environment details include the associated orgs, the list of functions, the project name, and more.
EXAMPLES
- Display details about a scratch org with alias my-scratch-org:
$ sf env display --target-env=my-scratch-org
- Specify a username instead of an alias:
$ sf env display [email protected]
- Specify JSON format and redirect output into a file:
$ sf env display --target-env=my-scratch-org --json > tmp/MyOrdDesc.json
Display details about a scratch org with alias my-scratch-org:
$ sf env display --target-env=my-scratch-org
Specify a username instead of an alias:
$ sf env display [email protected]
Specify JSON format and redirect output into a file:
$ sf env display --target-env=my-scratch-org --json > tmp/MyOrdDesc.json
```

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

0 comments on commit 8ac6f97

Please sign in to comment.