Commands 📤
The bloader provides many commands in addition to running load tests. Most commands use Config file is required for most commands.
However, some commands listed in the Base Commands section do not require a configuration file.
In addition, there are commands available only for slave and commands available only for master. The appropriate configuration file must be selected.
If you want to specify a configuration file on a per-command basis, check the Command Options section.
Common Options
--configBloader explores configuration files in the following order by default:$PWD,$HOME,/etc/bloader. It searches forbloader.*files (supported formats align with Viper’s supported formats). To override this behavior, use the-c(or--config) option:bloader {command} -c bloader/config.yaml--helpYou can display help for any command using the-h(or--help) option. You can also learn about valid options for commands, etc.
Base Commands
versionYou can get the current version, the date and time it was released, etc. This command can be executed without a configuration file.bloader versionhelpThe entire help can be displayed. This command can be executed without the need for a configuration file.bloader helpcompletionGenerate a completion script. For details, see Add Completion Script for details. This command can be executed without a configuration file.configDisplay the current configuration after file and environment variable overridesbloader config
Application Commands
- Encryption: Used for simple encryption/decryption on command.
- Authentication: Use when you want to do something authentication related.
- Store: Used for simple handling of internal databases from commands.
- Output: Use when you want to perform output-related operations.
- Load: Used for load testing.
- Slave: Commands for slave.
These commands provide a flexible and comprehensive way to manage and execute load testing tasks with Bloader.