{"id":13808328,"url":"https://github.com/uniget-org/cli","last_synced_at":"2025-05-14T02:31:39.083Z","repository":{"id":177678663,"uuid":"660746735","full_name":"uniget-org/cli","owner":"uniget-org","description":"The universal installer and updater for (container) tools","archived":false,"fork":false,"pushed_at":"2024-04-21T15:52:36.000Z","size":4541,"stargazers_count":6,"open_issues_count":20,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-22T13:03:46.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uniget-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-30T18:33:42.000Z","updated_at":"2024-08-12T15:40:19.539Z","dependencies_parsed_at":"2023-09-23T04:45:41.486Z","dependency_job_id":"8a5aa88e-cbfc-4d20-9e10-17cf70c76b3a","html_url":"https://github.com/uniget-org/cli","commit_stats":null,"previous_names":["uniget-org/cli"],"tags_count":110,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniget-org%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniget-org%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniget-org%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniget-org%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uniget-org","download_url":"https://codeload.github.com/uniget-org/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225273231,"owners_count":17448073,"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-08-04T01:01:40.185Z","updated_at":"2024-11-19T00:30:41.743Z","avatar_url":"https://github.com/uniget-org.png","language":"Go","readme":"[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7946/badge)](https://www.bestpractices.dev/projects/7946) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/uniget-org/cli/badge)](https://securityscorecards.dev/viewer/?uri=github.com/uniget-org/cli)\n\n# uniget\n\n```plaintext\n             _            _\n _   _ _ __ (_) __ _  ___| |_\n| | | | '_ \\| |/ _` |/ _ \\ __|\n| |_| | | | | | (_| |  __/ |_\n \\__,_|_| |_|_|\\__, |\\___|\\__|\n               |___/\n```\n\nThe universal installer and updater to (container) tools\n\n⚠️ uniget is in the process of being migrated [to GitLab](https://gitlab.com/uniget-org). The migration is being tracked [here](https://gitlab.com/uniget-org/migration-gh2gl). There is only one thing, you need to do: regularly update the uniget CLI using `uniget self-update`. ⚠️\n\n## Purpose\n\n`uniget` is inspired by the [convenience script](https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script) to install the Docker daemon. But the scope is much larger.\n\n`uniget` is meant to bootstrap a new box with Docker as well as install useful tools from the container ecosystem and beyond. It can also be used to update these tools. It aims to be distribution-agnostic and provide reasonable default configurations. Personally, I am using it to prepare virtual machines for my own experiments as well as training environments.\n\nTools are downloaded, installed and updated automatically.\n\n## Quickstart\n\nDownload and run `uniget`:\n\n```bash\ncurl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_linux_$(uname -m).tar.gz \\\n| sudo tar -xzC /usr/local/bin uniget\n```\n\n## Docs\n\nSee the [documentation site](https://docs.uniget.dev).\n\n## Quickstart\n\nThe `uniget` CLI comes with help included. The following scenarios are meant as quickstart tutorials.\n\n## You want the default set of tools\n\nBy default, `uniget` will only install a small set of tools.\n\n```bash\nuniget install --default\n```\n\n### You want to investigate which tools are available\n\nList which tools are available in `uniget`:\n\n```bash\nuniget list\n```\n\n### You want to install a specific tool\n\nIt is possible to install individual tools:\n\n```bash\nuniget install gojq\nuniget install kubectl helm\n```\n\n### You want to search for tools\n\nYou can search for the specified term in names, tags and dependencies:\n\n```bash\nuniget search jq\n```\n\n### You want to update installed tools\n\nUpdated tools which are already installed:\n\n```bash\nuniget update\nuniget upgrade\n```\n\n### You want to see what will happen\n\nShow which tools will be processed and updated:\n\n```bash\nuniget install containerd --plan\nuniget upgrade --plan\n```\n\n### Reinstall tool(s)\n\nBy adding the `--reinstall` parameter, the selected tools can be reinstalled regardless if they are outdated:\n\n```bash\nuniget install gojq --reinstall\n```\n","funding_links":[],"categories":["Development with Docker"],"sub_categories":["Development Environment"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiget-org%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiget-org%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiget-org%2Fcli/lists"}