We've added pscale auth check
, for checking if you are currently authenticated. It will return a exit code 1 if you are logged out (useful for scripting).
- Several bug fixes to the
dump
command. - Fixed a bug on linux machines with pscale auth failing due to file permissions
Changelog
- 2188738 Add auth check command
- 25dfef9 Exclude vitess ghost tables from dump command
- 24e7fae Improve
dump
command error messages - cad18f5 Shell: fix conflict with DB name
- fc46932 Sprintf not needed
- d33b96e build(deps): bump github.com/benbjohnson/clock from 1.3.0 to 1.3.3
- 7ce64cf build(deps): bump github.com/frankban/quicktest from 1.14.4 to 1.14.5
- 4cb4af0 build(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1
- b7c15ff build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
- 169ceb8 build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0
- 4c6174a improve local dev instructions
- e6d4ee6 remove unused import
- 5c62bb1 try to make directory for config file if need-be