---
id: usage
title: Usage
---
# Usage
See full usage documentation by typing `cadl --help`:
```bash
>cadl --help
Cadl compiler v0.36.1
cadl <command>
Commands:
cadl compile <path> Compile Cadl source.
cadl code Manage VS Code Extension.
cadl vs Manage Visual Studio Extension.
cadl format <include...> Format given list of Cadl files.
cadl init [templatesUrl] Create a new Cadl project.
cadl install Install cadl dependencies
cadl info Show information about current Cadl compiler.
Options:
--help Show help [boolean]
--debug Output debug log messages. [boolean] [default: false]
--pretty Enable color and formatting in Cadl's output to make compiler error
s easier to read. [boolean] [default: true]
--version Show version number [boolean]
```microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
docs/introduction/usage.md
31lines · modepreview