@br-validators/cli 1.5.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -3
- package/dist/index.js +825 -27
- package/dist/run-captured.js +848 -31
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -106,6 +106,26 @@ br-validators bancos list --limit 20 --json
|
|
|
106
106
|
br-validators natureza-juridica lookup 2062 --json
|
|
107
107
|
br-validators nbs lookup 1.1502.50.00 --verbose
|
|
108
108
|
br-validators cest lookup 0302100 --json
|
|
109
|
+
br-validators cnae lookup 6201501 --json
|
|
110
|
+
br-validators cnae search "web design" --limit 5
|
|
111
|
+
br-validators cfop lookup 1102 --json
|
|
112
|
+
br-validators cfop search compra --limit 5
|
|
113
|
+
br-validators ncm lookup 12011000 --json
|
|
114
|
+
br-validators ncm search soja --limit 5
|
|
115
|
+
br-validators cbo lookup 212405 --json
|
|
116
|
+
br-validators cbo search analista --limit 5
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### Geography & calendar (27d)
|
|
120
|
+
|
|
121
|
+
```bash
|
|
122
|
+
br-validators ibge lookup 3550308 --json
|
|
123
|
+
br-validators ibge list estados --limit 5
|
|
124
|
+
br-validators ibge list municipios --uf SP --limit 10 --json
|
|
125
|
+
br-validators tse-municipios lookup 71072 --verbose
|
|
126
|
+
br-validators feriados list --year 2026 --json
|
|
127
|
+
br-validators cep faixa 01310 --json
|
|
128
|
+
br-validators ddd lookup 11 --verbose
|
|
109
129
|
```
|
|
110
130
|
|
|
111
131
|
### Trade (26d)
|
|
@@ -140,9 +160,7 @@ br-validators aeroportos lookup SBGR --json
|
|
|
140
160
|
| `--quiet` / `-q` | Exit code only (CI) |
|
|
141
161
|
| `--file` / `-f` | Read value from file |
|
|
142
162
|
| `--source` | Print official source URL (per-type) |
|
|
143
|
-
| `--uf` | Required for IE / detect / sanitize IE |
|
|
144
|
-
| `--verbose` | Include dataset capture date (`bancos`, reference `lookup` commands) |
|
|
145
|
-
| `--limit` | Max rows for `bancos list` |
|
|
163
|
+
| `--uf` | Required for IE / detect / sanitize IE; optional filter for `ibge list municipios` |
|
|
146
164
|
|
|
147
165
|
### CI
|
|
148
166
|
|