| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Use Render from Codex to deploy apps, validate render.yaml, debug failed deploys, monitor services, and work through common platform workflows.
Install the plugin from the Codex plugin library in the app when it is available there. That is the preferred install path for most users.
Use the local install flow below for development, testing, or pre-release access.
mkdir -p ~/.codex/plugins
rsync -a ./ ~/.codex/plugins/render/If the file already exists, add the render entry to the existing plugins array.
{
"name": "local-plugins",
"interface": {
"displayName": "Local Plugins"
},
"plugins": [
{
"name": "render",
"source": {
"source": "local",
"path": "./.codex/plugins/render"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}
]
}Use the plugin to:
Good first prompts:
Many Render workflows depend on the Render CLI.
brew install renderrender loginrender whoami -o jsonIf render whoami -o json fails, fix authentication before you rely on Render workflows in Codex.
Run the sync script to refresh skills/ from render-oss/skills:
./scripts/sync-skills.shGitHub Actions also runs .github/workflows/sync-skills.yml each day and opens a pull request when upstream skills change.
MIT. See LICENSE.
| Back | FazBrowse Home | New Git URL |