{"id":34936175,"url":"https://github.com/warm-metal/cliapp","last_synced_at":"2026-04-20T22:03:10.907Z","repository":{"id":49872727,"uuid":"337152837","full_name":"warm-metal/cliapp","owner":"warm-metal","description":"Start remote app in any local terminal.","archived":false,"fork":false,"pushed_at":"2021-06-09T10:46:22.000Z","size":586,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T04:46:48.523Z","etag":null,"topics":["cli","cliapp","kubernetes","minikube"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warm-metal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-08T17:21:41.000Z","updated_at":"2024-09-09T16:44:46.000Z","dependencies_parsed_at":"2022-09-23T09:25:39.156Z","dependency_job_id":null,"html_url":"https://github.com/warm-metal/cliapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/warm-metal/cliapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warm-metal%2Fcliapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warm-metal%2Fcliapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warm-metal%2Fcliapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warm-metal%2Fcliapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warm-metal","download_url":"https://codeload.github.com/warm-metal/cliapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warm-metal%2Fcliapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32067626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"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":["cli","cliapp","kubernetes","minikube"],"created_at":"2025-12-26T18:08:44.172Z","updated_at":"2026-04-20T22:03:10.900Z","avatar_url":"https://github.com/warm-metal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CliApp\n\n*cliapp* is a framework which provides a capability of executing a CLI program in a k8s cluster via a local shortcut,\nespecially for minikube clusters running on hypervisor.\n\nThat is, considering a single node minikube cluster, by installing a cliapp named `ctr`,\nwe can run command ctr on the Host to check status of containerd on the single cluster node.\n\nWe can also export the cliapp list and import them to another cluster w/ CliApp installed.\n\nCurrently, cliapp only supports **containerd** as the container runtime.\n\n![overview](https://github.com/warm-metal/official-site/blob/master/image/cliapp-overview.gif?raw=true)\n\n## Install\n\nWe also build a kubectl plugin [kubectl-dev](https://github.com/warm-metal/kubectl-dev#install) to support cliapp management. \n\n## CliApp Object\n\nA cliapp object looks like below.\nExecute `kubectl get cliapp --all-namespaces` could retrieve all installed cliapps.\n\n```yaml\napiVersion: core.cliapp.warm-metal.tech/v1\nkind: CliApp\nmetadata:\n  creationTimestamp: \"2021-03-14T14:23:32Z\"\n  generation: 2\n  managedFields:\n  - apiVersion: core.cliapp.warm-metal.tech/v1\n    fieldsType: FieldsV1\n    fieldsV1:\n      f:spec:\n        .: {}\n        f:command: {}\n        f:env: {}\n        f:hostpath: {}\n        f:image: {}\n    manager: kubectl-dev\n    operation: Update\n    time: \"2021-03-14T14:23:32Z\"\n  - apiVersion: core.cliapp.warm-metal.tech/v1\n    fieldsType: FieldsV1\n    fieldsV1:\n      f:status:\n        .: {}\n        f:lastPhaseTransition: {}\n        f:phase: {}\n        f:podName: {}\n    manager: manager\n    operation: Update\n    time: \"2021-03-14T14:23:32Z\"\n  - apiVersion: core.cliapp.warm-metal.tech/v1\n    fieldsType: FieldsV1\n    fieldsV1:\n      f:spec:\n        f:targetPhase: {}\n    manager: session-gate\n    operation: Update\n    time: \"2021-03-14T14:23:35Z\"\n  name: crictl\n  namespace: default\n  resourceVersion: \"404083\"\n  uid: 5fb3d41b-59ad-44a8-bceb-c76638e7ff5d\nspec:\n  command:\n  - crictl\n  env:\n  - CONTAINER_RUNTIME_ENDPOINT=unix:///var/run/containerd/containerd.sock\n  - http_proxy=http://192.168.64.1:1087\n  - HTTP_PROXY=http://192.168.64.1:1087\n  - https_proxy=http://192.168.64.1:1087\n  - HTTPS_PROXY=http://192.168.64.1:1087\n  - no_proxy=localhost,127.0.0.1,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12\n  - NO_PROXY=localhost,127.0.0.1,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12\n  hostpath:\n  - /var/run/containerd/containerd.sock\n  image: docker.io/warmmetal/app-crictl:v0.1.0\n  targetPhase: Rest\nstatus:\n  lastPhaseTransition: \"2021-03-14T14:33:35Z\"\n  phase: ShuttingDown\n  podName: crictl-88hgl\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarm-metal%2Fcliapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarm-metal%2Fcliapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarm-metal%2Fcliapp/lists"}