-
Notifications
You must be signed in to change notification settings - Fork 0
CliCompiler how to decrypt folder
DescribeCompilerCLI decrypt-folder "C:\parse\path\encrypted\" "C:\result\path\plain\"
password="qwerty123" auto
decrypt-folder ENCRYPTED_PATH PLAIN_PATH password=PASSWORD [ auto ][ theme=<verb> ]
The decrypt-folder command is used to decrypt a folder full of encrypted Describe source files '.denc' to a folder of plaintext describe source files - '.ds'. First we specify the command, followed by the folder to be decrypted and the output folder path. Anything after that is optional. (Input and Output paths cannot be the same)
-
password
The password that will be used to decrypt 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 flag. Expected values are:DBLUE,LBLUE,GREEN,PASTEL,EARTH,CONTRAST,DEFAULT,VIOLETandCYAN.
Home
Grammar How To
Compiler How To
CLI Compiler - How to
CLI Compiler - How to - help
CLI Compiler - How to - parse-file
CLI Compiler - How to - parse-folder
CLI Compiler - How to - encrypt-file
CLI Compiler - How to - decrypt-file
CLI Compiler - How to - recrypt-file
CLI Compiler - How to - encrypt-folder
CLI Compiler - How to - decrypt-folder
CLI Compiler - How to - recrypt-folder
API Compiler - How to
API Compiler - How to - Example 1
API Compiler - How to - Example 2
API Compiler - How to - Example 3
API Compiler - How to - Example 4
API Compiler - How to - Example 5
AWS Compiler - How to
AWS technical overview
API gateway configuration
output - low
output - medium
output - high
output - themes
Grammar - Lists
Grammar - Comments
Grammar - Links
Grammar - Decorators
Grammar - Tags
Grammar - More on Tags
Grammar - Directives
Grammar - Dot Notation
Grammar - Tildes
Grammar - Files
Deprecated - Slash Notation
Deprecated - Delimiter Mode
Describe Basics - v0.6
Describe Tags - v0.7
Describe Links - v0.8
Describe Decorators - v0.9
Describe Lines - v1.0
Describe Doubles - v1.1