Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions src/runpod_flash/cli/commands/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ def ls():
"delete", short_help="Delete an existing flash app and all its associated resources"
)
def delete(
app_name: str = typer.Option(
..., "--app-name", "-a", help="Flash app name to delete"
),
app_name: str = typer.Option(..., "--app", "-a", help="Flash app name to delete"),
):
if not app_name:
_, app_name = discover_flash_project()
Expand Down
573 changes: 279 additions & 294 deletions src/runpod_flash/cli/commands/build.py

Large diffs are not rendered by default.

Loading
Loading