← All recipes
Moderne licensed

Change Concourse value

Recipe IDorg.openrewrite.concourse.ChangeValue
Artifactorg.openrewrite.recipe:rewrite-concourse

Change every value matching the key pattern.

Single recipeProprietary

Usage

You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.concourse.ChangeValue --recipe-option "keyPath=$.resources[?(@.type == 'git')].source.uri" --recipe-option "newValue=git@github.com:openrewrite/rewrite1.git"

If the recipe isn’t available locally, install it with:

mod config recipes jar install org.openrewrite.recipe:rewrite-concourse:3.11.4

Options

NameTypeDescription
keyPathrequiredStringThe key to match and replace.
e.g. $.resources[?(@.type == 'git')].source.uri
oldValueStringOnly change if the existing value matches.
e.g. https://github.com/openrewrite/rewrite0
newValuerequiredStringNew value to replace the old value with.
e.g. git@github.com:openrewrite/rewrite1.git
fileMatcherStringMatching files will be modified. This is a glob expression.
e.g. **/pipeline*.yml

Data tables

Structured output this recipe can produce.

  • Source files that had resultsSource files that were modified by the recipe run.org.openrewrite.table.SourcesFileResults
  • Source files that had search resultsSearch results that were found during the recipe run.org.openrewrite.table.SearchResults
  • Source files that errored on a recipeThe details of all errors produced by a recipe run.org.openrewrite.table.SourcesFileErrors
  • Recipe performanceStatistics used in analyzing the performance of recipes.org.openrewrite.table.RecipeRunStats