Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 883 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 883 Bytes

TALXIS.SDK

OSS part of tools for making development of TALXIS Apps easier and automated.

Common Data Service Target

DevOps

Installation

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

License

The MIT License (MIT). Please see License File for more information.