Function brane_cli::verify::config

source ·
pub fn config(infra: impl AsRef<Path>) -> Result<(), Error>
Expand description

Verifies the configuration (i.e., infra.yml and secrets.yml`) files.

§Arguments

  • infra: Path to the infrastructure file to validate.

§Errors

This function errors if we failed to verify them.