Config Set
Description:
The bacalhau config set
command sets a value in the bacalhau node's configuration file. This command is used to modify the configuration file that the bacalhau node will reference for its settings. Key names in the configuration are case-insensitive. Additionally, the command validates the value being set based on the type of the configuration key, ensuring that only appropriate and valid configurations are applied.
Note: Changes made using this command will be applied to the configuration file, but they do not immediately affect the running configuration of an active bacalhau node. The modifications will take effect only after the node is restarted.
Usage
Flags
-h
,--help
:Description: Displays help information for the
set
sub-command.
Examples
Configuring the Server API Port Value
Configuring the Logging Mode Value
Multiple Set commands append to the file
Set command value validation
Example of invalid logging mode value
Example of invalid time duration value