2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "authelia-scripts suites"
|
|
|
|
description: "Reference for the authelia-scripts suites 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 suites
|
|
|
|
|
|
|
|
Commands related to suites management
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Commands related to suites management.
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia-scripts suites [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia-scripts suites
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for suites
|
|
|
|
```
|
|
|
|
|
|
|
|
### 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.
|
|
|
|
* [authelia-scripts suites list](authelia-scripts_suites_list.md) - List available suites
|
|
|
|
* [authelia-scripts suites setup](authelia-scripts_suites_setup.md) - Setup a test suite environment
|
|
|
|
* [authelia-scripts suites teardown](authelia-scripts_suites_teardown.md) - Teardown a test suite environment
|
|
|
|
* [authelia-scripts suites test](authelia-scripts_suites_test.md) - Run a test suite
|
|
|
|
|