Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 959 Bytes

File metadata and controls

22 lines (15 loc) · 959 Bytes

CUBA CLI Sample Plugin

license Download

Simple plugin that adds hello command to CUBA CLI, which prints project modules.

Read about plugin development here.

Installation

  1. Copy .jar file into ~/.haulmont/cli/plugins/ directory.
  2. Start cuba-cli

It will print loaded plugins:

cuba:~/$ cuba-cli 
Loaded plugin com.haulmont.cli.tutorial.HelloWorldPlugin

Issues

Please use https://www.cuba-platform.com/discuss for discussion, support, and reporting problems corresponding to this sample.