Stable
v0.0.2
17
Downloads
Below average
2
GitHub Stars
Below average
9mo ago
Last Release
0
Open Issues
Build Passing
Ready to install
Build Tests
Composer Install
DI Compile
Templates
Code Quality
Release Discipline
Release history audited up to v0.0.2
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
v0.0.2
on Magento 2.4.9
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubYireo_TablerateCommands
A Magento 2 module offering CLI commands to manipulate table rates
Installation
composer require yireo/magento2-tablerate-commands
bin/magento module:enable Yireo_TablerateCommands
Usage
List all existing tablerates:
bin/magento yireo_tablerates:list
Export all existing tablerates with website ID 1:
bin/magento yireo_tablerates:export 1 test.csv
bin/magento yireo_tablerates:export 1 test.csv --overwrite=1
Import tablerates with website ID 1:
bin/magento yireo_tablerates:import 1 test.csv
bin/magento yireo_tablerates:import 1 test.csv --overwrite=1
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.