{"id":43831418,"url":"https://github.com/tolkonepiu/keencli","last_synced_at":"2026-02-06T03:15:55.664Z","repository":{"id":198170354,"uuid":"699207634","full_name":"tolkonepiu/keencli","owner":"tolkonepiu","description":"Bash script to control Keenetic routers via HTTP API","archived":false,"fork":false,"pushed_at":"2025-12-23T02:20:45.000Z","size":435,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-24T16:36:50.131Z","etag":null,"topics":["bash-script","keenetic","keenetic-routers","zyxel","zyxel-keenetic"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tolkonepiu.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-02T06:55:13.000Z","updated_at":"2025-12-23T02:20:03.000Z","dependencies_parsed_at":"2023-12-19T01:02:17.771Z","dependency_job_id":"5181bb0c-98c1-4dd4-bc94-1d9590d10ba3","html_url":"https://github.com/tolkonepiu/keencli","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":0.2857142857142857,"last_synced_commit":"5ed169911e120ee5b9c5751dc783f05bb866ad52"},"previous_names":["tolkonepiu/keen-cli","tolkonepiu/keencli"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/tolkonepiu/keencli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolkonepiu%2Fkeencli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolkonepiu%2Fkeencli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolkonepiu%2Fkeencli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolkonepiu%2Fkeencli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tolkonepiu","download_url":"https://codeload.github.com/tolkonepiu/keencli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolkonepiu%2Fkeencli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29147522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"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":["bash-script","keenetic","keenetic-routers","zyxel","zyxel-keenetic"],"created_at":"2026-02-06T03:15:55.588Z","updated_at":"2026-02-06T03:15:55.651Z","avatar_url":"https://github.com/tolkonepiu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\u003c!-- markdownlint-disable-line --\u003e\n\n# keencli\n\nBash script to control Keenetic routers via HTTP API\n\n[\n![version](https://img.shields.io/github/v/release/tolkonepiu/keencli?label=version)\n](https://github.com/tolkonepiu/keencli/releases/latest)\n[\n![license](https://img.shields.io/github/license/tolkonepiu/keencli)\n](LICENSE)\n[\n![linters](https://github.com/tolkonepiu/keencli/actions/workflows/linters.yml/badge.svg?branch=main)\n](https://github.com/tolkonepiu/keencli/actions/workflows/linters.yml?query=branch%3Amain)\n[\n![tests](https://github.com/tolkonepiu/keencli/actions/workflows/tests.yml/badge.svg?branch=main)\n](https://github.com/tolkonepiu/keencli/actions/workflows/tests.yml?query=branch%3Amain)\n\n---\n\n[![keencli](keencli.gif)](https://asciinema.org/a/612771?autoplay=1)\n\n---\n\n\u003c/div\u003e\u003c!-- markdownlint-disable-line --\u003e\n\n## Requirements\n\n- GNU/Linux or macOS with Bash 4+\n- [yq](https://mikefarah.gitbook.io/yq/)\n- [curl](https://curl.se)\n\n## Supported routers\n\nTested with KeeneticOS 3.5+\n\n## Install\n\nDownload bash script there and make it executable:\n\n```sh\nwget https://github.com/tolkonepiu/keencli/raw/main/keencli\nchmod +x keencli\n```\n\n## Usage\n\nAn keencli command has the following structure:\n\n```sh\nkeencli \u003ccommand\u003e \u003csubcommand\u003e [options and parameters]\n```\n\nFor example, to view system information, the command would be:\n\n```sh\nkeencli show system\n```\n\nTo view help documentation, use one of the following:\n\n```sh\nkeencli --help\nkeencli \u003ccommand\u003e --help\nkeencli \u003ccommand\u003e \u003csubcommand\u003e --help\n```\n\nTo get the version of the keencli:\n\n```sh\nkeencli --version\n```\n\nTo turn on debugging output:\n\n```sh\nDEBUG=1 keencli \u003ccommand\u003e \u003csubcommand\u003e\n```\n\nTo turn off color output:\n\n```sh\nNO_COLOR=1 keencli \u003ccommand\u003e \u003csubcommand\u003e\n```\n\n## Development\n\nkeencli uses [bashly](https://github.com/DannyBen/bashly/) for generating\nthe one-file script from files in the [src](src) directory\n\n1. Install bashly (requires ruby):\n\n   ```sh\n   gem install bashly\n   ```\n\n1. Edit code in [src](src) directory\n\n1. Generate script:\n\n   ```sh\n   bashly generate --upgrade\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolkonepiu%2Fkeencli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftolkonepiu%2Fkeencli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolkonepiu%2Fkeencli/lists"}