OSS part of tools for making development of TALXIS Apps easier and automated.
To get started clone the repository and run:
Import-Module .\module\TALXIS.SDK.DevOps.CDS.PowerShell
OR
Module is available in PowerShell Gallery
Run PowerShell as administrator and allow remotely downloaded scripts:
Set-ExecutionPolicy RemoteSigned
Install the latest version from PowerShell Gallery:
Install-Module TALXIS.SDK.DevOps.CDS.PowerShell
Import the installed module:
Import-Module TALXIS.SDK.DevOps.CDS.PowerShell
The MIT License (MIT). Please see License File for more information.