Control via CLI
Usage:
etm:entity:add <project-id> <entity-type> <entity-identifier>
Description:
Adds one or more entites to an existing project
Arguments:
project-id the project id
entity-type the entity-type you want to import, type overview with command etm:entity:types
entity-identifier Comma seperated list of entities to add. Depending on the entity-type the identifier provided may vary (sku, code, id, …).
Usage:
etm:entity:seed <project-id> <entities>
Description:
Seed entites for a given project
Arguments:
project-id the project id
entities Comma seperated list of entity-types, type overview with command etm:entity:types
Usage:
etm:entity:types
Description:
List all Entities available
Usage:
etm:project:new <name> <store_src> <store_dest>
Description:
Create new Project
Arguments:
name the project name
store_src the store-view code that is used as source
store_dest the store-view code that the translation is for
Usage:
etm:project:retrieve <id>
Description:
Retrieve Project Translations from Eurotext
Arguments:
id the project id
Usage:
etm:project:retrieve-all
Description:
Retrieve all projects in status accpted from Eurotext
Usage:
etm:project:send <id>
Description:
Send Project and Entities to Eurotext
Arguments:
id the project id
Usage:
etm:project:send-all
Description:
Send all projects in status transfer to Eurotext
Usage:
etm:project:status-check [<id>]
Description:
Check Project Status at Eurotext. Will update project status in Magento.
Arguments:
id the project id
Usage:
etm:project:status-set-accept <id>
Description:
Set project status to accept. Translations will be imported from Eurotext by cron.
Arguments:
id the project id
Usage:
etm:project:status-set-transfer <id>
Description:
Set project status to transfer. Project can then be transfered to Eurotext
Arguments:
id the project-id
Back to overview