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.
pub async fn create(
cx: &RegionContext,
__arg1: CreateArgs<'_>,
) -> Result<(), Error>
Creates a secret in the profile environment.
Behind the scenes this command uses the psql
to run
the SQL commands.