Skip to content

Command-line interface

python -m st_undp

A simple CLI for setting up a Streamlit app.

Usage:

python -m st_undp [OPTIONS] COMMAND [ARGS]...

Options:

  --help  Show this message and exit.

configure

Configure the project settings.

Usage:

python -m st_undp configure [OPTIONS]

Options:

  --settings [style|deployment]  The type of configuration settings for your
                                 project. `style` modifies `config.yaml` to
                                 style your app while `deployment` adds a
                                 `startup.sh` with commands to style and run
                                 your app on Azure App Service. See the
                                 package documentation for usage details.
  --help                         Show this message and exit.