/tackle-tca_cli

Primary LanguageGoApache License 2.0Apache-2.0

tackle2-addon-windup

Windup Addon Repository on Quay License contributions welcome

Tackle (2nd generation) addon for Windup.

Task data.

*=optional

{
  output: string,
  mode: {
    binary: bool,
    withDeps: bool,
    artifact: string,
  },
  sources: [str,],
  targets: [str,],
  scope: {
    withKnown: bool,
    packages: {
      included: [str,],
      excluded: [str,]
    }
  },
  rules*: {
    path: str, 
    tags: {
      included: [str,],
      excluded: [str,]
    }
  }
}