---
symbol: UpdateCmdContext
module: "@tsed/cli"
type: interface
meta:
 - name: keywords
   description: api typescript node.js documentation UpdateCmdContext interface
---
# UpdateCmdContext - @tsed/cli

## Usage

```typescript
import { UpdateCmdContext } from "@tsed/cli";
```

> See [/packages/cli/src/commands/update/UpdateCmd.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/commands/update/UpdateCmd.ts#L0-L0).

## Overview

```ts
interface UpdateCmdContext extends CommandData {
    version: string;
    [key: string]: any;
}
```

<!-- Members -->

## version

```ts
version: string;
```

## \[key: string]

```ts
[key: string]: any;
```
