53 lines
983 B
Markdown
53 lines
983 B
Markdown
|
---
|
||
|
title: "authelia-scripts suites teardown"
|
||
|
description: "Reference for the authelia-scripts suites teardown 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 suites teardown
|
||
|
|
||
|
Teardown a test suite environment
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Teardown a test suite environment.
|
||
|
|
||
|
Suites can be listed with the authelia-scripts suites list command.
|
||
|
|
||
|
```
|
||
|
authelia-scripts suites teardown [suite] [flags]
|
||
|
```
|
||
|
|
||
|
### Examples
|
||
|
|
||
|
```
|
||
|
authelia-scripts suites setup Standalone
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for teardown
|
||
|
```
|
||
|
|
||
|
### 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 suites](authelia-scripts_suites.md) - Commands related to suites management
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 13-Jun-2022
|