Skip to content

Commit

Permalink
Merge pull request RasaHQ#12426 from RasaHQ/merge-3.5.x-main-9a5f6dd
Browse files Browse the repository at this point in the history
Merge 3.5.x into main
  • Loading branch information
m-vdb authored May 22, 2023
2 parents 4907242 + b40cdac commit 18f3da2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.5.9] - 2023-05-19

Rasa 3.5.9 (2023-05-19)

No significant changes.


## [3.5.8] - 2023-05-12

Rasa 3.5.8 (2023-05-12)
Expand Down
35 changes: 35 additions & 0 deletions docs/docs/command-line-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import RasaProBanner from "@theme/RasaProBanner";
|`rasa data validate` |Checks the domain, NLU and conversation data for inconsistencies. |
|`rasa export` |Exports conversations from a tracker store to an event broker. |
|`rasa evaluate markers` |Extracts markers from an existing tracker store. |
|`rasa license` |Display licensing information. |
|`rasa -h` |Shows all available commands. |

:::note
Expand Down Expand Up @@ -659,3 +660,37 @@ Python Logging Options:
-vv, --debug Print lots of debugging statements. Sets logging level to DEBUG. (default: None)
--quiet Be quiet! Sets logging level to WARNING. (default: None)
```

## rasa license

<RasaProLabel />

<RasaProBanner />

:::info New in 3.3

This command was introduced.
:::

Use `rasa license` to display information about licensing in Rasa Pro, especially information about
3rd party dependencies licenses.

Here is the list of all possible arguments:

```
usage: rasa license [-h] [-v] [-vv] [--quiet] [--logging-config-file LOGGING_CONFIG_FILE]
Display licensing information.
options:
-h, --help show this help message and exit
Python Logging Options:
You can control level of log messages printed. In addition to these arguments, a more fine grained configuration can be achieved with environment variables. See online documentation for more info.
-v, --verbose Be verbose. Sets logging level to INFO. (default: None)
-vv, --debug Print lots of debugging statements. Sets logging level to DEBUG. (default: None)
--quiet Be quiet! Sets logging level to WARNING. (default: None)
--logging-config-file LOGGING_CONFIG_FILE
If set, the name of the logging configuration file will be set to the given name. (default: None)
```

0 comments on commit 18f3da2

Please sign in to comment.