Receive notifications about upcoming Intlayer releases
    Creation:2024-08-11Last update:2025-11-22

    Live Sync commands

    Live Sync allows your app to reflect CMS content changes at runtime. No rebuild or redeploy is required. When enabled, updates are streamed to a Live Sync server that refreshes the dictionaries your application reads. See Intlayer CMS for more details.

    package.json
    "scripts": {  "intlayer:live:start": "npx intlayer live start --with 'next dev --turbopack'"}

    Arguments:

    Configuration options:

    • --base-dir: Specify the base directory for the project. To retrieve the intlayer configuration, the command will look for the intlayer.config.{ts,js,json,cjs,mjs} file in the base directory.

    • --no-cache: Disable the cache.

      Example: npx intlayer dictionary push --env-file .env.production.local

    Log options:

    • --verbose: Enable verbose logging for debugging. (defaults to true when using the CLI)
    Receive notifications about upcoming Intlayer releases