vscode-openshift-tools
vscode-openshift-tools copied to clipboard
Add support to Push resources after creation
Currently when we create components, urls, storage, it is in local config and then we have to run PUSH command to deploy on cluster.
-
To make it similar to the old workflow(0.0.23 version), we will add the functionality to PUSH the resources after it is created.
-
These changes will be reflected in the Output Channel instead of Terminal. This way we can even control the state of the components (Pushed, In Progress, Not Pushed).
There should be setting to enable/disable automatic push.
Can be implemented by #1199
IJ OpenShift Connector supports it when creating component through a checkbox in the wizard:

Moving to v3 support, push is no more a command. Hence closing.