Skip to content
Closed
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
3 changes: 1 addition & 2 deletions flash/cli/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "CLI overview"
sidebarTitle: "Overview"
description: "Learn how to use the Flash CLI for local development and deployment."
tag: "BETA"
---

The Flash CLI provides commands for initializing projects, running local development servers, building deployment artifacts, and managing your applications on Runpod Serverless.
Expand Down Expand Up @@ -110,4 +109,4 @@ flash undeploy ENDPOINT_NAME

# Remove all endpoints
flash undeploy --all
```
```
2 changes: 1 addition & 1 deletion flash/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ flash --help
<Card title="Flash REST API" href="/tutorials/flash/build-rest-api-with-load-balancer" icon="server" horizontal>
Create HTTP endpoints with load balancing.
</Card>
</CardGroup>
</CardGroup>
4 changes: 0 additions & 4 deletions flash/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ sidebarTitle: "Quickstart"
description: "Run your first GPU workload with Flash in less than 5 minutes."
---

<Note>
Flash is currently in beta. [Join our Discord](https://discord.gg/cUpRmau42V) to provide feedback and get support.
</Note>

This quickstart gets you running GPU workloads on Runpod in minutes. You'll execute a function on a remote GPU and see the results immediately.

## Requirements
Expand Down
Loading