You can now drive your entire content publish workflow from the Frontic CLI, without touching the admin UI. Promote content through develop → preview → public, manage side-branch drafts, and wire these commands directly into your workflows.
frontic release status— see the state of your develop, preview, and public environments at a glance, with live build progress shown while a preview is buildingfrontic release preview [--wait]— create or overwrite preview;--waitholds the process open until the new environment is fully readyfrontic release publish— promote preview to public with a two-step confirmation; use--confirm <project>and--yesto bypass promptsfrontic release diff— compare any two stages to see exactly what will change before you publishfrontic draft create,frontic draft list,frontic draft diff,frontic draft check,frontic draft merge— full draft lifecycle from the CLI, including interactive per-conflict resolution on mergefrontic generate --draft <name>— generate the SDK against a specific draft without changing your active project