--- title: "authelia-scripts clean" description: "Reference for the authelia-scripts clean command." lead: "" date: 2022-06-15T17:51:47+10:00 draft: false images: [] menu: reference: parent: "cli-authelia-scripts" weight: 925 toc: true --- ## authelia-scripts clean Clean build artifacts ### Synopsis Clean build artifacts. ``` authelia-scripts clean [flags] ``` ### Examples ``` authelia-scripts clean ``` ### Options ``` -h, --help help for clean ``` ### 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.