lzbj commented on issue #294: wskdeploy should display "--help usage" if no 
command or manifest provided
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/294#issuecomment-327700504
 
 
   @mrutkows , I run the latest code with your above command, I got:
   
   Error: 
/Users/dliu/go_work/src/github.com/apache/incubator-openwhisk-wskdeploy/cmd/root.go
 [174]: Invalid input of Yaml file =====> Missing manifest.yaml/manifest.yml 
file.
   
   Usage:
     wskdeploy [flags]
     wskdeploy [command]
   
   Available Commands:
     add         Add an action, feed, trigger or rule to the manifest
     init        Init helps you create a manifest file on OpenWhisk
     publish     Publish a package to a registry
     report      Returns summary of what's been deployed on OpenWhisk in 
specific namespace
     undeploy    Undeploy assets from OpenWhisk
     version     Print the version number of openwhisk-wskdeploy
   
   Flags:
     -a, --allow-defaults       allow defaults
     -i, --allow-interactive    allow interactive prompts
         --apihost string       whisk API HOST
         --apiversion VERSION   whisk API VERSION
     -u, --auth KEY             authorization KEY
         --config string        config file (default is $HOME/.wskprops)
     -d, --deployment string    path to deployment file
     -h, --help                 help for wskdeploy
     -m, --manifest string      path to manifest file
     -n, --namespace string     namespace
     -p, --pathpath string      path to serverless project (default ".")
     -t, --toggle               Help message for toggle
     -v, --verbose              verbose output
   
   Use "wskdeploy [command] --help" for more information about a command.
   
   Error: 
/Users/dliu/go_work/src/github.com/apache/incubator-openwhisk-wskdeploy/cmd/root.go
 [174]: Invalid input of Yaml file =====> Missing manifest.yaml/manifest.yml 
file.
 
----------------------------------------------------------------
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