Skip to content

Commit

Permalink
reformat, mention auth0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannho committed Jul 23, 2024
1 parent 3fb84dc commit c27a82d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions doc/user-guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,17 @@ ploomber-cloud logs --project-id <project-id> --type web

## Configure an application using a template

You can configure an application using a pre-defined template by running the command `ploomber-cloud templates <template-name>`.
Note that currently only the template `vllm` is supported.
This command should be run in an empty folder. [Click here](../apps/vllm.md) to learn more about deploying vLLM.
You can configure an application using a pre-defined template by running the command:

```sh
ploomber-cloud templates <template-name>
```

This command should be run in an empty folder.

Currently only the `vllm` and `auth0` templates are supported.
- To learn more about deploying vLLM, [click here.](../apps/vllm.md)
- To deploy an app with Auth0, [click here.](../user-guide/password.md#auth0-authentication)

## Configure GitHub action

Expand Down

0 comments on commit c27a82d

Please sign in to comment.