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

Changes for version 0.0.2 - 2020-07-20

  • Added `base_url` parameter to allow overriding the base API URL.
  • Changed config directory name. It requires to set up the config again.
  • Skip uploading of empty .po files since Smarcat doesn't support empty files.
  • Added `file_type` parameter to process different file types separatelly.
  • Added `skip_missing` parameter to `pull` command not to create missing files in a local directory.
  • Added `delete_not_existing` to `push` command to delete documents in Smarcat if they don't exist in a local directory.
  • Added `preset_disassemble_algorithm` parameter to set a custom preset for XML disassemble algorithm.
  • Set external tag `source:Serge` for all projects before pushing them to Smartcat.

Modules

Smartcat cli application

Provides

in lib/Smartcat/App/Command.pm
in lib/Smartcat/App/Command/account.pm
in lib/Smartcat/App/Command/config.pm
in lib/Smartcat/App/Command/document.pm
in lib/Smartcat/App/Command/project.pm
in lib/Smartcat/App/Command/pull.pm
in lib/Smartcat/App/Command/push.pm
in lib/Smartcat/App/Config.pm
in lib/Smartcat/App/Constants.pm
in lib/Smartcat/App/DocumentApi.pm
in lib/Smartcat/App/DocumentExportApi.pm
in lib/Smartcat/App/ProjectApi.pm
in lib/Smartcat/App/Utils.pm