Function mz::command::secret::create

source ยท
pub async fn create(
    cx: &RegionContext,
    __arg1: CreateArgs<'_>,
) -> Result<(), Error>
Expand description

Creates a secret in the profile environment. Behind the scenes this command uses the psql to run the SQL commands.