Creation:2026-01-21Last update:2026-01-21
Reference this doc to your favorite AI assistantChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
Version History
- "Unified documentation for all exports"v8.0.01/21/2026
Edit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
intlayer-cli Package
The intlayer-cli package provides a set of commands to manage Intlayer dictionaries and configuration.
Installation
bash
Copy code
Copy the code to the clipboard
npm install intlayer-cliExports
CLI Commands (Functions)
The package exports functions that power the CLI commands, allowing you to trigger Intlayer operations programmatically.
Import:
tsx
Copy code
Copy the code to the clipboard
import "intlayer-cli";Show all table content
Open the table in a modal to view all data content clearly
| Function | Description |
|---|---|
build | Builds the Intlayer dictionaries. |
audit | Audits the dictionaries for missing translations. |
liveSync | Synchronizes dictionaries in real-time. |
pull | Pulls dictionaries from a remote source. |
push | Pushes dictionaries to a remote source. |
test | Runs tests on dictionaries. |
transform | Transforms dictionaries between formats. |
fill | Fills dictionaries with missing translations using AI. |
reviewDoc | Reviews documentation for internationalization. |
translateDoc | Translates documentation using AI. |