robomotion-agent
Connects your machine to your workspace. Helps to run machine-related tasks on your desktop from the Flow Designer like screen capturing for the Image nodes.
Command-Line Help
➜ ~ robomotion-agent --help
Robomotion desktop agent
Usage:
robomotion-agent [command]
Available Commands:
connect Connects to your workspace
help Help about any command
Flags:
--config string config file (default is $HOME/.newApp.yaml)
-h, --help help for robomotion-agent
--stdin get input from stdin
-v, --version version for robomotion-agent
Use "robomotion-agent [command] --help" for more information about a command.
Connect Command
In order to connect a robot to your workspace, you can use the connect command.
Connects to your workspace
Usage:
robomotion-agent connect [flags]
Flags:
-h, --help help for connect
-i, --identity string Robomotion identity
-w, --workspace string Robomotion workspace
Global Flags:
--config string config file (default is $HOME/.newApp.yaml)
--stdin get input from stdin
Parameter | Shortcut | Description |
---|---|---|
--workspace | -w | Workspace to connect the robot |
--identity | -i | Email address used to connect to your workspace |
Example Usages
Connect with User Credentials
robomotion-agent connect -i john.doe@acme.inc -w rpa.acme.inc
note
You do not need to connect the agent software if you are using the Robomotion Desktop Application. It automatically connects the agent when you Sign In to your workspace.