2021-01-07 -> 2021-05-31
A command line interface for the light framework.
This is a Light plugin.
This is part of the universe framework.
Using the planet installer via light-cli
lt install Ling.Light_Cli
Using the uni command.
uni import Ling/Light_Cli
Or just download it and place it where you want otherwise.
- Light_Cli api (generated with DocTools)
- Services
- Pages
Here is an example of the service configuration:
cli:
instance: Ling\Light_Cli\Service\LightCliService
methods:
setContainer:
container: @container()
setOptions:
options: [ ]
-
1.0.25 -- 2021-05-31
- adding enable_service, disable_service commands
-
1.0.24 -- 2021-05-31
- Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
-
1.0.23 -- 2021-05-31
- update light executable, and conception notes (more readable)
- planets command now differentiate between symlinks and dirs
-
1.0.22 -- 2021-03-15
- update planet to adapt Ling.Light:0.70.0
-
1.0.21 -- 2021-03-05
- update README.md, add install alternative
-
1.0.20 -- 2021-02-26
- update doc, usage theory section
-
1.0.19 -- 2021-02-25
- update create_app command, replace n flag with c flag
-
1.0.18 -- 2021-02-23
- fix typo in CreateAppCommand->getAliases
-
1.0.17 -- 2021-02-23
- update create_app command, add n flag
-
1.0.16 -- 2021-02-23
- Update dependencies (pushed by SubscribersUtil)
-
1.0.15 -- 2021-02-23
- Update dependencies (pushed by SubscribersUtil)
-
1.0.14 -- 2021-02-23
- Update dependencies
-
1.0.13 -- 2021-02-19
- fix LightCliCommandDocUtility->printListByApp, aliases not displayed correctly
-
1.0.12 -- 2021-02-19
- add planets command, moved "list" command to "commands"
-
1.0.11 -- 2021-02-15
- add services and routes commands
-
1.0.10 -- 2021-02-12
- add create_app command, and light-cli binary
-
1.0.9 -- 2021-02-12
- fix web-installer functional typo
-
1.0.8 -- 2021-02-12
- add web-installer
-
1.0.7 -- 2021-02-11
- update light-cli.php script, the path to the light init file
-
1.0.6 -- 2021-02-04
- add LightCliApplication->getCurrentDirectory method
-
1.0.5 -- 2021-02-02
- update LightCliApplication, now transmits errorIsVerbose property to proxy apps
-
1.0.4 -- 2021-01-26
- fix LightCliCommandDocUtility::printListByApp triggering error if index for alias is given
-
1.0.3 -- 2021-01-25
- fix LightCliApplication::onCommandNotFound, functional typo with alias creating infinite loop
-
1.0.2 -- 2021-01-15
- add LightCliCommandDocHelper class
-
1.0.1 -- 2021-01-14
- fix conception notes formatting
-
1.0.0 -- 2021-01-07
- initial commit