{"id":20511305,"url":"https://github.com/intility/indev","last_synced_at":"2026-02-02T13:25:01.098Z","repository":{"id":262448422,"uuid":"866964152","full_name":"intility/indev","owner":"intility","description":"Intility Developer Platform - Command-Line Interface","archived":false,"fork":false,"pushed_at":"2026-01-29T02:45:26.000Z","size":15869,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T07:20:12.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/intility.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-03T07:52:07.000Z","updated_at":"2026-01-27T11:48:06.000Z","dependencies_parsed_at":"2026-01-12T11:01:35.402Z","dependency_job_id":null,"html_url":"https://github.com/intility/indev","commit_stats":null,"previous_names":["intility/indev"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/intility/indev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intility%2Findev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intility%2Findev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intility%2Findev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intility%2Findev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intility","download_url":"https://codeload.github.com/intility/indev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intility%2Findev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28877046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-15T20:35:27.736Z","updated_at":"2026-01-29T12:02:47.366Z","avatar_url":"https://github.com/intility.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/idp-logo.svg\" alt=\"indev logo\" width=\"100\"\u003e\n  \u003ch1 align=\"center\"\u003eindev\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A command-line interface for managing Intility Developer Platform resources.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/intility/indev/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/intility/indev\" alt=\"GitHub Release\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/go-%3E%3D1.25-blue\" alt=\"Go Version\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/intility/indev/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/intility/indev/actions/workflows/ci.yml/badge.svg?branch=main\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Installation\n\n### Homebrew (macOS)\n\n```sh\nbrew install intility/tap/indev\n```\n\n### Windows / Linux\n\nDownload the latest release for your platform from the [GitHub Releases](https://github.com/intility/indev/releases) page. Extract the archive and add the binary to your PATH.\n\n### From Source\n\nRequires Go 1.25 or higher.\n\n```sh\ngit clone https://github.com/intility/indev.git\ncd indev\ngo build -o indev ./cmd/indev\n```\n\n## Prerequisites\n\nSome commands require additional tools to be installed:\n\n| Command | Requirement |\n|---------|-------------|\n| `indev cluster login` | [OpenShift CLI (oc)](https://developers.intility.com/docs/getting-started/first-steps/deploy-first-application/?h=oc#install-openshift-cli) |\n\n## Usage\n\n### Authentication\n\nLog in to the Intility Developer Platform:\n\n```sh\nindev login\n```\n\nLog out:\n\n```sh\nindev logout\n```\n\nView your account information:\n\n```sh\nindev account show\n```\n\n### Cluster Management\n\nCreate a new Kubernetes cluster:\n\n```sh\nindev cluster create\n```\n\nYou can also specify options directly:\n\n```sh\nindev cluster create --name my-cluster --preset balanced --nodes 4\n```\n\nWith autoscaling enabled:\n\n```sh\nindev cluster create --name my-cluster --preset performance --enable-autoscaling --min-nodes 2 --max-nodes 6\n```\n\nAvailable node presets: `minimal`, `balanced`, `performance`\n\nList your clusters:\n\n```sh\nindev cluster list\n```\n\nGet details for a specific cluster:\n\n```sh\nindev cluster get --name \u003ccluster-name\u003e\n```\n\nCheck cluster status:\n\n```sh\nindev cluster status --name \u003ccluster-name\u003e\n```\n\nLog in to a cluster (requires `oc`):\n\n```sh\nindev cluster login --name \u003ccluster-name\u003e\n```\n\nOpen the cluster in the web console:\n\n```sh\nindev cluster open --name \u003ccluster-name\u003e\n```\n\nDelete a cluster:\n\n```sh\nindev cluster delete --name \u003ccluster-name\u003e\n```\n\n### Team Management\n\nList teams:\n\n```sh\nindev team list\n```\n\nCreate a new team:\n\n```sh\nindev team create --name \u003cteam-name\u003e\n```\n\nAdd a member to a team:\n\n```sh\nindev team member add --team \u003cteam-name\u003e --user \u003cuser-email\u003e\n```\n\nRemove a member from a team:\n\n```sh\nindev team member remove --team \u003cteam-name\u003e --user \u003cuser-email\u003e\n```\n\n### User Management\n\nList users:\n\n```sh\nindev user list\n```\n\n### Shell Completions\n\nShell completions are installed automatically via Homebrew. For manual installation, run `indev completion --help` for instructions.\n\n## Telemetry\n\n`indev` collects anonymous usage data to help improve the tool. This includes command usage, performance metrics, and error reports. No personally identifiable information is collected.\n\nTo opt out, set the environment variable:\n\n```sh\nexport DO_NOT_TRACK=1\n```\n\n## Contributing\n\nThis project is not currently accepting external contributions. However, we welcome feedback from the community. If you encounter a bug or have a feature request, please [open an issue](https://github.com/intility/indev/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintility%2Findev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintility%2Findev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintility%2Findev/lists"}