# customgento/module-cli-tax-editor-m2

> CLI Tax Editor for Magento 2 adds a CLI command to update tax rates.

`composer require customgento/module-cli-tax-editor-m2`

Canonical URL: https://packagento.com/customgento/module-cli-tax-editor-m2

## At a glance

- **Vendor**: CustomGento (https://packagento.com/customgento.md)
- **Latest version**: v1.1.0 — released 2026-06-05
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/customgento/module-cli-tax-editor-m2 and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require customgento/module-cli-tax-editor-m2:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

CLI Tax Editor for Magento 2 adds a CLI command to update tax rates.

## README

CLI Tax Editor for Magento 2 adds a CLI command to update tax rates. This is pretty useful for general tax rate changes in a country, which must be applied exactly at a specific date. It is possible to define a new rate for a range of tax rate IDs.

### Commands

#### Edit Rates Of Existing Tax Rates

    $ bin/magento tax:rates:edit [--ids[="..."]] [--rate[="..."]] [--update-titles]

##### Options

`--ids`            Comma-separated list of tax rate IDs

`--rate`           The new rate (integer or float with decimal point)

`--update-titles`  Update the code and the titles of the tax rate as well

## Recent Versions

| Version | Released |
|---|---|
| v1.1.0 | 2026-06-05 |
| v1.0.7 | 2025-05-27 |
| v1.0.6 | 2024-05-30 |
| 1.0.5 | 2023-06-15 |
| v1.0.4 | 2022-08-24 |
| v1.0.3 | 2022-05-04 |
| 1.0.2 | 2020-11-18 |
| 1.0.0 | 2020-06-24 |

## Dependencies

### Require

| Package | Constraint |
|---|---|
| magento/framework | ~102.0\|\|~103.0 |
| magento/module-tax | ~100.3\|\|~100.4 |
| php | ~7.3.0\|\|~7.4.0\|\|~8.1.0\|\|~8.2.0\|\|~8.3.0\|\|~8.4.0\|\|~8.5.0 |
| symfony/console | ^5.4 \|\| ^6.4 \|\| ^7.2 |

### Require (dev)

| Package | Constraint |
|---|---|
| roave/security-advisories | dev-latest |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["customgento/module-cli-tax-editor-m2"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

CustomGento is a Magento 2 vendor on Packagento. See https://packagento.com/customgento.md for their full catalogue.

