schnittstabil / saika-cli
SAIKA CLI – Simple All-Inkl Kas Api
0.1.4
2018-08-26 14:32 UTC
Requires
- php: >=7.2
- ext-soap: *
- schnittstabil/get: ^3.2
- schnittstabil/saika: ^0.1.0
- symfony/console: ^2.0 || ^3.0 || ^4.0
Requires (Dev)
- sugared-rim/phpunit: ^7.0
README
SAIKA – Simple All-Inkl Kas Api - WIP.
Install
composer global require schnittstabil/saika-cli
Usage
Console Tool Usage: command [options] [arguments] Options: -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Available commands: chown Change file owner. help Displays help for a command list Lists commands
chown
Usage: chown [options] [--] <file> [<owner>] Arguments: file owner e.g. www-data; defaults to $KAS_AUTH_USER Options: -R, --recursive Operate on files and directories recursively --user=USER all-inkl KAS login, defaults to $KAS_AUTH_USER environment variable --pass=PASS all-inkl KAS password, defaults to $KAS_AUTH_PASS environment variable -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Help: Change file owner.
Related
- SAIKA – PHP library
License
MIT © Michael Mayer