pub fn function_deploy_metadata<P: AsRef<Path> + Debug>(
    manifest_path: P,
    name: &str
) -> Result<Option<DeployConfig>, MetadataError>
Expand description

Create a DeployConfig struct from Cargo metadata. This configuration can be overwritten by flags from the cli.