{"id":36676145,"url":"https://github.com/kapetacom/cli-kap","last_synced_at":"2026-01-12T10:49:47.057Z","repository":{"id":204684504,"uuid":"190572425","full_name":"kapetacom/cli-kap","owner":"kapetacom","description":"Kapeta CLI utility","archived":false,"fork":false,"pushed_at":"2024-12-08T23:05:49.000Z","size":174,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-09T00:19:34.907Z","etag":null,"topics":["command-line-utility"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kapetacom.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}},"created_at":"2019-06-06T11:48:20.000Z","updated_at":"2024-04-25T16:25:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"5559a2a1-6845-491f-a29a-959ce4a5bc13","html_url":"https://github.com/kapetacom/cli-kap","commit_stats":null,"previous_names":["kapetacom/cli-kap"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/kapetacom/cli-kap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kapetacom","download_url":"https://codeload.github.com/kapetacom/cli-kap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapetacom%2Fcli-kap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:40:25.642Z","status":"ssl_error","status_checked_at":"2026-01-12T10:39:27.820Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["command-line-utility"],"created_at":"2026-01-12T10:49:46.288Z","updated_at":"2026-01-12T10:49:47.039Z","avatar_url":"https://github.com/kapetacom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kapeta command line utility\n\nIntroduces using kapeta through command line commands. \n\nThe purpose of ```kap``` is to make it simple to automate things \neither locally or on servers - \nas well as giving people comfortable with terminals a way to quickly perform\ncertain actions.\n\n## Install / Update:\n```bash\nnpm i @kapeta/kap -g\n``` \n\n## Use:\n```bash\nkap help\n``` \n\n## Remove\n```bash\nnpm remove @kapeta/kap -g\n``` \n\n## Structure\nThe tool itself is built up of a series of \"commands\". Each command is\nits own module except for a few built-in core commands. \n\n### Installing or updating commands\nIt uses the NPM registry to install and update commands - and to install a new command\nyou can simply do \n```bash\nkap install you-npm-command-module\n```\nor the short version\n```bash\nkap i you-npm-command-module\n```\n\nUpgrading is similar - simply write:\n```bash\nkap upgrade you-npm-command-module\n```\n\n### Extending\nTo implement a command for kap we use\n[@kapeta/kap-command](https://github.com/kapetacom/cli-kap-command)\nand the module must then be published as an NPM module for kap to install it\n\n**kap** expects a ```command``` property in the ```package.json``` file\nof the command. This command property should contain the *name* of your command -\ne.g.\n```json\n{\n  \"name\": \"@kapeta/kap-command-codegen\",\n  \"command\": \"codegen\",\n  ...\n} \n```\n\nTypically you'd want to not publish and download all the time during development. \nfor that purpose you can navigate to the folder in which you are developing a command \nand run \n```bash\nkap link [command-name]\n```\nThe optional \"command-name\" parameter is to override what is in the \n```package.json``` file as mentioned before - or if nothing is there to \nspecify one.    \n\nkap will then create a symlink - very similar to \nhow ```npm link``` works - which allows it to find your local version of\nthe command.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapetacom%2Fcli-kap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkapetacom%2Fcli-kap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapetacom%2Fcli-kap/lists"}