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/02/06 20:49:58 UTC

[GitHub] kpavel opened a new pull request #715: Adding support for export managed project back to manifest

kpavel opened a new pull request #715: Adding support for export managed project back to manifest
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/715
 
 
   Introducing command to export managed project into manifest file using
   `wskdeploy export -p <MANAGED_PROJECT_NAME>`-m <TARGET_MANIFEST_FILENAME>
   Project assets will be stored in specified manifest file and all the
   actions functions code will be stored in the same directory in respective
   files.
   All the exported assets (packages/actions...etc) must be managed by same
   project via annotations in a regular wskdeploy way.
   Currently there may be an issue with multiple managed packages under same
   project, as triggers and rules currently placed under packages in the
   wskdeploy manifest model, instead of top level similat to OW model

----------------------------------------------------------------
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