Skip to content

Commit

Permalink
chore(release): 0.0.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Jun 9, 2021
1 parent 7b5388b commit 912d797
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 156 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.5](https://github.com/salesforcecli/plugin-env/compare/v0.0.4...v0.0.5) (2021-06-09)


### Features

* add env display command ([#52](https://github.com/salesforcecli/plugin-env/issues/52)) ([7b5388b](https://github.com/salesforcecli/plugin-env/commit/7b5388b737ed9c77b73f81c97dcab775aa583af5))

### [0.0.4](https://github.com/salesforcecli/plugin-env/compare/v0.0.3...v0.0.4) (2021-06-07)


Expand Down
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,38 @@ sfdx plugins
## Commands

<!-- commands -->
* [`sf env:display`](#sf-envdisplay)
* [`sf env:list`](#sf-envlist)
* [`sf env:open`](#sf-envopen)

## `sf env:display`

Display details about a specific environment

```
USAGE
$ sf env:display
OPTIONS
-e, --environment=environment Environment name or alias to display.
EXAMPLES
sf env display -e my-scratch-org
sf env display -e [email protected]
```

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

## `sf env:list`

list environments
List the environments you’ve created or logged into.

```
USAGE
$ sf env:list
OPTIONS
-a, --all show all environments regardless of whether they're connected or not
-a, --all Show all environments, including inactive orgs.
-x, --extended show extra columns
--columns=columns only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
Expand All @@ -90,7 +109,7 @@ EXAMPLES
sf env list --all
```

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

## `sf env:open`

Expand Down Expand Up @@ -136,5 +155,5 @@ EXAMPLES
sf env open --target-env test-org --path /apex/StartHere --browser "google chrome"
```

_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/v0.0.3/src/commands/env/open.ts)_
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/v0.0.4/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": "0.0.4",
"version": "0.0.5",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down
Loading

0 comments on commit 912d797

Please sign in to comment.