Command Line Utilities¶
MultiFlexi provides several command line utilities to manage and interact with the system. Below is a list of available utilities and their descriptions:
- multiflexi-app2json
Converts application configuration to JSON format.
- multiflexi-cli
Command line interface for interacting with MultiFlexi. For more details, see MultiFlexi CLI.
- multiflexi-executor
Executes scheduled jobs and tasks.
- multiflexi-job2env
Export job configuration as environment variables file.
- multiflexi-job2script
Export job configuration as a script.
- multiflexi-json-app-remover
Removes applications based on JSON configuration.
- multiflexi-json2app
Converts JSON configuration to application configuration.
- multiflexi-json2apps
Converts multiple JSON configurations to application configurations.
- multiflexi-phinx
Perform database migrations using Phinx.
multiflexi-probe - Probes the system for status and health checks.
multiflexi-scheduler - Schedules jobs and tasks for execution.
multiflexi-trigger - Triggers specific actions or jobs.
multiflexi-zabbix-lld - Generates Zabbix Low-Level Discovery (LLD) data.
multiflexi-zabbix-lld-actions - Manages Zabbix LLD actions.
multiflexi-zabbix-lld-company - Manages Zabbix LLD company data.
multiflexi-zabbix-lld-tasks - Manages Zabbix LLD tasks.
Each utility serves a specific purpose and can be used to automate and manage various aspects of the MultiFlexi system. For detailed usage and options, refer to the respective utility’s help command.
