So we have quite a bit of layout changes stuck in a remote environment right now, that should not have been made and we want to get rid of them. How can we clear the pending layout changes on a remote env? Also is there a way for me to push layout changes from one remote env to another(non-production)?
Thank you for letting us know! It totally slipped under our radars. Unfortunately it seems I cannot find this command in the forest-cli tool. I tried upgrading to the latest versions for both forest admin and forest-cli but no dice. Here are some screenshots. We really need this feature and glad it’s here. Thank you in advance for the help!
Could you please upgrade the version of forest-cli installed globally on your system with npm install forest-cli@latest -g? It looks like you installed the recent version of forest-cli in your repository (which allows you to call npx forest environments:reset, but not the global command).