{"id":50593348,"url":"https://github.com/kennedyowusu/koolbase-cli","last_synced_at":"2026-06-05T12:01:55.674Z","repository":{"id":347888743,"uuid":"1195621500","full_name":"kennedyowusu/koolbase-cli","owner":"kennedyowusu","description":"CLI tool for Koolbase — deploy functions, manage cron schedules, and invoke from your terminal.","archived":false,"fork":false,"pushed_at":"2026-05-29T10:21:42.000Z","size":49626,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T12:22:17.509Z","etag":null,"topics":["cli","cron","developer-tools","functions","golang","koolbase","open-source","serverless"],"latest_commit_sha":null,"homepage":"https://koolbase.com/","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/kennedyowusu.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,"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":"2026-03-29T22:06:17.000Z","updated_at":"2026-05-29T10:21:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kennedyowusu/koolbase-cli","commit_stats":null,"previous_names":["kennedyowusu/koolbase-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kennedyowusu/koolbase-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennedyowusu%2Fkoolbase-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennedyowusu%2Fkoolbase-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennedyowusu%2Fkoolbase-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennedyowusu%2Fkoolbase-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kennedyowusu","download_url":"https://codeload.github.com/kennedyowusu/koolbase-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennedyowusu%2Fkoolbase-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","cron","developer-tools","functions","golang","koolbase","open-source","serverless"],"created_at":"2026-06-05T12:01:54.567Z","updated_at":"2026-06-05T12:01:55.670Z","avatar_url":"https://github.com/kennedyowusu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# koolbase-cli\n\nThe official CLI for [Koolbase](https://koolbase.com) — deploy and manage your Koolbase functions from the terminal.\n\n## Installation\n\n### macOS / Linux\n```bash\ncurl -fsSL https://raw.githubusercontent.com/kennedyowusu/koolbase-cli/main/install.sh | sh\n```\n\n### Build from source\n```bash\ngit clone https://github.com/kennedyowusu/koolbase-cli\ncd koolbase-cli\ngo build -o koolbase .\nmv koolbase /usr/local/bin/koolbase\n```\n\n## Usage\n\n### Login\n```bash\nkoolbase login\n```\n\n### Deploy a function\n```bash\n# TypeScript (Deno) — auto-detected from .ts extension\nkoolbase deploy send-email --file ./functions/send_email.ts --project \u003cproject_id\u003e\n\n# Dart — auto-detected from .dart extension\nkoolbase deploy process-order --file ./functions/process.dart --project \u003cproject_id\u003e\n```\n\n### List functions\n```bash\nkoolbase functions list --project \u003cproject_id\u003e\n```\n\n### Invoke a function\n```bash\nkoolbase invoke send-email --project \u003cproject_id\u003e\nkoolbase invoke send-email --project \u003cproject_id\u003e --data '{\"email\":\"user@example.com\"}'\n```\n\n### View logs\n```bash\nkoolbase logs send-email --project \u003cproject_id\u003e\nkoolbase logs send-email --project \u003cproject_id\u003e --limit 50\n```\n\n## Documentation\n\nFull docs at [docs.koolbase.com](https://docs.koolbase.com)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennedyowusu%2Fkoolbase-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennedyowusu%2Fkoolbase-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennedyowusu%2Fkoolbase-cli/lists"}