Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A "catch all" for object types which are not natively recognized by FlexDeploy.  These files can be used in conjunction with custom deploy commands to accomplish any task.

Object Type Identification

  • Files that are not found to be any other type during population go are included here.
  • If known file types end up here, you may need to adjust some project properties, otherwise you can move Files to proper Object Type.

File Extensions 

NameDescription
anyAny file which is not recognized by FlexDeploy within any other object type.

...

Code Block
languagebash
themeRDark
cp $SOURCE_FILE $XXHR_TOP/patch/115;

Considerations

...