You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/21 02:10:44 UTC

[GitHub] pritidesai commented on issue #529: wip: Updating all manifest files to use packages

pritidesai commented on issue #529: wip: Updating all manifest files to use packages
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/529#issuecomment-331030809
 
 
   How should `wskdeploy` behave in case:
   
   Deployment File:
   
   ```
   application:
     namespace: <namespace>
     credential: <credential>
     apiHost: <apihost>
     packages:
       helloworld:
         actions:
         ...
      helloworld-1:
        actions:
        ...
   ...
   ```
   
   Manifest file:
   
   ```
   packages:
     helloworld:
       namespace: <namespace>
       credential: <credentails>
       apiHost: <apiHost>
       actions:
         ...
     helloworld-1:
       namespace: <namespace>
       credential: <credentails>
       apiHost: <apiHost>
       actions:
         ...
   ```
   
   
 
----------------------------------------------------------------
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