Change Concourse value
Recipe ID
org.openrewrite.concourse.ChangeValueArtifact
org.openrewrite.recipe:rewrite-concourseChange every value matching the key pattern.
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.4Options
| Name | Type | Description |
|---|---|---|
keyPathrequired | String | The key to match and replace. e.g. $.resources[?(@.type == 'git')].source.uri |
oldValue | String | Only change if the existing value matches. e.g. https://github.com/openrewrite/rewrite0 |
newValuerequired | String | New value to replace the old value with. e.g. git@github.com:openrewrite/rewrite1.git |
fileMatcher | String | Matching 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