{"id":23114118,"url":"https://github.com/kineticcafe/kci","last_synced_at":"2025-10-24T09:31:46.216Z","repository":{"id":267720961,"uuid":"836399518","full_name":"KineticCafe/kci","owner":"KineticCafe","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-12T02:25:14.000Z","size":13981,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-12T03:23:35.777Z","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/KineticCafe.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":"2024-07-31T19:06:03.000Z","updated_at":"2024-12-12T02:25:17.000Z","dependencies_parsed_at":"2024-12-12T03:23:38.513Z","dependency_job_id":"dc89af91-25ff-4911-8cc3-a771017487bc","html_url":"https://github.com/KineticCafe/kci","commit_stats":null,"previous_names":["kineticcafe/kci"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticCafe%2Fkci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticCafe%2Fkci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticCafe%2Fkci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KineticCafe%2Fkci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KineticCafe","download_url":"https://codeload.github.com/KineticCafe/kci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237946361,"owners_count":19391919,"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-12-17T03:19:05.601Z","updated_at":"2025-10-24T09:31:45.858Z","avatar_url":"https://github.com/KineticCafe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kinetic Commerce Infrastructure Tool (kci) \n\nThis document provides detailed instructions on how to build, install and use the `kci` command line interface (CLI) program, an internal tool developed in Go. The `kci` is a critical tool for managing our kitchen collective infrastructure and this document will guide you on the most efficient ways to leverage its functionalities.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n  - [Building from Source](#building-from-source)\n  - [Precompiled Binaries](#precompiled-binaries)\n- [Usage](#usage)\n  - [Common Commands](#common-commands)\n- [Development](#development)\n- [Testing](#testing)\n- [Support](#support)\n\n## Overview\n\n`kci` is a CLI tool that simplifies the management of the Kinetic Commerce infrastructure. It allows for easy interaction with the system, providing a series of commands designed to facilitate tasks like querying installed services, system diagnostics, and routine maintenance. \n\n**note**: While this tools is in daily use, it is also under constant development. It should be considered _extremely_ rough around the edges and somewhat volatile.\n\n## Prerequisites\n\nBefore you can install and use `kci`, you must have the following installed on your system:\n\n- Go 1.16 or higher\n- Git\n\n## Documentation\n\nTo view the documentation of all packages (including KineticCommerce) in the\napplication, you can use `godoc`.\n\n```bash\ngodoc --http :8082\n```\n\nVisiting `http://localhost:8082` will display the documentation.\n\n## Installation\n\n### Building from Source\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/KineticCommerce/kci.git\n```\n\n2. Navigate into the `kci` directory:\n\n```bash\ncd kci\n```\n\n3. Build the program:\n\n```bash\ngo build\n```\n\n4. Move the compiled binary to a directory within your `$PATH`:\n\n```bash\nsudo mv ./kci /usr/local/bin/\n```\n\n### Precompiled Binaries\n\nAre not yet available.\n\n## Usage\n\nYou can invoke `kci` from the command line by typing `kci` followed by the command you want to execute.\n\n### Common Commands\n\nHere are some common commands that you may find useful:\n\n- `kci instance list`: list all instances \n- `kci instance list --filter bastion`: list all instances with a name includeing \"bastion\"\n- `kci ssm list`: list all instances managed with ssm\n- `kci ssm session --instanace i-123456`: launch an ssm session for instance i-123456 \n- `kci help`: get help on all commands\n\n\n## Development\n\nContributions to the `kci` project are welcome. To get started with development, please speak to the operations team.\n\n## Testing\n\nTo run the tests for `kci`, navigate into the project's root directory and run:\n\n```bash\ngo test ./...\n```\n\n## Support\n\nFor support or to report bugs, please file an issue on our [issues page](#) AND speak to someone on the operations team.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkineticcafe%2Fkci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkineticcafe%2Fkci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkineticcafe%2Fkci/lists"}