You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/products/promotion-version-properties.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,21 +274,21 @@ On the left, you can see the YAML manifests, on the right, the previews show how
274
274
## JSON path expressions for files and properties
275
275
Application versions and properties to be promoted are defined through JSON path expressions. Each JSON expression points to the specified file and the location of the property within the file.
276
276
277
-
**NOTE**
277
+
>**NOTE**
278
278
Our promotions are optimized for YAML-based configuration files.
279
279
For non-YAML file types, JSON path expressions may not evaluate as expected. In such cases, you can promote the entire file using **`*`** as a wildcard.
280
280
281
281
## Autocomplete and path selectors for JSON files
282
282
283
-
Instead of manually navigating to GitHub, copying the file name, and locating paths within the file, Codefresh GitOps simplifies the process with:
283
+
Instead of manually navigating to GitHub, copying the file name, and locating paths within the file, Codefresh GitOps simplifies the process of working with JSON files through auto-selection options:
284
284
***File selector with autocomplete**
285
-
Start typing the part of the filename and then select from the displayed list.
285
+
Typing part of the filename displays a list of available files for selection.
286
286
287
-
***Path-selectors**
288
-
After selecting a file, clicking the attribute or property directly in the file automatically generates and adds the correct JSON path.
287
+
***Path-selector**
288
+
Clicking the attribute or property directly within the selected file automatically generates and adds the correct JSON path.
289
289
290
290
***Preview configuration**
291
-
The Preview Configuration button allows you to select the application and view the version retrieved.
291
+
Verify that the correct property is selected through the Preview Configuration button, which allows you to select the application and view the version retrieved.
292
292
293
293
294
294
@@ -302,7 +302,7 @@ Instead of manually navigating to GitHub, copying the file name, and locating pa
302
302
max-width="60%"
303
303
%}
304
304
305
-
You can enter JSON path expressions manually if preferred.
305
+
You can enter JSON path expressions manually if preferred. See [Dashes in JSON keys](#dashes-in-json-keys) and [JSON syntax for YAML files](#json-syntax-for-yaml-files).
306
306
307
307
### Dashes in JSON keys
308
308
Dashes in JSON keys are currently _not supported_ in path expressions using dot notation.
0 commit comments