The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Slovo::Command::prodan::products - manage products on the command line

SYNOPSIS

    slovo prodan products create --from ./products.yaml
    slovo prodan products update --from ./products.yaml
    slovo prodan products list   --where "alias like'%лечителката%'"
    slovo prodan products delete --where "alias like'%лечителката%'"

DESCRIPTION

Slovo::Command::prodan::products is a command to easily create, list, update or delete a bunch of products on the command line. For now only adding products from (and dumping to) YAML files is supported. In the future CSV and XLS files may be supported too.

The idea is that YAML is very human friendly and a user can edit such a file and then feed it to this command to create or update the items in this file. Example files with product items can be found in the test folder of this distribution.

This command is still alfa quality and its functionality may change often.

SEE ALSO

Slovo::Command::prodan, Slovo::Plugin::Prodan, Slovo