Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman committed May 25, 2021
1 parent 64b85d8 commit 381f9e2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
58 changes: 31 additions & 27 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.0.8/src/commands/env/create/compute.ts)_
_See code: [src/commands/env/create/compute.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/create/compute.ts)_

## `sfdx env:delete`

Expand All @@ -75,14 +75,14 @@ USAGE
OPTIONS
-c, --confirm=name confirmation name
-e, --environment=environment (required) environment name or alias
-e, --environment=environment (required) environment name
EXAMPLES
$ sfdx env:delete --environment=billingApp-Scratch1
$ 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.0.8/src/commands/env/delete.ts)_
_See code: [src/commands/env/delete.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/delete.ts)_

## `sfdx env:display`

Expand All @@ -93,14 +93,14 @@ USAGE
$ sfdx env:display
OPTIONS
-e, --environment=environment (required) environment name or alias
-e, --environment=environment (required) environment name
--verbose verbose display output
EXAMPLE
$ sfdx env:display --environment=billingApp-Scratch1
```

_See code: [src/commands/env/display.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.0.8/src/commands/env/display.ts)_
_See code: [src/commands/env/display.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/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.0.8/src/commands/env/list.ts)_
_See code: [src/commands/env/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/list.ts)_

## `sfdx env:logdrain:add`

Expand All @@ -134,14 +134,14 @@ USAGE
$ sfdx env:logdrain:add
OPTIONS
-e, --environment=environment (required) environment name, ID, or alias
-e, --environment=environment (required) environment name
-u, --url=url (required) endpoint that will receive sent logs
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.0.8/src/commands/env/logdrain/add.ts)_
_See code: [src/commands/env/logdrain/add.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/logdrain/add.ts)_

## `sfdx env:logdrain:list`

Expand All @@ -152,14 +152,14 @@ USAGE
$ sfdx env:logdrain:list
OPTIONS
-e, --environment=environment (required) environment name, ID, or alias
-e, --environment=environment (required) environment name
--json output result in json
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.0.8/src/commands/env/logdrain/list.ts)_
_See code: [src/commands/env/logdrain/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/logdrain/list.ts)_

## `sfdx env:logdrain:remove`

Expand All @@ -170,14 +170,14 @@ USAGE
$ sfdx env:logdrain:remove
OPTIONS
-e, --environment=environment (required) environment name, ID, or alias
-e, --environment=environment (required) environment name
-u, --url=url (required) logdrain url to remove
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.0.8/src/commands/env/logdrain/remove.ts)_
_See code: [src/commands/env/logdrain/remove.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/logdrain/remove.ts)_

## `sfdx env:var:get KEY`

Expand All @@ -188,13 +188,13 @@ USAGE
$ sfdx env:var:get KEY
OPTIONS
--environment=environment (required)
-e, --environment=environment (required) environment name
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.0.8/src/commands/env/var/get.ts)_
_See code: [src/commands/env/var/get.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/var/get.ts)_

## `sfdx env:var:list`

Expand All @@ -205,13 +205,13 @@ USAGE
$ sfdx env:var:list
OPTIONS
--environment=environment (required)
-e, --environment=environment (required) environment name
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.0.8/src/commands/env/var/list.ts)_
_See code: [src/commands/env/var/list.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/var/list.ts)_

## `sfdx env:var:set`

Expand All @@ -222,13 +222,13 @@ USAGE
$ sfdx env:var:set
OPTIONS
--environment=environment (required)
-e, --environment=environment (required) environment name
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.0.8/src/commands/env/var/set.ts)_
_See code: [src/commands/env/var/set.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/env/var/set.ts)_

## `sfdx env:var:unset`

Expand All @@ -239,13 +239,13 @@ USAGE
$ sfdx env:var:unset
OPTIONS
--environment=environment (required)
-e, --environment=environment (required) environment name
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.0.8/src/commands/env/var/unset.ts)_
_See code: [src/commands/env/var/unset.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/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.0.8/src/commands/generate/function.ts)_
_See code: [src/commands/generate/function.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/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.0.8/src/commands/generate/project.ts)_
_See code: [src/commands/generate/project.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/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.0.8/src/commands/login/functions.ts)_
_See code: [src/commands/login/functions.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/login/functions.ts)_

## `sfdx project:deploy:functions`

Expand All @@ -302,12 +302,16 @@ USAGE
OPTIONS
-b, --branch=branch deploy the latest commit from a branch different from the currently active branch
-o, --connected-org=connected-org (required) deployment org username or alias
-o, --connected-org=connected-org (required) username or alias for the org that the compute environment should be
connected to
-q, --quiet limit the amount of output displayed from the deploy process
--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.0.8/src/commands/project/deploy/functions.ts)_
_See code: [src/commands/project/deploy/functions.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/project/deploy/functions.ts)_

## `sfdx run:function`

Expand All @@ -332,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.0.8/src/commands/run/function.ts)_
_See code: [src/commands/run/function.ts](https://github.com/heroku/sf-plugin-functions/blob/v0.1.0/src/commands/run/function.ts)_

## `sfdx run:function:start`

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

0 comments on commit 381f9e2

Please sign in to comment.