Unverified Commit 403344e5 authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

refactor: refactor dynamo deploy subfolder (#927)

parent 99cd9d85
...@@ -349,7 +349,7 @@ def list( ...@@ -349,7 +349,7 @@ def list(
search: Optional[str] = typer.Option(None, "--search", help="Search query"), search: Optional[str] = typer.Option(None, "--search", help="Search query"),
dev: bool = typer.Option(False, "--dev", help="List development deployments"), dev: bool = typer.Option(False, "--dev", help="List development deployments"),
query: Optional[str] = typer.Option( query: Optional[str] = typer.Option(
None, "--query", "-q", help="Advanced query string" None, "--query", "-q", help="Advanced query string"
), ),
endpoint: str = typer.Option( endpoint: str = typer.Option(
..., ...,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment