File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,10 @@ Components in different states have different set of commands available.
119119 * ` Push ` - Push the source code to a Component.
120120 * ` Watch ` - Watch for changes, update Component on change. This is not supported for git based components.
121121 * ` Undeploy ` - Undeploys a Component from the cluster. The component still resides in the local config.
122- * ` Delete ` - Delete existing Component from the cluster and removes the local config also.
123122 * ` Debug ` - Debug local Java or Node.js Component.
123+ * ` Test ` - Run test for the Component in cluster.
124+ * ` Reveal in Explorer ` - Show Component's context folder in Explorer view
125+ * ` Delete ` - Delete existing Component from the cluster and removes the local config also.
124126
125127##### Commands for a ` not pushed ` Component
126128
You can’t perform that action at this time.
0 commit comments