Releases: 10up/wpsnapshots
Releases · 10up/wpsnapshots
Version 2.2.1
2.2.0
- Support overriding version for create and push as well as setting version to
nightly
. Props dinhtungdu. - Better error handling for
get_download_url
. Props paulschreiber. - Message warning users about using production databases
- Update
rmccue/requests
version
2.1.0
Added
--overwirte_local_copy
flag to thepull
command (props @eugene-manuilov via #71).--suppress_instructions
flag to thepull
command (props @eugene-manuilov via #76).--format
option to the search command that accepts json and table values (props @eugene-manuilov via #70).- GitHub actions to build and push a new docker image when a new release is published (props @eugene-manuilov via #72, #73).
Changed
- Search command arguments to allow multiple queries.
--include_files
and--include_db
flags ofcreate
,download
,pull
andpush
commands to accept negative values.--confirm_wp_version_change
flag of thepull
command to accept negative values.- Documentation updates (props @eugene-manuilov, @jeffpaul via #75).
- Docker image to be compatible with the current version of
10up/wpsnapshots:dev
(props @eugene-manuilov via #74).
Removed
--column-statistics=0 --no-tablespaces
parameters (props @felipeelia via #68).
Fixed
- Empty line issue rendered at the beginning of all commands.