io.kestra.plugin.scripts.shell.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-script-shell Show documentation
Show all versions of plugin-script-shell Show documentation
Execute Bash scripts as part of Kestra data workflows.
The newest version!
@PluginSubGroup(
description = "This subgroup of plugins contains tasks for running shell scripts.",
categories = { PluginSubGroup.PluginCategory.SCRIPT }
)
package io.kestra.plugin.scripts.shell;
import io.kestra.core.models.annotations.PluginSubGroup;