Skip to content

Commit aff5412

Browse files
committed
Update component's command list in README.md
Signed-off-by: Denis Golovin [email protected]
1 parent 1160a7a commit aff5412

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)