A Magento 2 module offering CLI commands to manipulate table rates
List all existing tablerates:
bin/magento yireo_tablerates:listExport all existing tablerates with website ID 1:
bin/magento yireo_tablerates:export 1 test.csv
bin/magento yireo_tablerates:export 1 test.csv --overwrite=1Import tablerates with website ID 1:
bin/magento yireo_tablerates:import 1 test.csv
bin/magento yireo_tablerates:import 1 test.csv --overwrite=1