File

This is documentation for the next version of K6. For the latest stable release, go to the latest version.

Open source

File

You can use this secret source to load secrets from a key=value pair file as in:

bash
$ k6 run --secret-source=file=secrets.file script.js
docker