@br-validators/cli
Advanced tools
+2
-2
| { | ||
| "name": "@br-validators/cli", | ||
| "version": "1.5.0", | ||
| "version": "1.6.0", | ||
| "description": "CLI for @br-validators/core — CPF, CNPJ, NF-e, IE, PIX, boleto + detect/sanitize/generate", | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
| "commander": "^13.1.0", | ||
| "@br-validators/core": "1.5.0" | ||
| "@br-validators/core": "1.6.0" | ||
| }, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
+21
-3
@@ -109,4 +109,24 @@ # @br-validators/cli | ||
| br-validators cest lookup 0302100 --json | ||
| br-validators cnae lookup 6201501 --json | ||
| br-validators cnae search "web design" --limit 5 | ||
| br-validators cfop lookup 1102 --json | ||
| br-validators cfop search compra --limit 5 | ||
| br-validators ncm lookup 12011000 --json | ||
| br-validators ncm search soja --limit 5 | ||
| br-validators cbo lookup 212405 --json | ||
| br-validators cbo search analista --limit 5 | ||
| ``` | ||
| ### Geography & calendar (27d) | ||
| ```bash | ||
| br-validators ibge lookup 3550308 --json | ||
| br-validators ibge list estados --limit 5 | ||
| br-validators ibge list municipios --uf SP --limit 10 --json | ||
| br-validators tse-municipios lookup 71072 --verbose | ||
| br-validators feriados list --year 2026 --json | ||
| br-validators cep faixa 01310 --json | ||
| br-validators ddd lookup 11 --verbose | ||
| ``` | ||
| ### Trade (26d) | ||
@@ -144,5 +164,3 @@ | ||
| | `--source` | Print official source URL (per-type) | | ||
| | `--uf` | Required for IE / detect / sanitize IE | | ||
| | `--verbose` | Include dataset capture date (`bancos`, reference `lookup` commands) | | ||
| | `--limit` | Max rows for `bancos list` | | ||
| | `--uf` | Required for IE / detect / sanitize IE; optional filter for `ibge list municipios` | | ||
@@ -149,0 +167,0 @@ ### CI |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
202345
36.91%5991
36.47%177
11.32%+ Added
- Removed
Updated