Giter Site home page Giter Site logo

yagasoft / dynamicscrm-bulkdeploysolution Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 65 KB

A command-line tool that can export multiple solutions and deploy them to multiple environments in one go.

Home Page: http://yagasoft.com

License: GNU General Public License v3.0

C# 100.00%
dynamics dynamics-crm dynamics-365 crm 365 microsoft tool export solution import bulk yagasoft json commandline command-line cmd deploy

dynamicscrm-bulkdeploysolution's Introduction

DynamicsCrm-BulkDeploySolution

(No longer maintained!)

Version: 2.1.2


A command-line tool that can export multiple solutions and deploy them to multiple environments in one go. Supports manual retry of failed imports during the current run.

Guide

Configuration is in the following format:

{
	"sourceConnectionString": "AuthType=AD; Url=...",
	"destinationConnectionStrings": [
		"AuthType=AD; Url=...",
		"AuthType=AD; Url=..."
	],
	"solutionConfigs": [
		{
			"solutionName": "Solution1",
			"isManaged": false
		},
		{
			"solutionFile": "Solution2_0_0_0_1.zip"
		}
	]
}

The configuration filename must be passed as a command-line argument.

The following options can be passed to the command-line:

Parameter Description
-f Pass a list of solution configuration files to process (space-separated).
-c Pass a connections configuration file to use. Only used when no connection info can be found in the solution configuration file.
-P Prevents the program from pausing on exit.
-r Enables automatic import failure retry. Must be followed by an integer (min: 0).

Changes

v2.1.2 (2019-01-01)

  • Improved: switched to EnhancedOrgService for better performance
  • Fixed: not handling error in imports

v2.1.1 (2018-12-20)

  • Added: progress indicator
  • Added: detailed errors and import log on failure
  • Added: optionally separated the connections from the solution configuration
  • Added: support for multiple solution configurations in one go
  • Added: support for regex in solution file names. Removes the need for editing the configuration everytime the exported solution version changes.
  • Changed: 'solutionPath' param is not split into 'solutionFolder' and 'solutionFile'. The folder can be relative to the executable file.

v1.2.2 (2018-09-26)

  • Added: additional command-line arguments

v1.1.1 (2018-09-10)

  • Initial release

Copyright © by Ahmed el-Sawalhy (Yagasoft) -- GPL v3 Licence

dynamicscrm-bulkdeploysolution's People

Contributors

yagasoft avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.