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 building
frontic release preview [--wait] — create or overwrite preview; --wait holds the process open until the new environment is fully ready
frontic release publish — promote preview to public with a two-step confirmation; use --confirm <project> and --yes to bypass prompts
frontic release diff — compare any two stages to see exactly what will change before you publish
frontic 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 merge
frontic generate --draft <name> — generate the SDK against a specific draft without changing your active project