# configure

`speakeasy configure`  

Configure your Speakeasy SDK Setup.  

## Details

## Configure

Configure your Speakeasy workflow file.

[Workflows](https://www.speakeasy.com/docs/workflow-file-reference)

[GitHub Setup](https://www.speakeasy.com/docs/publish-sdks/github-setup)

[Publishing](https://www.speakeasy.com/docs/publish-sdks/publish-sdks)

[Testing](https://www.speakeasy.com/docs/customize-testing/bootstrapping-test-generation)

## Usage

```
speakeasy configure [flags]
```

### Options

```
  -h, --help   help for configure
```

### Options inherited from parent commands

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

### Parent Command

* [speakeasy](/docs/speakeasy-reference/cli/getting-started)	 - The Speakeasy CLI tool provides access to the Speakeasy.com platform
### Sub Commands

* [speakeasy configure generation](/docs/speakeasy-reference/cli/configure/generation)	 - Configure and inspect generation settings.
* [speakeasy configure github](/docs/speakeasy-reference/cli/configure/github)	 - Configure Speakeasy for github.
* [speakeasy configure local-workflow](/docs/speakeasy-reference/cli/configure/local-workflow)	 - Create a local workflow configuration file.
* [speakeasy configure publishing](/docs/speakeasy-reference/cli/configure/publishing)	 - Configure Speakeasy for publishing.
* [speakeasy configure sources](/docs/speakeasy-reference/cli/configure/sources)	 - Configure new or existing sources.
* [speakeasy configure targets](/docs/speakeasy-reference/cli/configure/targets)	 - Configure new or existing targets.
* [speakeasy configure tests](/docs/speakeasy-reference/cli/configure/tests)	 - Configure Speakeasy SDK tests.
