ensconce


ensconce

Description

The ensconce function is a helper to call into the Ensconce executable without needing to know the exact executable name.

This is the recommended way to call Ensconce so as to avoid issues should the internal name or file structure change.

Example

Example 1: Pipe text into ensconce


"{ ClientCode }" | ensconce -i

Example 2: Copy files between 2 configured paths with the replace option


ensconce --deployFrom="{{ SourcePath }}" --deployTo="{{ DestinationPath }}" --replace