Skip to main content

execute

Function execute 

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

Execute a run subcommand.

ยงErrors

Returns an error on API failure or invalid input.