Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Auth0 to CLI templates section #255

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 learn about adding Auth0 to your app, [click here.](../user-guide/password.md#auth0-authentication)

## Configure GitHub action

Expand Down