microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
4ddf43ae0dffb11cf982bebe006f37d5524bee69

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/handbook/cli.md

31lines · modepreview

---
id: cli
title: Cli usage
---

# Usage

See full usage documentation by typing `tsp --help`:

```bash
>tsp --help
TypeSpec compiler v0.36.1

tsp <command>

Commands:
  tsp compile <path>       Compile TypeSpec source.
  tsp code                 Manage VS Code Extension.
  tsp vs                   Manage Visual Studio Extension.
  tsp format <include...>  Format given list of TypeSpec files.
  tsp init [templatesUrl]  Create a new TypeSpec project.
  tsp install              Install TypeSpec dependencies
  tsp info                 Show information about the current TypeSpec compiler.

Options:
  --help     Show help                                                 [boolean]
  --debug    Output debug log messages.               [boolean] [default: false]
  --pretty   Enable color and formatting in TypeSpec's output to make compiler error
             s easier to read.                         [boolean] [default: true]
  --version  Show version number                                       [boolean]
```