forest push
Push the layout changes of your current branch to its origin environment. This applies your branch’s UI changes to a remote environment (such as staging), making them visible to users of that environment.Usage
Options
How it works
When you runforest push, your branch’s layout changes (noted Δ) are applied to the branch’s origin environment:
Pushing changes
Runforest push from your project directory:
Push vs. deploy
forest push and forest deploy are distinct commands with different purposes:
Pushing from the UI
You can also push layout changes directly from the Forest UI. When a remote environment has unpushed changes, a banner appears at the top with a “Push to …” link.Push from the UI is only available for remote environments whose origin is not the reference environment.