{"id":13563465,"url":"https://github.com/martinohmann/keyring","last_synced_at":"2025-08-05T02:06:07.134Z","repository":{"id":37082561,"uuid":"326018930","full_name":"martinohmann/keyring","owner":"martinohmann","description":"Simple commandline wrapper around zalando/go-keyring.","archived":false,"fork":false,"pushed_at":"2023-05-01T07:53:55.000Z","size":111,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T21:13:58.501Z","etag":null,"topics":["cli","keyring"],"latest_commit_sha":null,"homepage":"","language":"Go","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/martinohmann.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}},"created_at":"2021-01-01T16:55:34.000Z","updated_at":"2023-03-24T02:39:12.000Z","dependencies_parsed_at":"2024-01-16T18:56:34.544Z","dependency_job_id":"9ded7fe7-0e75-4026-aac5-6646c1e009d5","html_url":"https://github.com/martinohmann/keyring","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/martinohmann/keyring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinohmann%2Fkeyring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinohmann%2Fkeyring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinohmann%2Fkeyring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinohmann%2Fkeyring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinohmann","download_url":"https://codeload.github.com/martinohmann/keyring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinohmann%2Fkeyring/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268820501,"owners_count":24312402,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"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","keyring"],"created_at":"2024-08-01T13:01:19.570Z","updated_at":"2025-08-05T02:06:07.098Z","avatar_url":"https://github.com/martinohmann.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# keyring\n\n[![Build Status](https://github.com/martinohmann/keyring/workflows/build/badge.svg)](https://github.com/martinohmann/keyring/actions?query=workflow%3Abuild)\n[![codecov](https://codecov.io/gh/martinohmann/keyring/branch/master/graph/badge.svg)](https://codecov.io/gh/martinohmann/keyring)\n[![Go Report Card](https://goreportcard.com/badge/github.com/martinohmann/keyring)](https://goreportcard.com/report/github.com/martinohmann/keyring)\n[![GoDoc](https://godoc.org/github.com/martinohmann/keyring?status.svg)](https://godoc.org/github.com/martinohmann/keyring)\n![GitHub](https://img.shields.io/github/license/martinohmann/keyring?color=orange)\n\nSimple commandline wrapper around [zalando/go-keyring](https://github.com/zalando/go-keyring).\n\n## Installation\n\nDownload the [latest binary release](https://github.com/martinohmann/keyring/releases)\nfor your platform or install via `go get`:\n\n```bash\n$ go install github.com/martinohmann/keyring/cmd/keyring@latest\n```\n\n## Usage\n\nWrite secret from keyring to stdout:\n\n```bash\n$ keyring get myservice myuser\n```\n\nPipe secret from keyring into another command:\n\n```bash\n$ keyring get myservice myuser | cat\n```\n\nStore secret in keyring, read secret from stdin:\n\n```bash\n$ echo -n \"supersecret\" | keyring set myservice myuser\n```\n\nStore secret in keyring, interactive secret prompt:\n\n```bash\n$ keyring set myservice myuser\n\nenter secret:\n```\n\nDelete secret from keyring:\n\n```bash\n$ keyring delete myservice myuser\n```\n\n## License\n\nThe source code of keyring is released under the MIT License. See the bundled\nLICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinohmann%2Fkeyring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinohmann%2Fkeyring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinohmann%2Fkeyring/lists"}