# SPK Init

Initalize the `spk` cli for the first time.

Usage:

```
spk init [options]
```

Commands:

- [SPK Init](#spk-init)
  - [Prerequisites](#prerequisites)
  - [Commands](#commands)
    - [init](#init)

Global options:

```
  -v, --verbose        Enable verbose logging
  -h, --help           Usage information
```

## Prerequisites

An [spk-config.yaml](../README.md#getting-started) file in the working
directory, or somewhere that can be linked via the `-f, --file` flag.

## Commands

### init

Initalize the `spk` cli tool.

```
Usage: spk init|i [options]

Initialize the spk tool for the first time.

Options:
  -f, --file <config-file-path>  Path to the config file.
  -h, --help                     output usage information
```
