Command line options for minimizing Insertable substitution strings

The command line for refactoring or reformatting insertable substitution strings is:

ReEldor -Insertables(I) [-SQLServer(SS) <SQLServer Instance name>] 
-Model(M) <model name> [-Segment(S) <segment name>] [-Element(E) <element name>] 
[-NoUpdates] [-NoValidate] [-LogFile(L) <file name>]

Where:

Syntax

Description

Insertables(I)

Is a necessary parameter to enable insertable substitution string refactoring.

SQLServer Instance name

Named instance of the SQL Server to connect to. If not specified, the default local instance is used.

Model(M)

Name of the AB Suite Model to refactor. This is a necessary parameter and can be used in the short form as –M instead of –Model.

Segment(S)

Name of the Segment to refactor. This is optional parameter and defaults to the Model name, if not specified.

Element(E)

Name of the Element/Folder to refactor. This is optional and defaults to ALL elements in the Segment.

NoUpdates

Only shows all the changes that could have been made. This does not update the Model. By default, the  behavior is to update the Model.

NoValidate

Does not validate any logic after the changes have been applied. By default, the behavior is to validate.

LogFile(L)

Name of log file. By default, it is ReEldor.log.