docs: Update Flash docs for .runpod to .flash directory migration#592
docs: Update Flash docs for .runpod to .flash directory migration#592promptless[bot] wants to merge 2 commits intomainfrom
Conversation
| 2. **Deployment**: Deploys resources concurrently (up to 3 at a time). | ||
| 3. **Confirmation**: Asks for confirmation if deploying more than 5 endpoints. | ||
| 4. **Caching**: Stores deployed resources in `.runpod/resources.pkl` for reuse. | ||
| 4. **Caching**: Stores deployed resources in `.flash/resources.pkl` for reuse. |
There was a problem hiding this comment.
Citation: PR #221 migrates RUNPOD_FLASH_DIR from Path(".runpod") to Path(".flash") in resource_manager.py, and _RESOURCE_STATE_FILE in run.py follows the same change.
View source
| ``` | ||
|
|
||
| Use this when endpoints were deleted via the Runpod console or API (not through Flash). The local tracking file (`.runpod/resources.pkl`) becomes stale, and this command cleans it up. | ||
| Use this when endpoints were deleted via the Runpod console or API (not through Flash). The local tracking file (`.flash/resources.pkl`) becomes stale, and this command cleans it up. |
There was a problem hiding this comment.
Citation: PR #221 consolidates all local state under .flash/ directory, eliminating the .runpod/ paradigm. The tracking file path is now .flash/resources.pkl.
View source
| ## How tracking works | ||
|
|
||
| Flash tracks deployed endpoints in `.runpod/resources.pkl`. Endpoints are added when you: | ||
| Flash tracks deployed endpoints in `.flash/resources.pkl`. Endpoints are added when you: |
There was a problem hiding this comment.
Citation: Based on changes in resource_manager.py where RESOURCE_STATE_FILE now points to .flash/resources.pkl.
View source
| ``` | ||
|
|
||
| This scans your project for `@Endpoint` functions and deploys them before the server starts accepting requests. Endpoints are cached in `.runpod/resources.pkl` and reused across server restarts. | ||
| This scans your project for `@Endpoint` functions and deploys them before the server starts accepting requests. Endpoints are cached in `.flash/resources.pkl` and reused across server restarts. |
There was a problem hiding this comment.
Citation: PR #221 changes the resource caching directory from .runpod/ to .flash/ as documented in the PR's internal flash-run.md file.
View source
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Open this suggestion in Promptless to view citations and reasoning process
Updates all Flash documentation references from
.runpod/resources.pklto.flash/resources.pklto reflect the directory migration in PR #221. This consolidates all local Flash state under the.flash/directory.Trigger Events
runpod/flash PR #221: refactor: migrate .runpod directory to .flash
Promptless Research (7 files, 1 GitHub PR)
.long_term_context/product_knowledge/product_overview.md.long_term_context/doc_workflow/client_instructions.md.long_term_context/style/client_style_guide.mdflash/cli/run.mdxflash/cli/undeploy.mdxflash/apps/local-testing.mdxflash/cli/login.mdxAgent Response
Tip: Send Promptless a meeting transcript in Slack to generate doc updates 📝