Simple plugin that adds hello
command to CUBA CLI, which prints project modules.
Read about plugin development here.
- Copy .jar file into
~/.haulmont/cli/plugins/
directory. - Start
cuba-cli
It will print loaded plugins:
cuba:~/$ cuba-cli
Loaded plugin com.haulmont.cli.tutorial.HelloWorldPlugin
Please use https://www.cuba-platform.com/discuss for discussion, support, and reporting problems corresponding to this sample.