Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
GoFrame
框架提供了功能强大的gf
命令行开发辅助工具,是框架发展的一个重要组成部分,工具开源项目地址:https://github.com/gogf/gf-cli
我们推荐通过下载安装预编译的二进制使用。工具安装成功后,可以通过gf
或者gf -h
查看所有支持的命令。复杂的命令可以通过gf help COMMAND
或者gf COMMAND -h
查看更详细的使用帮助信息,例如:gf help gen
、gf gen -h
。
注意事项
1、工具运行初始化时将会自动打开Go Modules
特性并设置反向代理地址为 https://goproxy.cn
。
2、部分命令需要您先安装好Golang
基础的开发环境,环境安装具体请参考 环境安装 章节。
3、最新的CLI
工具版本会随着最新的框架版本走。
命令总览
当前帮助文档以gf cli v1.15.0
版本为例进行简单的介绍,详细的介绍信息请查看命令行帮助信息。本章内容信息可能会有滞后,最新的具体详细介绍请查看工具帮助信息。
Code Block | ||
---|---|---|
| ||
$ gf USAGE gf COMMAND [ARGUMENT] [OPTION] COMMAND env show current Golang environment variables run get running installgo orcodes update GF to system in default...with hot-compiled-like feature gen automatically generate go files for ORM models... mod extra features for go modules... run running go codes with hot-compiled-like featuredao/dto/entity/pb/pbentity... init create and initialize an empty GFGoFrame project... help show more information about a specified command pack packing any file/directory to a resource file, or a go file... build cross-building go project for lots of platforms... docker createbuild a docker image for current GFGoFrame project... swagger swagger feature for current project... update update current gf binary to latest one (might need root/admin permission) install install gf binary to system (might need root/admin permission) version show version information of current binary version info OPTION -y, --yes all yes for all command without prompt ask -v, -?,-h version show thisversion helpinformation orof detail for specified commandcurrent binary -d, -v,-idebug show versioninternal detailed debugging information ADDITIONAL Use 'gf help COMMAND' or 'gf COMMAND -h' for detail about a command, which has '...' in the tail of their comments. -h, --help more information about this command ADDITIONAL Use "gf COMMAND -h" for details about a command. |
相关文档
Children Display | ||||
---|---|---|---|---|
|
Panel | ||
---|---|---|
| ||
|