induxx / parsable-file-multi-tool
2.0.46
2024-09-24 07:54 UTC
Requires
- php: 8.*|7.4.*|7.3.*|7.2.*
- ext-curl: *
- ext-iconv: *
- ext-json: *
- ext-simplexml: *
- ext-xmlreader: *
- ext-xmlwriter: *
- ext-zip: *
- adhocore/cli: ^0.9.0
- aspera/xlsx-reader: ^1.1.0
- beberlei/assert: ^3.3
- firebase/php-jwt: ^v6.8
- psr/log: ^3.0
- symfony/yaml: 6.*|5.*|^4.3|^3.4
Requires (Dev)
- jangregor/phpstan-prophecy: *
- phpspec/prophecy: ^1.17
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: *
- phpstan/phpstan-beberlei-assert: ^0.12.6
- phpunit/phpunit: ~9.6.8
- roave/security-advisories: dev-master
- symfony/var-dumper: *
- dev-master
- 2.0.46
- 2.0.45
- 2.0.44
- 2.0.43
- 2.0.42
- 2.0.41
- 2.0.40
- 2.0.39
- 2.0.38
- 2.0.37
- 2.0.36
- 2.0.35
- 2.0.34
- 2.0.33
- 2.0.32
- 2.0.31
- 2.0.30
- 2.0.29
- 2.0.28
- 2.0.27
- 2.0.26
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.1
- 1.2.0
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.0.1
- dev-template/system
- dev-feat/magento-app-mappings
- dev-invalid_item_count
- dev-fixes/COECK
- dev-stages
- dev-multi-prototype
- dev-feat/noworkfound
- dev-aliased-groups
- dev-COECK-18
- dev-master_old
- dev-released/1.1.23
This package is not auto-updated.
Last update: 2024-09-25 06:13:42 UTC
README
安装
bin/docker/composer install
配置
一些转换文件依赖于不在转换内部存储的API凭证。
您可以在主-STEP或您正在处理的转换中添加这些指令。
在这个例子中,“my-account”用作所有转换中的账户名称
account: name: "my-account" username: "my-username" password: "my-password" domain: "my-domain" client_id: "my-client-id" client_secret: "my-client-secret"
您也可以以相同的方式向转换文件添加上下文参数
context: my-parameter: "my-value"
用法
发现所有选项
bin/docker/console transformation --help
以下是一个转换文件的示例
转换文件
bin/docker/console transformation --file example/project/transformations/transformation.yaml --source example/project/source --workpath example/project/workpath
调试
调试即将写入的第一个项目
bin/docker/console transformation --file ... --source ... --workpath ... --debug
尝试前100个项目
bin/docker/console transformation --file ... --source ... --workpath ... --try 100
如果您有动态映射,可以显示将要使用的映射
bin/docker/console transformation --file ... --source ... --workpath ... --showMappings
只写这一行,跳过其余部分
bin/docker/console transformation --file ... --source ... --workpath ... --line 100
只写这一行,跳过其余部分
bin/docker/console transformation --file ... --source ... --workpath ... --line 100