Skip to content

Commit 64fa9ac

Browse files
committed
fix: add Ahrefs metadata to docs
1 parent eeff71f commit 64fa9ac

40 files changed

Lines changed: 44 additions & 8 deletions

containers.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Containers"
3+
description: "Learn how to build, package, and deploy containerized applications on Runpod."
34
---
45

56
<Card href="/tutorials/introduction/containers" horizontal>

flash/cli/app.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "app"
33
sidebarTitle: "app"
4+
description: "Create, inspect, list, and delete Runpod Flash applications and their deployment environments."
45
---
56

67
Manage Flash applications. An app is the top-level container that groups your deployment environments, build artifacts, and configuration.

flash/cli/build.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "build"
33
sidebarTitle: "build"
4+
description: "Build a deployment-ready Runpod Flash artifact without deploying it."
45
---
56

67
Build a deployment-ready artifact for your Flash application without deploying. Use this for more control over the build process or to inspect the artifact before deploying.

flash/cli/deploy.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "deploy"
33
sidebarTitle: "deploy"
4+
description: "Build and deploy a Runpod Flash application to Serverless with configurable environments and build options."
45
---
56

67
Build and deploy your Flash application to Runpod Serverless endpoints in one step. This is the primary command for getting your application running in the cloud.

flash/cli/dev.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "dev"
33
sidebarTitle: "dev"
4+
description: "Start the Runpod Flash local development server and test endpoint functions on Serverless."
45
---
56

67
Start the Flash development server for local testing with automatic updates. A local development server provides a unified interface for testing while `@Endpoint` functions execute on Runpod Serverless.

flash/cli/env.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "env"
33
sidebarTitle: "env"
4+
description: "Create, inspect, list, and delete deployment environments for Runpod Flash applications."
45
---
56

67
Manage deployment environments for Flash applications. Environments are isolated deployment contexts (like `dev`, `staging`, `production`) within a Flash app.

flash/cli/init.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "init"
33
sidebarTitle: "init"
4+
description: "Create a Runpod Flash project with a FastAPI server, example workers, and deployment configuration."
45
---
56

67
Create a new Flash project with a ready-to-use template structure including a FastAPI server, example GPU and CPU workers, and configuration files.

flash/cli/login.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "login"
33
sidebarTitle: "login"
4+
description: "Authenticate the Runpod Flash CLI and save your API key for future Flash operations."
45
---
56

67
Authenticate with Runpod and save your API key for all Flash operations, including CLI commands and standalone `@Endpoint` functions.

flash/cli/undeploy.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "undeploy"
33
sidebarTitle: "undeploy"
4+
description: "List and remove Runpod Serverless endpoints created by Flash development and deployment workflows."
45
---
56

67
Manage and delete Runpod Serverless endpoints deployed via Flash. Use this command to clean up endpoints created during local development with `flash dev`.

flash/cli/update.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "update"
33
sidebarTitle: "update"
4+
description: "Update the Runpod Flash CLI to the latest release or install a specific version."
45
---
56

67
Update the Flash CLI to the latest version or a specific version. The command fetches version information from PyPI and installs using uv (when available) or pip.

0 commit comments

Comments
 (0)