This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a399c3  adding projectname flag (#415)
0a399c3 is described below

commit 0a399c3a4dfe4de03d3ccd74917d4e7bb9a198b7
Author: Priti Desai <[email protected]>
AuthorDate: Tue Feb 19 06:54:45 2019 -0800

    adding projectname flag (#415)
---
 commands/project.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/project.go b/commands/project.go
index c109e3f..407825c 100644
--- a/commands/project.go
+++ b/commands/project.go
@@ -90,6 +90,7 @@ func init() {
        projectCmd.PersistentFlags().BoolVarP(&utils.Flags.Verbose, 
cmd.FLAG_VERBOSE, cmd.FLAG_VERBOSE_SHORT, false, 
wski18n.T(wskdeploy_wski18n.ID_CMD_FLAG_VERBOSE))
        projectCmd.PersistentFlags().StringVarP(&utils.Flags.Key, cmd.FLAG_KEY, 
cmd.FLAG_KEY_SHORT, "", wski18n.T(wskdeploy_wski18n.ID_CMD_FLAG_KEY_FILE))
        projectCmd.PersistentFlags().StringVarP(&utils.Flags.Cert, 
cmd.FLAG_CERT, cmd.FLAG_CERT_SHORT, "", 
wski18n.T(wskdeploy_wski18n.ID_CMD_FLAG_CERT_FILE))
+       projectCmd.PersistentFlags().StringVarP(&utils.Flags.ProjectName, 
cmd.FLAG_PROJECTNAME, "", "", 
wski18n.T(wskdeploy_wski18n.ID_CMD_FLAG_PROJECTNAME))
 
        projectCmd.AddCommand(projectDeployCmd)
        projectCmd.AddCommand(projectUnDeployCmd)

Reply via email to