{"id":21659904,"url":"https://github.com/render-oss/render-cli-deprecated","last_synced_at":"2025-07-17T22:33:20.219Z","repository":{"id":63913158,"uuid":"523096859","full_name":"render-oss/render-cli-deprecated","owner":"render-oss","description":null,"archived":true,"fork":false,"pushed_at":"2024-11-11T22:18:21.000Z","size":406,"stargazers_count":83,"open_issues_count":25,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-17T10:08:08.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/render-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-09T20:19:37.000Z","updated_at":"2024-11-19T17:22:21.000Z","dependencies_parsed_at":"2023-12-06T22:27:40.081Z","dependency_job_id":"a28068bf-2026-4ef8-b761-85d3b2a80a31","html_url":"https://github.com/render-oss/render-cli-deprecated","commit_stats":null,"previous_names":["render-oss/render-cli-deprecated","render-oss/render-cli"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/render-oss/render-cli-deprecated","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/render-oss%2Frender-cli-deprecated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/render-oss%2Frender-cli-deprecated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/render-oss%2Frender-cli-deprecated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/render-oss%2Frender-cli-deprecated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/render-oss","download_url":"https://codeload.github.com/render-oss/render-cli-deprecated/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/render-oss%2Frender-cli-deprecated/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265672342,"owners_count":23808844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T09:31:52.079Z","updated_at":"2025-07-17T22:33:20.214Z","avatar_url":"https://github.com/render-oss.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# render-cli (deprecated) #\n\n\u003e [!WARNING]  \n\u003e **This CLI is deprecated and no longer under active development. We recommend using our newer [actively-maintained CLI](https://github.com/render-oss/cli) instead.**\n\n## Getting render-cli ##\n### The easy way: getting releases ###\nYou can download a platform-specific build of `render-cli` from the [releases page](https://github.com/render-oss/render-cli/releases).\n\n### The easy way for OSX users: homebrew ###\n```bash\nbrew tap render-oss/render\nbrew install render\n```\nSee [render-oss/homebrew-render](https://github.com/render-oss/homebrew-render) for more details.\n\n### The less-easy-but-still-easy way: getting builds from `main` ###\nIf you head to [GitHub Actions](https://github.com/render-oss/render-cli/actions) and click a passing build, you can download the latest artifacts at the bottom of the page.\n\n### The moderately difficult way: pull the repo ###\n_This is necessary to run `render-cli` on platforms not supported by `deno compile`, such as Linux `arm64`._\n\nYou can also clone this repository (fork it first, if you want!) and run the application from the repo itself. Something like this will get you sorted:\n\n```bash\ngit clone git@github.com:render-oss/render-cli.git\ncd render-cli\nmake deps\n\n# 'deno task run' replaces 'render' in executable invocations\ndeno task run --help\n```\n\nTo build a local binary, run `make build-local`. It will emit a platform-correct binary on supported platforms and write it\nto `./bin/render`.\n\n## Using render-cli ##\n`render-cli` attempts to be a friendly and explorable command-line tool. For any command or subcommand under `render`, you can pass `--help` for detailed information on how it works.\n\n**You'll want to get started by building a config file.** The magic words for this are `render config init`, and it'll walk you through getting set up.\n\nIs something hard to use, unpleasant to use, or unclear? **Please let us know!** As the CLI is an open-source project, we try to work in the open as much as possible; please [check the issues](https://github.com/render-oss/render-cli/issues) and file a new one if appropriate!\n\n### Shell completions ###\n`render-cli` supports completions for `bash`, `zsh`, and `fish`. Once installed, type `render completions --help` for details.\n\n## Environment variables ##\n- `RENDERCLI_CONFIG_FILE`: the path to a render-cli configuration file. If this file does not exist, render-cli will _not_ halt (but the application may fail due to missing configuration).\n- `RENDERCLI_PROFILE`: selects a profile from the Render configuration. Is overridden by the `--profile` option. Defaults to `default` if neither is set.\n- `RENDERCLI_REGION`: selects a region. Is overridden by the `--region` option. Defaults to your selected profile's `defaultRegion` if neither is set, and `oregon` if your profile lacks a `defaultRegion`.\n- `RENDERCLI_APIKEY`: provides an API key for use with the Render CLI. Overrides the value in your selected profile. Has no default; operations that require API access will fail if this is unset and the current profile does not have an API key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frender-oss%2Frender-cli-deprecated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frender-oss%2Frender-cli-deprecated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frender-oss%2Frender-cli-deprecated/lists"}