Skip to content

Commit b7d4d14

Browse files
committed
help improvements
1 parent 6eb33e4 commit b7d4d14

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

rsconnect/main.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,13 @@ def deploy_manifest(
868868
@deploy.command(
869869
name="quarto",
870870
short_help="Deploy Quarto content to RStudio Connect [v2021.08.0+].",
871-
help="Deploy Quarto content to RStudio Connect.",
871+
help=(
872+
"Deploy a Quarto document or project to RStudio Connect. Should the content use the Quarto Jupyter engine, "
873+
'an environment file ("requirements.txt") is created and included in the deployment if one does '
874+
"not already exist. Requires RStudio Connect 2021.08.0 or later."
875+
"\n\n"
876+
"FILE_OR_DIRECTORY is the path to a single-file Quarto document or the directory containing a Quarto project."
877+
),
872878
)
873879
@server_args
874880
@content_args
@@ -1433,11 +1439,13 @@ def write_manifest_notebook(
14331439
name="quarto",
14341440
short_help="Create a manifest.json file for Quarto content.",
14351441
help=(
1436-
"Create a manifest.json file for a Quarto project for later "
1442+
"Create a manifest.json file for a Quarto document or project for later "
14371443
"deployment. Should the content use the Quarto Jupyter engine, "
14381444
'an environment file ("requirements.txt") is created if one does '
14391445
"not already exist. All files are created in the same directory "
14401446
"as the project. Requires RStudio Connect 2021.08.0 or later."
1447+
"\n\n"
1448+
"FILE_OR_DIRECTORY is the path to a single-file Quarto document or the directory containing a Quarto project."
14411449
),
14421450
)
14431451
@click.option("--overwrite", "-o", is_flag=True, help="Overwrite manifest.json, if it exists.")

0 commit comments

Comments
 (0)