authelia/docs/authelia-scripts.md

519 B

Authelia Scripts

Authelia comes with a set of dedicated scripts doing a broad range of operations such as building the distributed version of Authelia, building the Docker image, running suites, testing the code, etc...

You can access the scripts usage by running the following command:

npm run scripts

For instance, you can build Authelia with:

npm run scripts build

Or start the basic suite with:

npm run scripts suites start basic

You will find more information in the scripts usage helpers.