---
title: "authelia-scripts bootstrap"
description: "Reference for the authelia-scripts bootstrap command."
lead: ""
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 925
toc: true
seo:
  title: "" # custom title (optional)
  description: "" # custom description (recommended)
  canonical: "" # custom canonical URL (optional)
  noindex: false # false (default) or true
---

## authelia-scripts bootstrap

Prepare environment for development and testing

### Synopsis

Prepare environment for development and testing.

```
authelia-scripts bootstrap [flags]
```

### Examples

```
authelia-scripts bootstrap
```

### Options

```
  -h, --help   help for bootstrap
```

### Options inherited from parent commands

```
      --buildkite          Set CI flag for Buildkite
      --log-level string   Set the log level for the command (default "info")
```

### SEE ALSO

* [authelia-scripts](authelia-scripts.md)	 - A utility used in the Authelia development process.

