Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
By integrating the Intlayer MCP Server to your favourite AI assistant can retrieve all the doc directly from ChatGPT, DeepSeek, Cursor, VSCode, etc.
See MCP Server docIf 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 doc Markdown to clipboard
Manage Configuration
Get Configuration
The configuration get command retrieves the current configuration for Intlayer, particularly the locale settings. This is useful for verifying your setup.
npx intlayer configuration getAliases:
- npx intlayer config get
- npx intlayer conf get
Arguments:
- --env: Specify the environment (e.g., development, production).
- --env-file: Provide a custom environment file to load variables from.
- --base-dir: Specify the base directory for the project.
- --verbose: Enable verbose logging for debugging. (default to true using CLI)
- --no-cache: Disable the cache.
Push Configuration
The configuration push command uploads your configuration to the Intlayer CMS and editor. This step is necessary to enable the use of distant dictionaries in the Intlayer Visual Editor.
npx intlayer configuration pushAliases:
- npx intlayer config push
- npx intlayer conf push
Arguments:
- --env: Specify the environment (e.g., development, production).
- --env-file: Provide a custom environment file to load variables from.
- --base-dir: Specify the base directory for the project.
- --verbose: Enable verbose logging for debugging. (default to true using CLI)
- --no-cache: Disable the cache.
By pushing the configuration, your project is fully integrated with the Intlayer CMS, enabling seamless dictionary management across teams.