Skip to content

M-Patrone/GenericDeploymentsScripter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenericDeploymentsScripter

This package allows to generate a deployment script using DacFx. To get only the changes from the current user it uses the the table DDLChanges.

How it works

Install the package on your computer with the command:

dotnet tool install -g GenericDeploymentScripter --version 1.0.0

The package is for the moment only on GitHub. So you have to add GitHub as a nuget source:

dotnet nuget add source "https://nuget.pkg.github.com/M-Patrone/index.json" --name "GitHub" --username YOUR_USERNAME --password GITHUB_PAT

dotnet tool install -g GenericDeploymentScripter --version 1.0.0

Here a list of the supported arguments:


--sourceconnectionstring Required. Argument to hold the connection string
from the dev DB

--targetconnectionstring Required. Argument to hold the connection string
from the target DB

--outputpath Argument to hold the output path with the filename

--username Argument to hold the username (with domain)

--help Display this help screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages