51 lines
835 B
Markdown
51 lines
835 B
Markdown
|
---
|
||
|
title: "authelia-scripts ci"
|
||
|
description: "Reference for the authelia-scripts ci 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 ci
|
||
|
|
||
|
Run the continuous integration script
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Run the continuous integration script.
|
||
|
|
||
|
```
|
||
|
authelia-scripts ci [flags]
|
||
|
```
|
||
|
|
||
|
### Examples
|
||
|
|
||
|
```
|
||
|
authelia-scripts ci
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for ci
|
||
|
```
|
||
|
|
||
|
### 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
|