Skip to content

Commit

Permalink
chore(release): 0.2.54 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Sep 29, 2021
1 parent a28b918 commit 89cca1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.2.54](https://github.com/salesforcecli/plugin-functions/compare/v0.2.53...v0.2.54) (2021-09-29)

### Bug Fixes

- remove generate project command ([#240](https://github.com/salesforcecli/plugin-functions/issues/240)) ([a28b918](https://github.com/salesforcecli/plugin-functions/commit/a28b918edab43c6cbe342f0697b8ba2398b873ed))

### [0.2.53](https://github.com/salesforcecli/plugin-functions/compare/v0.2.51...v0.2.53) (2021-09-29)

### Features
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Now you should be able to run functions commands, e.g. `sf generate project`, `s
- [`sf env var set`](#sf-env-var-set)
- [`sf env var unset`](#sf-env-var-unset)
- [`sf generate function`](#sf-generate-function)
- [`sf generate project`](#sf-generate-project)
- [`sf login functions`](#sf-login-functions)
- [`sf login functions jwt`](#sf-login-functions-jwt)
- [`sf logout functions`](#sf-logout-functions)
Expand Down Expand Up @@ -273,19 +272,6 @@ EXAMPLES
$ sfdx generate:function --function-name=function-name --language=javascript
```

## `sf generate project`

```
USAGE
$ sf generate project [-n <value> | ]
FLAGS
-n, --project-name=<value> Name of the generated project.
EXAMPLES
$ sfdx generate:project --project-name=project-name
```

## `sf login functions`

Log into your account.
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-functions",
"description": "Functions plugin for the SF CLI",
"version": "0.2.53",
"version": "0.2.54",
"author": "[email protected]",
"bin": {
"functions": "./bin/run"
Expand Down

0 comments on commit 89cca1b

Please sign in to comment.