publish_cdn
Trigger a CDN release for the project. Builds bundles for every (language, namespace) combo (or restricted to the ones you pass) and pushes them to the public CDN. Idempotent: re-running with no content changes returns the same bundles as reused. Subscribed SDKs receive a Centrifugo translations_published event for every newly created bundle and can refresh in-place.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
language_code | string | optionnel | Restrict to one BCP-47 language. Omit for ALL. |
namespace | string | optionnel | Restrict to one namespace slug. Omit for ALL. |
version_slug | string | optionnel | Project version slug. Defaults to the production version. |
{ "tool": "publish_cdn", "arguments": {}}