留言板

CLI tool for liferay

Anjali Garg,修改在9 年前。

CLI tool for liferay

New Member 发布: 1 加入日期: 14-8-11 最近的帖子
Is command line interface available For liferay?

Thanks,
Anjali
thumbnail
David H Nebinger,修改在9 年前。

RE: CLI tool for liferay

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
no
thumbnail
Olaf Kock,修改在9 年前。

RE: CLI tool for liferay

Liferay Legend 帖子: 6403 加入日期: 08-9-23 最近的帖子
The closest you'll get to a CLI is Control Panel/Configuration/Server Administration/Script

Use the API through groovy, Javascript or other scripting languages
thumbnail
Ray Augé,修改在9 年前。

RE: CLI tool for liferay

Liferay Legend 帖子: 1197 加入日期: 05-2-8 最近的帖子
From 6.2 it's possible.

In 7.0 there will be one OOTB.

In both cases they involve a command shell provided by the Gogo osgi command shell.

If you were to fork, build and start the current master branch of liferay-portal project, you could telnet to localhost 11311 to access this shell.

The shell is plugable and anyone can add functions to it (extremely simple to do).
It has lots of osgi specific functions OOTB but Liferay is adding it's own functions as well.
thumbnail
David H Nebinger,修改在9 年前。

RE: CLI tool for liferay

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Sweet! I'm guessing this will be mostly for system admin type functions, right? I mean I guess it's possible that a use case for a generic user exists and I'm just missing it at the moment...