Giter Club home page Giter Club logo

itaintboring.deployment's Introduction

ItAintBoring.Deployment

A powershell module for solution export/import, and more

Nuget

https://www.nuget.org/packages/ItAintBoring.CDS.PowerShell

Overview

https://www.itaintboring.com/dynamics-crm/a-powershell-script-to-importexport-solutions-and-data/

Solutions, data, and word templates export/import

https://www.itaintboring.com/dynamics-crm/using-powershell-to-exportimport-solutions-data-and-word-templates/

Bulk-loading inactive records

https://www.itaintboring.com/dynamics-crm/bulk-loading-inactive-records-to-cds/

Concepts

There are always two connections (source and destination) Get commands (with the exception of Get-CDSSolutionExists) are working with the source connections Push commands(and Get-CDSSolutionExists) are working with the destination connection

List of commands

Get-CDSData

Parameters: [string]$fetch, [string]$filePath

Export data from CDS to a local file

Get-CDSSolution

Parameters: [string] $solutionName, [switch] $Managed = $false

Export a CDS solution by name (also, managed/unmanaged)

Push-CDSTheme

Parameters: [string]$themeName

Publish a cds theme by name

Push-CDSData

Parameters: [string]$fileName

Push previously exported data from a local file to CDS

Push-CDSSolution

Parameters: [string]$solutionName, #Solution name [switch] $Managed = $false, [bool]$override, #If set to 1 will override the solution even if a solution with same version exists [bool]$publishWorkflows, #Will publish workflows during import [bool]$overwriteUnmanagedCustomizations, #Will overwrite unmanaged customizations [bool]$skipProductUpdateDependencies, #Will skip product update dependencies [switch]$holdingSolution = $false, #Imports by creating a holding/upgrade solution [switch]$ImportAsync = $false, #Import solution in Async Mode, recommended [int]$AsyncWaitTimeout = 120, #Optional - Async wait timeout in seconds [switch]$WaitForCompletion = $true #For async only

Push solution to CDS

Push-ApplySolutionUpdates

Parameters: [string]$solutionName

Apply updates to a solution

Get-CDSSolutionExists

Parameters: [string]$solutionName

Check if solution exists in the environment

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.