refactor: update legacy provisioning commands in docs and prov scripts#654
Merged
refactor: update legacy provisioning commands in docs and prov scripts#654
Conversation
📝 Documentation GuidelinesThank you for contributing to our documentation! To ensure your contributions meet our standards, please review these resources:
This comment is posted automatically when changes are detected in the |
🦜 ChachalogNo changelog entries detected. Learn more about Chachalog. Create a new entry online or run |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Jahia provisioning examples and related helper scripts to use the newer “module” provisioning command names instead of the legacy “bundle” variants, keeping docs, templates, and test fixtures consistent.
Changes:
- Update provisioning JSON payloads to use
installOrUpgradeModule(instead ofinstallOrUpgradeBundle). - Update provisioning YAML commands to use
installModule/uninstallModule(instead ofinstallBundle/uninstallBundle). - Refresh documentation and template provisioning snippets accordingly.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vite-plugin/bin/jahia-deploy.js | Switches the deploy provisioning payload key to installOrUpgradeModule. |
| tests/provisioning-manifest-snapshot.yml | Updates snapshot fixture to use installModule commands. |
| tests/assets/provisioning.yml | Updates test provisioning asset to uninstallModule / installModule. |
| samples/README.md | Updates curl provisioning example to installOrUpgradeModule. |
| javascript-create-module/templates/module/docker/provisioning.yml | Updates template provisioning command to installOrUpgradeModule. |
| docs/2-guides/1-building-a-feedback-form/README.md | Updates guide provisioning snippets to installModule. |
baptistegrimaud
approved these changes
Mar 18, 2026
GauBen
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.