Skip to main content

execute

Function execute 

Source
pub async fn execute(
    client: &IronflowClient,
    args: &ApiKeyArgs,
    json_mode: bool,
) -> Result<()>
Expand description

Execute an API key subcommand.

ยงErrors

Returns an error on API failure or when a destructive command is not confirmed.