PsSqlLegacy

PowerShell Wrapper for Legacy Tools SqlCmd and SqlPackage

View the Project on GitHub abbgrade/PsSqlLegacy

Readme

PsSqlLegacy is a PowerShell wrapper for the SQL Server tools SqlCmd and SqlPackage.

For details, visit the GitHub Pages.

Usage

See the command reference for descriptions and examples.

Changelog

See the changelog file.

Installation

This module can be installed from PsGallery.

Install-Module -Name PsSqlLegacy -AllowPrerelease

Alternatively it can be built and installed from the sources:

  1. Install the development dependencies
  2. Download or clone it from GitHub
  3. Run the installation task:
Invoke-Build Install

Development

Build

The build scripts require InvokeBuild. If it is not installed, install it with the command Install-Module InvokeBuild -Scope CurrentUser.

You can build the module using the VS Code build task or with the command Invoke-Build Build.

Release

  1. Create a release branch using git-flow.
  2. Update the version number in the module manifest.
  3. Extend the changelog in this readme.
  4. If you want to create a pre-release.
    1. Push the release branch to GitHub, to publish the pre-release to PsGallery.
  5. Finish release using git-flow.
  6. Check if tags are not pushed to GitHub.
  7. Check if the release branch is deleted on GitHub.
  8. Create the release on GitHub.