summaryrefslogtreecommitdiff
path: root/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md')
-rw-r--r--docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md
new file mode 100644
index 000000000..959f7c64b
--- /dev/null
+++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md
@@ -0,0 +1,50 @@
+---
+title: "authelia-scripts build"
+description: "Reference for the authelia-scripts build command."
+lead: ""
+date: 2022-05-31T11:13:56+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.
+
+###### Auto generated by spf13/cobra on 13-Jun-2022