This was a little outdated (we had a way to specify config.toml, but not secrets.toml, and the help text was a little broken), and didn't work according to #781. Rather than complicate things by adding even more options, config.toml and secrets.toml are now always expected to be in ${project_dir}/.hz/. This should simplify things a bit.
This was a little outdated (we had a way to specify
config.toml
, but notsecrets.toml
, and the help text was a little broken), and didn't work according to #781. Rather than complicate things by adding even more options,config.toml
andsecrets.toml
are now always expected to be in${project_dir}/.hz/
. This should simplify things a bit.This change is