Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.6.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Jun 22, 2021
1 parent 6e05f0b commit 6939b6d
Show file tree
Hide file tree
Showing 3 changed files with 14 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.

### [1.6.5](https://github.com/salesforcecli/cli-taxonomy-experiment/compare/v1.6.4...v1.6.5) (2021-06-22)


### Bug Fixes

* edit login functions help ([6e05f0b](https://github.com/salesforcecli/cli-taxonomy-experiment/commit/6e05f0b84b3638cff83eccc2c2a1245ecd46f51d))

### [1.6.4](https://github.com/salesforcecli/cli-taxonomy-experiment/compare/v1.6.3...v1.6.4) (2021-06-22)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,11 +703,11 @@ DESCRIPTION
see the help for the environment-specific command, such as "sf login org --help".
```

_See code: [src/commands/login.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.3/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.4/src/commands/login.ts)_

## `sf login functions`

login to a Salesforce functions account
Log in to a functions account.

```
USAGE
Expand Down Expand Up @@ -860,7 +860,7 @@ USAGE
$ sf logout
```

_See code: [src/commands/logout.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.3/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.4/src/commands/logout.ts)_

## `sf logout org`

Expand Down Expand Up @@ -1288,7 +1288,7 @@ USAGE
$ sf reset
```

_See code: [src/commands/reset.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.3/src/commands/reset.ts)_
_See code: [src/commands/reset.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.4/src/commands/reset.ts)_

## `sf run apex`

Expand Down Expand Up @@ -1396,7 +1396,7 @@ OPTIONS
--json=json format output as json
```

_See code: [src/commands/usage.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.3/src/commands/usage.ts)_
_See code: [src/commands/usage.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.4/src/commands/usage.ts)_

## `sf whoami`

Expand All @@ -1407,5 +1407,5 @@ USAGE
$ sf whoami
```

_See code: [src/commands/whoami.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.3/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.4/src/commands/whoami.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/sf-demo",
"description": "An experiment to explore a new taxonomy for all Salesforce clouds.",
"version": "1.6.4",
"version": "1.6.5",
"author": "Salesforce",
"keywords": [],
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 6939b6d

Please sign in to comment.