wp-cli
#!/usr/bin/env bash set -eu wp @all core verify-checksums wp @all vackup create wp @all core update wp @all core language update wp @all plugin update --all wp @all theme update --all wp @all core verify-checksums exit 0