CliCompiler how to encrypt folder - listiary/DescribeCompiler GitHub Wiki
DescribeCompilerCLI encrypt-folder "C:\parse\path\input\" "C:\result\path\output\"
password="qwerty123" auto
encrypt-folder PLAIN_PATH ENCRYPTED_PATH password=PASSWORD [ auto ][ theme=<verb> ]
The encrypt-folder command is used to encrypt a folder full of Describe source files - '.ds'. First we specify the command, followed by the source folder to be encrypted and the output folder path, that will contain the encrypted files. Any arguments after these are optional. (Input and Output paths cannot be the same)
-
password
The password that will be used to encrypt the files. -
auto
The auto flag specifies that the tool is being invoked from a script or a tool. Essentially it removes stuff like changing console colors and prompts likePress any key to exit., as those can break or complicate automated scripts and tools. -
theme
The CLI Transpiler now supports different color themes, via this argument. Expected values are:DBLUE,LBLUE,GREEN,PASTEL,EARTH,CONTRAST,DEFAULT,VIOLETandCYAN. You can see those themes demonstrated here.