ISPConfig 3 CLI interface
ISPconfig3-cli is a library designed to interact with ISPConfig3. It aims to provide a simple command line interface to perform all actions provided by ISPConfig remote API.
Installation
git clone
this repository.- Download composer:
curl -s https://getcomposer.org/installer | php
- Install dependencies:
php composer.phar install
- Edit
config/development.json
with your ISPconfig remote details.
Usage
### Mail
bin/mail domain_get 4
bin/mail domain_get_by_domain domain
### Server
bin/server get 1
bin/server_get_by_ip 111.222.333.444
### General
bin/get functions_list