Skip to content

Commit

Permalink
Update component's command list in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin [email protected]
  • Loading branch information
dgolovin committed Jun 4, 2021
1 parent 1160a7a commit aff5412
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ Components in different states have different set of commands available.
* `Push` - Push the source code to a Component.
* `Watch` - Watch for changes, update Component on change. This is not supported for git based components.
* `Undeploy` - Undeploys a Component from the cluster. The component still resides in the local config.
* `Delete` - Delete existing Component from the cluster and removes the local config also.
* `Debug` - Debug local Java or Node.js Component.
* `Test` - Run test for the Component in cluster.
* `Reveal in Explorer` - Show Component's context folder in Explorer view
* `Delete` - Delete existing Component from the cluster and removes the local config also.

##### Commands for a `not pushed` Component

Expand Down

0 comments on commit aff5412

Please sign in to comment.