2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "authelia-scripts ci"
|
|
|
|
description: "Reference for the authelia-scripts ci 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"
|
2022-11-19 05:47:09 +00:00
|
|
|
weight: 925
|
2022-06-15 07:51:47 +00:00
|
|
|
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.
|
|
|
|
|