schnittstabil/saika-cli

SAIKA CLI – Simple All-Inkl Kas Api

0.1.4 2018-08-26 14:32 UTC

This package is auto-updated.

Last update: 2024-04-26 02:01:35 UTC


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

License

MIT © Michael Mayer