Skip to content

DX: success response #246

@staabm

Description

@staabm

running cachetool does not output anything on success. I think for DX purposes it would be great if we would at least get something like "cache successfully cleared" or similar.

that way we could easily differentiate whether the tool was running and doing its job, or something on the server is fishy and the entered command just died without any further notice.

IS:

$ php /www/www/cachetool81.phar stat:clear --fcgi=/var/run/php/php-fpm.sock
$ php /www/www/cachetool81.phar opcache:reset --fcgi=/var/run/php/php-fpm.sock
$

EXPECTED

$ php /www/www/cachetool81.phar stat:clear --fcgi=/var/run/php/php-fpm.sock
cache successfully cleared
$ php /www/www/cachetool81.phar opcache:reset --fcgi=/var/run/php/php-fpm.sock
cache successfully cleared
$

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions