Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman committed Jun 7, 2021
1 parent 0e84506 commit 61716b5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ EXAMPLES
$ sfdx env:create:compute --connected-org my-scratch-org
```

_See code: [src/commands/env/create/compute.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/create/compute.ts)_
_See code: [src/commands/env/create/compute.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/create/compute.ts)_

## `sfdx env:delete`

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

_See code: [src/commands/env/delete.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/delete.ts)_
_See code: [src/commands/env/delete.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/delete.ts)_

## `sfdx env:display`

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

_See code: [src/commands/env/display.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/display.ts)_
_See code: [src/commands/env/display.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/display.ts)_

## `sfdx env:list`

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

_See code: [src/commands/env/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/list.ts)_
_See code: [src/commands/env/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/list.ts)_

## `sfdx env:logdrain:add`

Expand All @@ -141,7 +141,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/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/logdrain/add.ts)_
_See code: [src/commands/env/logdrain/add.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/logdrain/add.ts)_

## `sfdx env:logdrain:list`

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

_See code: [src/commands/env/logdrain/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/logdrain/list.ts)_
_See code: [src/commands/env/logdrain/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/logdrain/list.ts)_

## `sfdx env:logdrain:remove`

Expand All @@ -177,7 +177,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/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/logdrain/remove.ts)_
_See code: [src/commands/env/logdrain/remove.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/logdrain/remove.ts)_

## `sfdx env:var:get KEY`

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

_See code: [src/commands/env/var/get.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/var/get.ts)_
_See code: [src/commands/env/var/get.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/var/get.ts)_

## `sfdx env:var:list`

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

_See code: [src/commands/env/var/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/var/list.ts)_
_See code: [src/commands/env/var/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/var/list.ts)_

## `sfdx env:var:set`

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

_See code: [src/commands/env/var/set.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/var/set.ts)_
_See code: [src/commands/env/var/set.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/var/set.ts)_

## `sfdx env:var:unset`

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

_See code: [src/commands/env/var/unset.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/env/var/unset.ts)_
_See code: [src/commands/env/var/unset.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/env/var/unset.ts)_

## `sfdx generate:function`

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

_See code: [src/commands/generate/function.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/generate/function.ts)_
_See code: [src/commands/generate/function.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/generate/function.ts)_

## `sfdx generate:project`

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

_See code: [src/commands/generate/project.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/generate/project.ts)_
_See code: [src/commands/generate/project.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/generate/project.ts)_

## `sfdx login:functions`

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

_See code: [src/commands/login/functions.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/login/functions.ts)_
_See code: [src/commands/login/functions.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/login/functions.ts)_

## `sfdx project:deploy:functions`

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

_See code: [src/commands/project/deploy/functions.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/project/deploy/functions.ts)_
_See code: [src/commands/project/deploy/functions.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/project/deploy/functions.ts)_

## `sfdx run:function`

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

_See code: [src/commands/run/function.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/run/function.ts)_
_See code: [src/commands/run/function.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/src/commands/run/function.ts)_

## `sfdx run:function:start`

Expand Down Expand Up @@ -365,5 +365,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/heroku/sf-plugin-functions/blob/v0.1.4/src/commands/run/function/start.ts)_
_See code: [src/commands/run/function/start.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.5/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.1.4",
"version": "0.1.5",
"author": "[email protected]",
"bin": {
"functions": "./bin/run"
Expand Down

0 comments on commit 61716b5

Please sign in to comment.