Deployments Window
The Deployment Window is normally automatically opened, if not already open, buy the build or build and deploy action. It can also be opened by clicking bolt icon in the global header.
Basics
- Device Name: This is the name of the device that is being deployed to.
- Status: The status current status of the deployment.
- Date & Time: Indicates when the build process started.
- Duration: Shows how long the build process has been going for.
- Cancel: Allows the build or build and deploy process to be cancelled.
INFO
Cancellation is only available if the build or build and deploy process is not yet complete.
Build Output
The Build Output section will output important information such as build step, warnings and errors that may come up during the process.
Device Output
The Device Output represents the actual terminal output from the device itself. If the program outputs to terminal with for example print(f"Hello world!")
then this will appear in this section.
WARNING
To enable the Device Output feature there must be a valid SSH configuration setup for the device with this feature enabled.