amercier / webconsole-cli
Command-line interface for Nickolay Kovalev's Web Console
Installs: 1 449
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.2
- amercier/cli-helpers: ^1.4
This package is auto-updated.
Last update: 2024-10-13 00:00:56 UTC
README
Composer package that provides a command-line interface to Nickolay Kovalev's Web Console.
Requirements
- Webconsole instance running
- PHP >= 5
- Composer
Installation
composer require amercier/webconsole-cli
Note: Webconsole is not installed as a dependency, you need to have an instance running elsewhere.
Usage
vendor/bin/webconsole -u jsmith -p 123456 https://webremote.example.com 'ls -Al'
Note: run vendor/bin/webconsole --help
for more options and details.
Contributing
Contributions (issues ♥, pull requests ♥♥♥) are more than welcome! Feel free to clone, fork, modify, extend, etc, as long as you respect the [ISC License](license terms).
License
This project is released under ISC License license.