Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Companion] Update feeds.md #4808
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4808 +/- ##
==========================================
- Coverage 85.21% 78.61% -6.61%
==========================================
Files 197 197
Lines 8843 8843
Branches 606 606
==========================================
- Hits 7536 6952 -584
- Misses 1307 1891 +584
Continue to review full report at Codecov.
|
| @@ -67,7 +67,7 @@ When the user creates a trigger from the CLI with the **--feed** parameter, the | |||
|
|
|||
| For example,assume the user has created a `mycloudant` binding for the `cloudant` package with their username and password as bound parameters. When the user issues the following command from the CLI: | |||
|
|
|||
| `wsk trigger create T --feed mycloudant/changes -p dbName myTable` | |||
| `wsk trigger create T --feed mycloudant/changes --feed-param dbName myTable` | |||
dubee
Feb 24, 2020
Member
Is there doc showing that --feed-param and --trigger-param can be used in conjunction with each other?
Is there doc showing that --feed-param and --trigger-param can be used in conjunction with each other?
dubee
Feb 24, 2020
Member
It might be good to note that -p and -P only works for feed parameters.
It might be good to note that -p and -P only works for feed parameters.
Description
when creating and updating a trigger with a feed, feed related parameters will require --feed-param flag.
This is a companion change for PR: apache/openwhisk-cli#479
DO NOT MERGE until apache/openwhisk-cli#479 gets merged. This PR should be merged quickly once apache/openwhisk-cli#479 gets merged :)
Related issue and scope
apache/openwhisk-cli#479
My changes affect the following components
Types of changes
Checklist: