Skip to content

CliCompiler how to

Viktor Chernev edited this page Nov 11, 2024 · 17 revisions

The Describe Compiler CLI is a text-based app that provides a command line interface for the API compiler, so that users can compile Describe source files on the command line. The app is licensed under the AGPL v3 public license, and is currently available only for Windows, utilizing the .Net 8.0. Linux build will probably be available in the near future as well.

A list of commands:

help
parse-file
parse-folder
encrypt-file
decrypt-file
recrypt-file
encrypt-folder
decrypt-folder
recrypt-folder

Screenshots

These are some screenshots of the CLI tool running.

CLI - Low verbosity
CLI - Medium verbosity
CLI - High verbosity
CLI - Themes

Links

Describe Compilation
Use the API version
Use the AWS version

Clone this wiki locally