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:
[email protected]


With regards,
Apache Git Services

Reply via email to