pub fn require_developer(role: MzDeployRole) -> Result<(), CliError>Expand description
Require that the validated role is Developer.
Used by mz-deploy dev. Strict — only accepts Developer; deployers
should use stage instead.
pub fn require_developer(role: MzDeployRole) -> Result<(), CliError>Require that the validated role is Developer.
Used by mz-deploy dev. Strict — only accepts Developer; deployers
should use stage instead.