Releases: antonwierenga/sql-template-cli
Releases · antonwierenga/sql-template-cli
v0.1.0
- New shell command 'encrypt-mail-password'
- Updated shell command 'data' and 'execute': added options 'email-to', 'email-subject' and 'email-body'
- Renamed shell command 'encrypt-password' to 'encrypt-database-password': added option 'database'
- Updated shell commands 'data' and 'execute': renamed option 'output-format' to 'export-format
- Updated shell commands 'data' and 'execute': renamed option 'output-path' to 'export-path'
- Updated shell commands 'data' and 'execute': added option 'export-open' to automatically open the export file after it is created
- Updated shell commands 'data' and 'execute': added export-format 'insert' for insert statement generation (using --export-format insert)
- Updated shell commands 'data' and 'execute': added export-format 'html' for html generation (using --export-format html)
- Updated shell commands 'data' and 'execute': added --count option
v0.0.1
- Enhanced table auto-completion (no need to specify the schema when table name is given)
- Fixed a bug that caused an error when sql-template-cli was running from a path that contains spaces (Windows)
v0.0.0
- New shell command 'connect'
- New shell command 'columns'
- New shell command 'data'
- New shell command 'disconnect'
- New shell command 'encrypt-password'
- New shell command 'execute'
- New shell command 'release-notes'
- New shell command 'show-template'
- New shell command 'tables'
- New shell command 'version'