2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "authelia-scripts xflags"
|
|
|
|
description: "Reference for the authelia-scripts xflags command."
|
|
|
|
lead: ""
|
2022-06-27 08:27:57 +00:00
|
|
|
date: 2022-06-15T17:51:47+10:00
|
2022-06-15 07:51:47 +00:00
|
|
|
draft: false
|
|
|
|
images: []
|
|
|
|
menu:
|
|
|
|
reference:
|
|
|
|
parent: "cli-authelia-scripts"
|
|
|
|
weight: 330
|
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
## authelia-scripts xflags
|
|
|
|
|
|
|
|
Generate X LDFlags for building Authelia
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Generate X LDFlags for building Authelia.
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia-scripts xflags [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia-scripts xflags
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-b, --build string Sets the BuildNumber flag value (default "0")
|
|
|
|
-e, --extra string Sets the BuildExtra flag value
|
|
|
|
-h, --help help for xflags
|
|
|
|
```
|
|
|
|
|
|
|
|
### 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.
|
|
|
|
|