Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkor committed Sep 25, 2020
1 parent aa8e47b commit c45c7f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,23 @@ For other platforms take a look at the releases in Github. I build binaries for

Let me know if you would like a particular os/arch binary regularly built.

Lexbelt wants your lex workspace to look like the following:

```
your-lex-workspace
├──slots
├──intents
└──bots
```
The reason why is that it intelligently looks for dependecies when deploying bots or intents and will automatically
deploy any dependecies needed.

Lexbelt supports publishing, that is promoting the `$LATEST` version to the next incremental version number. This is
done by passing the `--publish` flag with the command.

If you fdeploy a bot at it or intents has a dependecy on something who's version is `$LATEST` in hte spec you provide,
lexbelt will publish the dependencies and provision new elements with the correct version id's you have just published.

The yaml/json syntax for slots, intents and bots are all based directly of the AWS API Put API calls, so any attribute
supported by the AWS API will be supported in the API now or in the future can be included in a yaml file
Expand Down

0 comments on commit c45c7f6

Please sign in to comment.