Zephyr Mission Control is a browser extension that streamlines your development workflow with deployment management and live preview capabilities. The extension provides both a side panel for quick deployment controls and DevTools panels for advanced debugging.
This section focuses on the side panel functionality. For advanced debugging features, see Zephyr Devtools.
Note: This extension currently only works on Chromium-based browsers. We're working on versions for other browsers.
Browser extension's logged in account is synced with Zephyr's dashboard. If you want to sign in to different accounts you can click on the top left ≡ button and select Log out, then sign in from a desired account on Zephyr dashboard.
Within our browser extension, you can preview all versions of your applications.
When you select an application under Name, you will see your latest deployed application in the browser. You can also preview previously deployed version by clicking on the dropdown menu under Version. Use instant rollbacks to quickly revert to previous versions when needed.
In Zephyr Mission Control, you have the ability to manage your micro-frontends and their respective remote versions. Each registered remote applications are listed under Remotes. You can preview the specific versions that are currently deployed or previously deployed.
On the main Application page under the Name field, you can choose under the dropdown list for a selected application - after selection the application will be displayed in your browser.
You can switch between different versions of your remotes to preview under the Version field.
Additionally, when you are previewing a host application which consumes other remotes, you can also switch the remote's version under the list of Remotes to inspect how different versions of remotes intercepts with host application.
Tags are either auto-generated by us, or set up in Zephyr's dashboard by you. When you are deploying an application through Zephyr (for the first time), We will generate a tag fits your current condition.
You can configure specific Tag rules in your application's Settings page under Tags on Zephyr dashboard by creating, or editing a tag. Tags that are attached to an application is shown under Tags field on browser extension.
Read more about Tags and Environments.
When you're ready to update the environment with new changes, you can publish updates directly from browser extension.
By clicking Publish updates, you will create a snapshot of the currently used environment, locking in the versions of all remotes being consumed.
Note: Feature subject to development.
When an application's version is labelled Deployed on top right (usually when you click on a version), it indicates successful deployment. You can verify this directly within Zephyr Mission Control under the Application section.