You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/28 13:08:41 UTC

[GitHub] brunogirin opened a new pull request #827: Updated documentation and examples to use the new packages syntax

brunogirin opened a new pull request #827: Updated documentation and examples to use the new packages syntax
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/827
 
 
   Should fix #826 
   
   Updated the syntax from:
   
   ```yaml
   package:
     name: package_name
     version 1.0
   ...
   ```
   
   to:
   
   ```yaml
   packages:
     package_name:
       version: 1.0
   ...
   ```
   in all docs and example files. I'm not sure about the file that starts `project:` so this may need adjusting too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services