command line manager

Administration tools ::: tool_cmdlinetools
Maintained by Céline Perves
admin/tool/cmdlinetools : Command line tools for moodle technical administration cmdlinetools is a command line tools integrated in moodle that enable execute moodle administrative task threw php command lines

command line manager 2016100600

Moodle 3.0
Released: 목요일, 6 10월 2016, 4:19 PM

admin/tool/cmdlinetools : Command line tools for moodle technical administration

cmdlinetools is a command line tools integrated in moodle that enable execute moodle administrative task threw php command lines

Features

Various command line tools are integrated * assignment capabilities * allow assign assignment * default settings application * Apply default plugin settings * role creation * user creation * delete js cache + hard delete version * delete plugin * delete theme cache * hide or show a plugin * passwordaltmain generator * remove capability to take in charge visibility control of feedback or assignment plugins on contexts -> linked to a patch * context for role definition * scheduled task coniguration * set cache configuration * set capability * set config

Download

from moodle plugin repository

Installation

admin plugin installation

Install plugin on admin/tool/cmdlinetools directory, upgrade moodle

usage

use each commands as php command by calling it as php command line php /moodleworkspace/admin/tool/cmdlinetools/cli/cmdline_manager.php command [options] command : set_cache allow_assign passwordaltmain_generator create_user delete_theme_cache delete_js_cache set_capability delete_plugin role_set_context_level set_config hard_delete_js_cache role_assign hard_delete_theme_cache apply_defaults_settings_to_all_plugins schedule_task remove_assignment_capa create_role hideshow_plugin add_assignment_capa

--help, -h help return list of available commands

php /moodleworkspace/admin/tool/cmdlinetools/cli/cmdline_manager.php command -h return help for the given command

Contributions

Contributions of any form are welcome. Github pull requests are preferred.

Fill any bugs, improvements, or feature requiests in our [issue tracker][issues].

License

Version information

Version build number
2016100600
Maturity
안정 버전
MD5 Sum
3a617eb3b81b06d42d85c5a4db3eb0f4
Supported software
Moodle 3.0
  • Latest release for Moodle 3.0

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Administration tools

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mytool") in the "admin/tool" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation