Closed odarotto closed 2 months ago
Since pipelines V2 now has the retry feature, we should implement this on the CLI.
retry
Add a retry command that accepts a Config.name, Config.id and a new_payload parameters.
Config.name
Config.id
new_payload
name and id are required and new_payload is optional.
name
id
Since pipelines V2 now has the
retry
feature, we should implement this on the CLI.Add a
retry
command that accepts aConfig.name
,Config.id
and anew_payload
parameters.name
andid
are required andnew_payload
is optional.