# local-workflow

`speakeasy configure local-workflow`  

Create a local workflow configuration file.  

## Details

Copies workflow.yaml to workflow.local.yaml with all settings commented out for local overrides.

## Usage

```
speakeasy configure local-workflow [flags]
```

### Options

```
  -h, --help                        help for local-workflow
  -d, --workflow-directory string   directory of speakeasy workflow file
```

### Options inherited from parent commands

```
      --logLevel string   the log level (available options: [info, warn, error]) (default "info")
```

### Parent Command

* [speakeasy configure](/docs/speakeasy-reference/cli/configure)	 - Configure your Speakeasy SDK Setup.
