Skip to content

Commit

Permalink
chore(release): 0.2.2 [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 798831f commit 97e5bfe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.2](https://github.com/salesforcecli/plugin-functions/compare/v0.2.1...v0.2.2) (2021-06-09)

### [0.2.1](https://github.com/salesforcecli/plugin-functions/compare/v0.2.0...v0.2.1) (2021-06-09)

## [0.2.0](https://github.com/salesforcecli/plugin-functions/compare/v0.1.6...v0.2.0) (2021-06-09)
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ EXAMPLES
$ sfdx env:create:compute --connected-org my-scratch-org
```

_See code: [src/commands/env/create/compute.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/create/compute.ts)_
_See code: [src/commands/env/create/compute.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/create/compute.ts)_

## `sf env:delete`

Expand All @@ -83,7 +83,7 @@ EXAMPLES
$ sfdx env:delete --environment=billingApp-Scratch1 --confirm=billingApp-Scratch1
```

_See code: [src/commands/env/delete.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/delete.ts)_
_See code: [src/commands/env/delete.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/delete.ts)_

## `sf env:display`

Expand All @@ -101,7 +101,7 @@ EXAMPLE
$ sfdx env:display --environment=billingApp-Scratch1
```

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

## `sf env:list`

Expand All @@ -124,7 +124,7 @@ EXAMPLES
$ sfdx env:list --environment-type org --environment-type compute
```

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

## `sf env:log:tail`

Expand All @@ -141,7 +141,7 @@ EXAMPLE
sfdx env:log:tail --environment=billingApp-Scratch1
```

_See code: [src/commands/env/log/tail.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/log/tail.ts)_
_See code: [src/commands/env/log/tail.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/log/tail.ts)_

## `sf env:logdrain:add`

Expand All @@ -159,7 +159,7 @@ EXAMPLE
$ sfdx env:logdrain:add --environment=billingApp-Sandbox --url=https://example.com/drain
```

_See code: [src/commands/env/logdrain/add.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/logdrain/add.ts)_
_See code: [src/commands/env/logdrain/add.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/logdrain/add.ts)_

## `sf env:logdrain:list`

Expand All @@ -177,7 +177,7 @@ EXAMPLE
$ sfdx env:logdrain:list --environment=billingApp-Sandbox
```

_See code: [src/commands/env/logdrain/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/logdrain/list.ts)_
_See code: [src/commands/env/logdrain/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/logdrain/list.ts)_

## `sf env:logdrain:remove`

Expand All @@ -195,7 +195,7 @@ EXAMPLE
$ sfdx env:logdrain:remove --environment=billingApp-Sandbox --url=syslog://syslog-a.logdna.com:11137
```

_See code: [src/commands/env/logdrain/remove.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/logdrain/remove.ts)_
_See code: [src/commands/env/logdrain/remove.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/logdrain/remove.ts)_

## `sf env:var:get KEY`

Expand All @@ -212,7 +212,7 @@ EXAMPLE
$ sfdx env:var:get foo --environment=my-environment
```

_See code: [src/commands/env/var/get.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/var/get.ts)_
_See code: [src/commands/env/var/get.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/var/get.ts)_

## `sf env:var:list`

Expand All @@ -229,7 +229,7 @@ EXAMPLE
$ sfdx env:var:list --environment=my-environment
```

_See code: [src/commands/env/var/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/var/list.ts)_
_See code: [src/commands/env/var/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/var/list.ts)_

## `sf env:var:set`

Expand All @@ -246,7 +246,7 @@ EXAMPLE
$ sfdx env:var:set foo=bar --environment=my-environment
```

_See code: [src/commands/env/var/set.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/var/set.ts)_
_See code: [src/commands/env/var/set.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/var/set.ts)_

## `sf env:var:unset`

Expand All @@ -263,7 +263,7 @@ EXAMPLE
$ sfdx env:var:unset foo --environment=my-environment
```

_See code: [src/commands/env/var/unset.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/env/var/unset.ts)_
_See code: [src/commands/env/var/unset.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/env/var/unset.ts)_

## `sf generate:function`

Expand All @@ -284,7 +284,7 @@ EXAMPLE
$ sfdx evergreen:function:create MyFunction --language=javascript
```

_See code: [src/commands/generate/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/generate/function.ts)_
_See code: [src/commands/generate/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/generate/function.ts)_

## `sf generate:project`

Expand All @@ -296,7 +296,7 @@ OPTIONS
-n, --name=name (required) name of the generated project
```

_See code: [src/commands/generate/project.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/generate/project.ts)_
_See code: [src/commands/generate/project.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/generate/project.ts)_

## `sf login:functions`

Expand All @@ -310,7 +310,7 @@ EXAMPLE
$ sfdx login:functions
```

_See code: [src/commands/login/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/login/functions.ts)_
_See code: [src/commands/login/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/login/functions.ts)_

## `sf project:deploy:functions`

Expand All @@ -329,7 +329,7 @@ OPTIONS
--force ignore warnings and overwrite remote repository (not allowed in production)
```

_See code: [src/commands/project/deploy/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/project/deploy/functions.ts)_
_See code: [src/commands/project/deploy/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/project/deploy/functions.ts)_

## `sf run:function`

Expand All @@ -354,7 +354,7 @@ EXAMPLE
$ sfdx run:function -u http://localhost:8080 -p '{"id": 12345}' --structured
```

_See code: [src/commands/run/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/run/function.ts)_
_See code: [src/commands/run/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/run/function.ts)_

## `sf run:function:start`

Expand Down Expand Up @@ -383,5 +383,5 @@ EXAMPLE
$ sfdx run:function:start --network host --no-pull --clear-cache --debug-port 9000 --port 5000
```

_See code: [src/commands/run/function/start.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.1/src/commands/run/function/start.ts)_
_See code: [src/commands/run/function/start.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.2/src/commands/run/function/start.ts)_
<!-- commandsstop -->

0 comments on commit 97e5bfe

Please sign in to comment.