apache / apache/openwhisk-wskdeploy

Why are triggers and rules under package in manifest.yml?

Open
#132 15 comments 0 reactions 0 assignees View on GitHub
design needed enhancement priority: medium
Dominant language
Go
Stars
75
Forks
73
PR merge metrics
No merged PRs in 30d

Description

From the OpenWhisk getting started [documentation](https://console.ng.bluemix.net/docs/openwhisk/openwhisk_triggers_rules.html#openwhisk_triggers):
>Triggers cannot be created inside a package; they must be created directly under a namespace.

So why are triggers and rules underneath package in manifest.yml?

```
package:
actions:
...
triggers:
...
rules:
...

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.