mrutkows opened a new issue #683: wskdeply cobra command help missing i18n 
translations
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/683
 
 
   Missing _short_ and _long_ utility descriptions in root.go:
   
   ```
   var RootCmd = &cobra.Command{
        Use:           "wskdeploy",
        SilenceErrors: true,
        SilenceUsage:  true,
        Short:         "A tool set to help deploy your openwhisk packages in 
batch.",
        Long: `A tool to deploy openwhisk packages with a manifest and/or 
deployment yaml file.
   
   wskdeploy without any commands or flags deploys openwhisk package in the 
current directory if manifest.yaml exists.
   
         `,
        // Uncomment the following line if your bare application
        // has an action associated with it:
        RunE: RootCmdImp,
   }
   ```

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