Skip to content

Conversation

@AkimitsuTosha
Copy link
Contributor

issue

#1149

Test

$ cat manifest.yaml    
project:
  packages:
    package1:
      inputs:
        param1:
          key1: value1
          key2: value2
      actions:
        action1:
          function: ./action1.js
          runtime: nodejs
$ go build -o ./wskdeploy
$ ./wskdeploy --preview
Packages:
Name: package1
    bindings: 
        - param1 : {
  "key1": "value1",
  "key2": "value2"
}
    annotation: 

  * action: action1
    bindings: 
    annotation: 


Triggers:

Rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant