浏览代码

add message

Mohammed Nafees 4 年之前
父节点
当前提交
1b63620132
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cli/cmd/deploy.go

+ 2 - 0
cli/cmd/deploy.go

@@ -617,6 +617,8 @@ func updateUnsetEnvGroup(_ *types.GetAuthenticatedUserResponse, client *api.Clie
 		return err
 	}
 
+	color.New(color.FgGreen).Println("env group successfully updated")
+
 	return nil
 }