You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| sqlitecgo | no | to support sqlite database on 32bit architecture systems, manually add package import to the [source codes](./internal/cmd/cmd_gen_dao.go) and do the building. |
34
+
| clickhouse | no | manually add package import to the [source codes](./internal/cmd/cmd_gen_dao.go) and do the building. |
35
+
| dm | no | manually add package import to the [source codes](./internal/cmd/cmd_gen_dao.go) and do the building. |
35
36
36
37
## 2) Manually Install
37
38
38
39
```shell
39
-
git clone https://github.com/gogf/gf&&cd gf/cmd/gf&& go install
40
+
go install github.com/gogf/gf/cmd/gf/v2
40
41
```
41
42
42
43
## 2. Commands
@@ -47,22 +48,24 @@ USAGE
47
48
gf COMMAND [OPTION]
48
49
49
50
COMMAND
50
-
env show current Golang environment variables
51
-
run running go codes with hot-compiled-like feature
52
-
gen automatically generate go files for dao/do/entity/pb/pbentity
53
-
tpl template parsing and building commands
54
-
init create and initialize an empty GoFrame project
55
-
pack packing any file/directory to a resource file, or a go file
56
-
build cross-building go project for lots of platforms
57
-
docker build docker image for current GoFrame project
58
-
install install gf binary to system (might need root/admin permission)
59
-
version show version information of current binary
51
+
up upgrade GoFrame version/tool to latest one in current project
52
+
env show current Golang environment variables
53
+
fix auto fixing codes after upgrading to new GoFrame version
54
+
run running go codes with hot-compiled-like feature
55
+
gen automatically generate go files for dao/do/entity/pb/pbentity
56
+
tpl template parsing and building commands
57
+
init create and initialize an empty GoFrame project
58
+
pack packing any file/directory to a resource file, or a go file
59
+
build cross-building go project for lots of platforms
60
+
docker build docker image for current GoFrame project
61
+
install install gf binary to system (might need root/admin permission)
62
+
version show version information of current binary
60
63
61
64
OPTION
62
-
-y, --yes all yes for all command without prompt ask
63
-
-v, --version show version information of current binary
64
-
-d, --debug show internal detailed debugging information
65
-
-h, --help more information about this command
65
+
-y, --yes all yes for all command without prompt ask
66
+
-v, --version show version information of current binary
67
+
-d, --debug show internal detailed debugging information
0 commit comments