Update Development Workflow Documentation for Che 7 #12411
Labels
area/doc
Issues related to documentation
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Description
This issue is to plan and track the updates to the Development Workflow in the Wiki required for Che 7 (Docker support will be dropped and plugins development changes significantly).
server:start
options:--mount-repo=<path-to-repo> : Deploy Che and mount local assembly
--mount-data=<local-path> : Deploy Che and mount the given path as the server data folder
plugin:start-registry : Start a local Che plugin registry
plugin:stop-registry : Stop the local Che plugin registry
plugin:publish --che-plugin=<che-plugin-yaml-path> : Build tar.gz and publish the plugin definition to a local registry
plugin:publish --theia-file=<theia-file-path> --sidecar-container=<container-image> : Generate che-plugin.yaml, build tar.gz and publish the plugin definition to a local registry
plugin:publish --vsx-file=<vsx-file-path> --sidecar-container=<container-image> : Generate che-plugin.yaml, build tar.gz and publish the plugin definition to a local registry
plugin:release --local-repo-path=<path-to-github-repo> : Create a new GitHub release and open a PR to update the plugin definition in eclipse/che-plugin-registry repository
workspace:update --rollout : Restart the workspace pods
The text was updated successfully, but these errors were encountered: