Skip to content

Commit

Permalink
chore(release): 0.2.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Jun 16, 2021
1 parent 5fc61b5 commit 0e2075b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 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.2.4](https://github.com/salesforcecli/plugin-functions/compare/v0.2.3...v0.2.4) (2021-06-16)


### Bug Fixes

* update run:function flags to match PRD ([#88](https://github.com/salesforcecli/plugin-functions/issues/88)) ([5fc61b5](https://github.com/salesforcecli/plugin-functions/commit/5fc61b5e5786c316a8957849b7aa829bd886570b))

### [0.2.3](https://github.com/salesforcecli/plugin-functions/compare/v0.2.2...v0.2.3) (2021-06-10)


Expand Down
45 changes: 21 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ Functions plugin for the SF CLI
[![NPM](https://img.shields.io/npm/v/@salesforce/plugin-functions.svg?label=@salesforce/functions)](https://www.npmjs.com/package/@salesforce/functions) [![CircleCI](https://circleci.com/gh/salesforcecli/plugin-functions/tree/main.svg?style=shield)](https://circleci.com/gh/salesforcecli/plugin-functions/tree/main) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-functions.svg)](https://npmjs.org/package/@salesforce/plugin-functions) [![License](https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg)](https://raw.githubusercontent.com/salesforcecli/plugin-functions/main/LICENSE.txt)

<!-- toc -->

- [plugin-functions](#plugin-functions)
- [Usage](#usage)
- [Commands](#commands)
* [plugin-functions](#plugin-functions)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->

# Usage
Expand All @@ -27,25 +26,24 @@ Now you should be able to run functions commands, e.g. `sfdx env:list`, `sfdx lo
# Commands

<!-- commands -->

- [`sf env:create:compute`](#sf-envcreatecompute)
- [`sf env:delete`](#sf-envdelete)
- [`sf env:display`](#sf-envdisplay)
- [`sf env:list`](#sf-envlist)
- [`sf env:log:tail`](#sf-envlogtail)
- [`sf env:logdrain:add`](#sf-envlogdrainadd)
- [`sf env:logdrain:list`](#sf-envlogdrainlist)
- [`sf env:logdrain:remove`](#sf-envlogdrainremove)
- [`sf env:var:get KEY`](#sf-envvarget-key)
- [`sf env:var:list`](#sf-envvarlist)
- [`sf env:var:set`](#sf-envvarset)
- [`sf env:var:unset`](#sf-envvarunset)
- [`sf generate:function`](#sf-generatefunction)
- [`sf generate:project`](#sf-generateproject)
- [`sf login:functions`](#sf-loginfunctions)
- [`sf project:deploy:functions`](#sf-projectdeployfunctions)
- [`sf run:function`](#sf-runfunction)
- [`sf run:function:start`](#sf-runfunctionstart)
* [`sf env:create:compute`](#sf-envcreatecompute)
* [`sf env:delete`](#sf-envdelete)
* [`sf env:display`](#sf-envdisplay)
* [`sf env:list`](#sf-envlist)
* [`sf env:log:tail`](#sf-envlogtail)
* [`sf env:logdrain:add`](#sf-envlogdrainadd)
* [`sf env:logdrain:list`](#sf-envlogdrainlist)
* [`sf env:logdrain:remove`](#sf-envlogdrainremove)
* [`sf env:var:get KEY`](#sf-envvarget-key)
* [`sf env:var:list`](#sf-envvarlist)
* [`sf env:var:set`](#sf-envvarset)
* [`sf env:var:unset`](#sf-envvarunset)
* [`sf generate:function`](#sf-generatefunction)
* [`sf generate:project`](#sf-generateproject)
* [`sf login:functions`](#sf-loginfunctions)
* [`sf project:deploy:functions`](#sf-projectdeployfunctions)
* [`sf run:function`](#sf-runfunction)
* [`sf run:function:start`](#sf-runfunctionstart)

## `sf env:create:compute`

Expand Down Expand Up @@ -385,5 +383,4 @@ EXAMPLE
```

_See code: [src/commands/run/function/start.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.3/src/commands/run/function/start.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-functions",
"description": "Functions plugin for the SF CLI",
"version": "0.2.3",
"version": "0.2.4",
"author": "[email protected]",
"bin": {
"functions": "./bin/run"
Expand Down

0 comments on commit 0e2075b

Please sign in to comment.