How to pass `ProjectConfig` to `accelerate launch` command?

How to we pass ProjectConfig (see here) to the accelerate launch command?

Essentially, I want to set the following settings:

automatic_checkpoint_naming: true
save_on_each_node: false
total_limit: 1

I’ve tried putting them into the config file that is passed via --config_file option but neither the keys directly or nested under a key project_config are accepted by the command.