Getting "Failed to find command GUBP" when running AutomationTool

I am attempting to follow the answer on this question: https://answers.unrealengine.com/questions/416220/how-to-deploy-source-code-build-of-engine.html and make a build of the engine. However when running the command

RunUAT.bat GUBP -Node=GatherRocket -TargetPlatforms=Win32+Win64 -NoDDC -CleanLocal

I receive the following error:

Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException: Failed to find command GUBP
   at AutomationTool.Automation.Execute(List`1 CommandsToExecute, CaselessDictionary`1 Commands) in X:\Repositories\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 562
   at AutomationTool.Automation.Process(String[] Arguments) in X:\Repositories\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 536
   at AutomationTool.Program.MainProc(Object Param) in X:\Repositories\UnrealEngine\Engine\Source\Programs\AutomationTool\Program.cs:line 133
   at AutomationTool.InternalUtils.RunSingleInstance(Func`2 Main, Object Param) in X:\Repositories\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\Utils.cs:line 704
   at AutomationTool.Program.Main() in X:\Repositories\UnrealEngine\Engine\Source\Programs\AutomationTool\Program.cs:line 57

I couldn’t find this error anywhere online to see what I may be doing wrong.

Check this answer out. I was having the same issues and it just looks like the phrasing of how this is done has changed quite a bit since the post you linked was written.

Here’s the documentation detailing the new syntax:
https://docs.unrealengine.com/latest/INT/Programming/Development/BuildGraph/index.html
https://docs.unrealengine.com/latest/INT/Programming/Development/InstalledBuildReference/index.html