summaryrefslogtreecommitdiff
path: root/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_xflags.md
blob: faa84356e5cd62a749c1d137d731054f4d65067a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "authelia-scripts xflags"
description: "Reference for the authelia-scripts xflags 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 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.

###### Auto generated by spf13/cobra on 13-Jun-2022