Book Image

Mastering jBPM6

By : Simone Fiorini, Arun V Gopalakrishnan
Book Image

Mastering jBPM6

By: Simone Fiorini, Arun V Gopalakrishnan

Overview of this book

Table of Contents (18 chapters)
Mastering jBPM6
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

An overview of the kie-config-cli tool


Chapter 2, Building Your First BPM Application (see the Creating your first jBPM project section) introduced several KIE console features (repositories and organizations management, module deployment, and so on). The KIE CLI utility provides the administrator/user with the tools to perform common tasks related to organizational units, repository, user permissions, and deployment management at the console/shell level.

Note

The tool project is hosted at GitHub: https://github.com/droolsjbpm/kie-wb-distributions/tree/master/kie-config-cli.

You can download the tool distributions from the JBoss snapshot Maven repository:

http://snapshots.jboss.org/maven2/org/kie/kie-config-cli.

The previous section explained in detail how KIE handles Git repositories for source projects, and we previewed the existence of a KIE system Git repository; the KIE CLI tool interfaces with it and operates in two modes:

  • online (default and recommended): Upon startup, it connects to...