-
Notifications
You must be signed in to change notification settings - Fork 0
CliCompiler how to encrypt file
DescribeCompilerCLI encrypt-file "C:\parse\path\input\input.ds" "C:\result\path\input\input.denc"
password="qwerty123" auto
encrypt-file PLAIN_PATH ENCRYPTED_PATH password=PASSWORD [ auto ][ theme=<verb> ]
The encrypt-file command is used to, well, encrypt a file. First we specify the command, followed by the source file to be encrypted and the output file path, that should end with ".denc" file extension, if we plan on parsing the file. Any arguments after these are optional. (Input and Output paths cannot be the same)
-
password
The password that will be used to encrypt the file. -
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
,VIOLET
andCYAN
. You can see those themes demonstrated here.
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