Command-line interface
When you use the Jeamlit fat jar — a jar that contains jeamlit and all its dependencies packaged together — a command-line (CLI) tool is available. The purpose of this tool is to run Jeamlit apps, change Jeamlit configuration options, and help you diagnose and fix issues.
Available commands
jeamlit --help
: Show the available CLI commands.jeamlit run
: Run your Jeamlit app.jeamlit --version
: Show the version of Jeamlit.
Run your app
The most important command is jeamlit run
, which is summarized for convenience here:
jeamlit run YourApp.java
At any time, in your terminal, you can stop the server with Ctrl+C.
Still have questions?
Go to our discussions forum for helpful information and advice from Jeamlit experts.