-
Notifications
You must be signed in to change notification settings - Fork 301
Updated PaaS native application document section #1945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bade8a0 to
e42f799
Compare
df3876f to
9971240
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the PaaS native application documentation to align with new features in the upcoming Paas-backend release. The changes refactor deployment workflows by separating application creation from deployment and introduce new deployment management commands.
- Separates application creation and deployment into distinct steps
- Adds new deployment management commands and event type documentation
- Updates command syntax to use
sw-paas application deploy createinstead ofsw-paas application build start
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| products/paas/shopware/monitoring/watch.md | Adds comprehensive event types documentation and deployment history commands |
| products/paas/shopware/get-started/quickstart.md | Updates quickstart workflow to separate application creation from deployment |
| products/paas/shopware/fundamentals/applications.md | Restructures application management documentation with new deployment commands |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Isengo1989
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for the PR @renaudhager 🎉
This PR updates the documentation to match the new feature in the soon-to-be-released latest version of the Paas-backend.