About CLI

EzBotF CLI (included with the main package) created for easily manage instances, plugins, environment, etc.

How I can get help

You can get help about any command, just added --help or -h argument. Just example:

ezbotf -h

Will print available subcommands and arguments.

To get help about plugin subcommand:

ezbotf plugin -h

To get help about instance command:

ezbotf instance -h

That’s all!