We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Is there a CLI in Oxwall ? | Forum

Topic location: Forum home » Support » General Questions
skaoxine
skaoxine Jul 15 '16
Is there a Command Line Interface (CLI) in Oxwall or do you plan to add one ?

I ask because in the 1.8.3 there is a new file (cli_application.php) and a new line (CONTEXT) in

application.php :
const CONTEXT_CLI = BOL_UserService::USER_CONTEXT_CLI;

user_service.php :
const USER_CONTEXT_CLI = BOL_UserOnlineDao::CONTEXT_VAL_CLI;

etc... ;-) Thank you in advance
ross Team
ross Jul 15 '16
yes, we do the work towards implementing it. 

we have added such context, however neither of the plugins is introduced to the CLI. 

it will be implemented in the nearest future

OW-Ghost
OW-Ghost Jul 15 '16
Can someone explain why CLI is good to have on a platform ? would bee nice learn something new :)
ross Team
ross Jul 15 '16
it adds possibility to work with Oxwall and plugins via console
OW-Ghost
OW-Ghost Jul 15 '16
Okey thanks for the information :)
skaoxine
skaoxine Jul 15 '16
Good news ! Thank you ross for the confirmation