You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This plugin enables support for the [OpenWhisk platform](http://openwhisk.org/)
11
11
Before you can deploy your service to OpenWhisk, you need to have an account registered with the platform.
12
12
13
13
-*Want to run the platform locally?* Please read the project's [*Quick Start*](https://github.com/openwhisk/openwhisk#quick-start) guide for deploying it locally.
14
-
-*Want to use a hosted provider?* Please sign up for a free account with [IBM CLoud](https://console.ng.bluemix.net/) and then follow the instructions for getting access to [OpenWhisk on Bluemix](https://console.ng.bluemix.net/openwhisk/).
14
+
-*Want to use a hosted provider?* Please sign up for a free account with [IBM Cloud](https://console.ng.bluemix.net/) and then follow the instructions for getting access to [OpenWhisk on Bluemix](https://console.ng.bluemix.net/openwhisk/).
15
15
16
16
### Set up account credentials
17
17
@@ -567,7 +567,7 @@ OpenWhisk provides a concept called "packages" to manage related actions. Packag
567
567
568
568
*Packages are identified using the following format:* `/namespaceName/packageName/actionName`.
569
569
570
-
***Rules and triggers can not be created within packages.***
570
+
***Rules and triggers can not be created within packages.***
571
571
572
572
### Implicit Packages
573
573
@@ -596,12 +596,12 @@ functions:
596
596
foo:
597
597
handler: handler.foo
598
598
name: "myPackage/foo"
599
-
599
+
600
600
resources:
601
601
packages:
602
602
myPackage:
603
603
parameters:
604
-
hello: world
604
+
hello: world
605
605
```
606
606
607
607
*Explicit packages support the following properties: `parameters`, `annotations`, `services` and `shared`.*
@@ -650,8 +650,8 @@ functions:
650
650
The `service` configuration supports the following properties.
651
651
652
652
- `name`: identifier for the cloud service
653
-
- `instance`: instance name for service (*optional*)
654
-
- `key`: key name for instance and service (*optional*)
653
+
- `instance`: instance name for service (*optional*)
654
+
- `key`: key name for instance and service (*optional*)
655
655
656
656
*If the `instance` or `key` properties are missing, the first available instance and key found will be used.*
0 commit comments