Skip to main content

execute

Function execute 

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

Execute a schedule subcommand.

ยงErrors

Returns an error on API failure, invalid JSON inputs, or an unconfirmed destructive command.