dbup-cli 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dbup-cli --version 1.4.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dbup-cli --version 1.4.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dbup-cli&version=1.4.0
nuke :add-package dbup-cli --version 1.4.0

Command line tool, that can be installed as a .Net global tool, that helps you to deploy changes to databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.8.1 41,640 6/12/2023
1.8.0 25,952 1/18/2023
1.7.0 23,717 6/11/2022
1.6.6 3,132 5/10/2022
1.6.5 5,915 2/14/2022
1.6.4 917 2/6/2022
1.6.3 695 2/2/2022
1.6.2 650 2/2/2022
1.6.1 777 1/29/2022
1.6.0 7,782 10/3/2021
1.5.0 7,170 3/28/2021
1.4.0 430 3/27/2021
1.3.0 6,369 5/30/2020
1.2.0 3,100 3/20/2020
1.1.2 4,982 8/27/2019
1.1.0 790 4/11/2019
1.0.1 711 3/25/2019

Add script naming options
Load .env.local after .env