-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Description
The Quick Start documentation uses the deprecated YAML key format (container.tag) instead of the JSONPath format ($.container.tag). This causes Updatecli to emit warnings during the demo, creating confusion for users following the guide.
Steps to reproduce
- Follow the Quick Start guide at
/docs/prologue/quick-start/ - Run
updatecli diff --config manifest.yamlusing the example manifest - Observe the warning:
WARNING: current yaml key is "container.tag" and should be updated to "$.container.tag"
Files affected:
assets/code_example/docs/prologue/quickstart/updatecli.yamlcontent/en/docs/prologue/quick-start.adoc
Expected result
The demo should run without warnings. The documentation and example manifest should use the correct JSONPath format ($.container.tag).
Actual result
Updatecli emits deprecation warnings during the demo, which confuses users who are following the Quick Start guide.
Environment
- OS: macOS 24.6.0 (Darwin)
- Updatecli version: 0.113.0
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo