Fix deploy help text (#4508)
This commit is contained in:
parent
6e3e632bbd
commit
6e42efd2b1
@ -446,7 +446,7 @@ def deploy(
|
|||||||
list(),
|
list(),
|
||||||
"-r",
|
"-r",
|
||||||
"--region",
|
"--region",
|
||||||
help="The regions to deploy to. `reflex apps regions` For multiple envs, repeat this option, e.g. --region sjc --region iad",
|
help="The regions to deploy to. `reflex cloud regions` For multiple envs, repeat this option, e.g. --region sjc --region iad",
|
||||||
),
|
),
|
||||||
envs: List[str] = typer.Option(
|
envs: List[str] = typer.Option(
|
||||||
list(),
|
list(),
|
||||||
@ -456,7 +456,7 @@ def deploy(
|
|||||||
vmtype: Optional[str] = typer.Option(
|
vmtype: Optional[str] = typer.Option(
|
||||||
None,
|
None,
|
||||||
"--vmtype",
|
"--vmtype",
|
||||||
help="Vm type id. Run `reflex apps vmtypes` to get options.",
|
help="Vm type id. Run `reflex cloud vmtypes` to get options.",
|
||||||
),
|
),
|
||||||
hostname: Optional[str] = typer.Option(
|
hostname: Optional[str] = typer.Option(
|
||||||
None,
|
None,
|
||||||
|
Loading…
Reference in New Issue
Block a user