Skip to content

Commit

Permalink
feat(cli): explain how to configure and retrieve a license
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Jul 5, 2024
1 parent abfe935 commit 4af2074
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion modules/cli/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ A Command Line Interface tool (CLI) is used to provision data extracted from Bon

The command line tool is delivered as a package, containing a basic documentation about commands and a sample configuration file.


== BPI license

Most CLI commands require a license to run.

You can retrieve a license by logging into your Bonita Process Insights instance and accessing the "Generate license" function.

Once you have the license, place the license file in the same directory as the CLI executable.


== Export data

=== Configuration
Expand Down Expand Up @@ -44,4 +54,4 @@ You can add some arguments like `-output` to specify the exact path of the expor

By default, your exported data will be anonymized. It's possible to deactivate the anonymization or adding your own configuration.

For more details, see xref:configuration-for-anonymization.adoc[Configure the anonymization]
For more details, see xref:configuration-for-anonymization.adoc[Configure the anonymization]

0 comments on commit 4af2074

Please sign in to comment.