File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Install
39
39
The binary file can be found in the [ project releases] ( https://github.com/webdevops/go-devtool/releases ) .
40
40
41
41
```
42
- DOWNLOAD_VERSION=0.3.3
42
+ DOWNLOAD_VERSION=0.4.0
43
43
DOWNLOAD_OS=linux
44
44
DOWNLOAD_ARCH=x64
45
45
@@ -123,10 +123,10 @@ gdt mysql:schema:dump --mysql.user root --mysql.password dev db1 db1.sql.gz
123
123
gdt mysql:schema:dump --mysql mysql://root:dev@localhost db1 db1.sql.gz
124
124
125
125
# Dump db1 into db1.sql.gz using remote MySQL on host example.com with user root and password dev
126
- gdt mysql:schema:dump --hostname example.com --mysql.user root --mysql.password dev db1 db1.sql.gz
126
+ gdt mysql:schema:dump --mysql. hostname example.com --mysql.user root --mysql.password dev db1 db1.sql.gz
127
127
128
128
# Dump db1 into db1.sql.gz using remote MySQL with user root and password dev on host example.com using SSH with user foobar
129
- gdt mysql:schema:dump --ssh
[email protected] -
u root -
p dev db1 db1.sql.gz
129
+ gdt mysql:schema:dump --ssh
[email protected] -
-mysql.user root -
-mysql.password dev db1 db1.sql.gz
130
130
131
131
# Dump db1 into db1.sql.gz using docker-compose container mysql
132
132
gdt mysql:schema:dump --docker compose:mysql db1 db1.sql.gz
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const (
16
16
// application informations
17
17
Name = "godevtool"
18
18
Author = "webdevops.io"
19
- Version = "0.3.3 "
19
+ Version = "0.4.0 "
20
20
21
21
// self update informations
22
22
GithubOrganization = "webdevops"
You can’t perform that action at this time.
0 commit comments