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/11/13 22:03:45 UTC

[GitHub] houshengbo closed pull request #996: Enable export verbose output

houshengbo closed pull request #996: Enable export verbose output
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/996
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/cmd/export.go b/cmd/export.go
index 886344e2..5e5db055 100644
--- a/cmd/export.go
+++ b/cmd/export.go
@@ -116,6 +116,10 @@ func ExportAction(actionName string, packageName string, maniyaml *parsers.YAML,
 }
 
 func exportProject(projectName string, targetManifest string) error {
+
+	whisk.SetVerbose(utils.Flags.Verbose)
+	whisk.SetDebug(utils.Flags.Trace)
+
 	maniyaml := &parsers.YAML{}
 	maniyaml.Project.Name = projectName
 


 

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