vscode-openshift-tools
vscode-openshift-tools copied to clipboard
Distinguish bundled and not bundled cli tools in tools.json configuration file
Right now src/tools.json file is used only to define bundled (packaged into extension .vsix file) cli tools like odo or oc.
Extension also calls OpenShif Local from Cluster Editor to help developer with provisioning a single node OpenShift cluster on local workstation, but it is not bundled and has to be downloaded manually.
To accelerate time of release Cluster Editor should also use src/tools.json to help developer downloading latest OpenShift local release verified to work smoothly with extension.
OpenShift Local then can be part of automated update for CLI tools to latest version.