brunogirin opened a new issue #898: wskdeploy export doesn't support multiple 
packages in a single project
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/898
 
 
   When running `wskdeploy` on a project that contains multiple packages, I get 
the following message:
   
   ```
   Error: currently can't work with more than one package managed by one project
   ```
   
   This is using the `latest` version of `wskdeploy` downloaded on Thursday 
10th May, around 15:00 GMT. When I comment out all but one of the packages, run 
`wskdeploy sync` followed by `wskdeploy export`, it all works fine.
   
   ## Steps to reproduce:
   
   1. Create a manifest with a project that includes 2 packages
   2. Run `wskdeploy sync`: all works well and all actions are deployed
   3. Run `wskdeploy export`: it fails with the error message above; when doing 
this, it downloads the artefacts for the first package and fails to write any 
manifest
   
   ## Expected outcome
   
   The tool should be able to handle multiple packages.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to