# Install

## Synopsis

Adds dependencies to the current project and installs them.

```shell-session
$ rocketblend install [reference] [flags]
```

## Options

```shell-session
  -u, --update   refreshes a package definition before installing it
  -h, --help     help for install
```

### Options inherited from parent commands

```shell-session
  -d, --directory string   working directory for the command (default ".")
  -l, --log-level string   log level (debug, info, warn, error) (default "info")
  -v, --verbose            enable verbose logging
```
