From c27a82d9e6e2a05567fd1b4da4539ea1196bee4d Mon Sep 17 00:00:00 2001 From: Bryan Ho Date: Tue, 23 Jul 2024 12:03:22 -0700 Subject: [PATCH 1/2] reformat, mention auth0 --- doc/user-guide/cli.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/user-guide/cli.md b/doc/user-guide/cli.md index 6e8efebc..b4021df2 100644 --- a/doc/user-guide/cli.md +++ b/doc/user-guide/cli.md @@ -209,9 +209,17 @@ ploomber-cloud logs --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 `. -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 +``` + +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 From 0d954db58927b0d797a389e0b167103dc963c3b0 Mon Sep 17 00:00:00 2001 From: Bryan Ho Date: Tue, 23 Jul 2024 12:10:44 -0700 Subject: [PATCH 2/2] phrasing --- doc/user-guide/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/cli.md b/doc/user-guide/cli.md index b4021df2..58b9bd9a 100644 --- a/doc/user-guide/cli.md +++ b/doc/user-guide/cli.md @@ -219,7 +219,7 @@ 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) +- To learn about adding Auth0 to your app, [click here.](../user-guide/password.md#auth0-authentication) ## Configure GitHub action