Skip to content

bot list

This command lists the robots in the server or all versions of a specific bot.

./BotCLI bot list [arguments]

What are the arguments?

Argument Required Description
-botId,
--bid
No The ID of the robot. If informed, the command will list all versions of this robot.

Examples

List all bots.

./BotCLI bot list

List all versions of the bot MyBot:

./BotCLI bot list -botId "MyBot"