Update chapter-07-gbot-reference.md

This commit is contained in:
Rodrigo Rodriguez 2023-08-11 11:33:15 -03:00 committed by GitHub
parent f781fe4942
commit e8c1f91420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,9 @@ here is a list of admin commands related to deploying .gb* files.
| Command | Description | | Command | Description |
|-----------------|-----------------------------------------------------------------------------------------------------------------| |-----------------|-----------------------------------------------------------------------------------------------------------------|
| /edit | Sends a link to the Bot Storage so package folders like .gbdialog, .gbkb, .gbot and others can be edited. | | /edit | Sends a link to the Bot Storage so package folders like .gbdialog, .gbkb, .gbot and others can be edited. |
| undeployPackage | Undeploy a KB. Usage **undeployPackage** [package-name]. |
| redeployPackage | Undeploy and then deploys the KB. Usage **redeployPackage** [package-name]. Then, you need to run rebuildIndex. |
| /setupSecurity | Setup connection between General Bots and the Cloud, so the bot drive can be accessed by BotServer during publishing and direct access like the FIND keyword. | | /setupSecurity | Setup connection between General Bots and the Cloud, so the bot drive can be accessed by BotServer during publishing and direct access like the FIND keyword. |
| /publish [package] | Deploy the package to the bot storage. When ommited, the command will publish the package named <botId>.gbkb by default. | | /publish [extension] | Deploy the package to the bot storage. When ommited, the command will publish the package named <botId>.gbkb by default. |
# Config.xlsx (.gbot) Configuration # Config.xlsx (.gbot) Configuration