> ## Documentation Index
> Fetch the complete documentation index at: https://baseten-philip-copy-0226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# truss watch

> Seamless remote development with truss.

```
truss watch [OPTIONS] [TARGET_DIRECTORY]
```

### Options

<ParamField body="--remote" type="TEXT">
  Name of the remote in .trussrc to patch changes to.
</ParamField>

<ParamField body="--logs" type="BOOL">
  Automatically open remote logs tab.
</ParamField>

<ParamField body="--help">
  Show help message and exit.
</ParamField>

### Arguments

<ParamField body="TARGET_DIRECTORY" type="Optional">
  A Truss directory. If none, use current directory.
</ParamField>

### Examples

```
truss watch
```

```
truss watch /path/to/my-truss
```

```
truss watch --remote baseten
```
