Search
Documentation
- End-users
- Administrators
- Developers
- Legacy Documentations
- Credits & Contact
Page Content
It’s now possible to launch the whole framework and execute the actions via the command line! This has interesting consequences :
This is already implemented in two new features, (see further), and should be generalized wherever possible!
If you want to play with the command line, placed at the root of the installation, you can simply call something like :
php cmd.php -u=user -p=password -a=action -r=repository_id --param1=value1 --param2=value2
Note the difference between simple-dash parameters and double-dash parameters : the latter ones are the parameters passed to the required « action ».
When launched from the web framework, an encrypted token is passed instead of the password.
