掲示板

CLI tool for liferay

9年前 に Anjali Garg によって更新されました。

CLI tool for liferay

New Member 投稿: 1 参加年月日: 14/08/11 最新の投稿
Is command line interface available For liferay?

Thanks,
Anjali
thumbnail
9年前 に David H Nebinger によって更新されました。

RE: CLI tool for liferay

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
no
thumbnail
9年前 に Olaf Kock によって更新されました。

RE: CLI tool for liferay

Liferay Legend 投稿: 6403 参加年月日: 08/09/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
9年前 に Ray Augé によって更新されました。

RE: CLI tool for liferay

Liferay Legend 投稿: 1197 参加年月日: 05/02/08 最新の投稿
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
9年前 に David H Nebinger によって更新されました。

RE: CLI tool for liferay

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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...