authelia/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md

50 lines
805 B
Markdown
Raw Normal View History

---
title: "authelia-scripts build"
description: "Reference for the authelia-scripts build command."
lead: ""
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:
reference:
parent: "cli-authelia-scripts"
weight: 330
toc: true
---
## authelia-scripts build
Build Authelia binary and static assets
### Synopsis
Build Authelia binary and static assets.
```
authelia-scripts build [flags]
```
### Examples
```
authelia-scripts build
```
### Options
```
-h, --help help for build
```
### 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.