# Vertical Solutions Tool

`uip` plugin for managing UiPath Vertical Solutions.

## Commands

### Init

Initialize a new vertical solution

```bash
uip vss init
```

### Sync

Sync a vertical solution

```bash
uip vss sync
```

### Add

Add an entity, process or connection to your vertical solution

```bash
uip vss add <type> [path]
```

### Generate

Generate types for your vertical solution

```bash
uip vss generate
```

## Changes

### vss 0.0.1

- Initial release with `init`, `sync`, `add`, and `generate` commands
