{"id":20045883,"url":"https://github.com/plaidev/ksedit","last_synced_at":"2025-05-05T09:31:16.749Z","repository":{"id":64304798,"uuid":"225157359","full_name":"plaidev/ksedit","owner":"plaidev","description":"cli tool to edit k8s secret like kubesec edit.","archived":false,"fork":false,"pushed_at":"2020-05-12T13:52:57.000Z","size":21,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T14:11:11.140Z","etag":null,"topics":["cli","edit","kubernetes","secret","tool"],"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/plaidev.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}},"created_at":"2019-12-01T12:25:52.000Z","updated_at":"2023-09-24T11:41:42.000Z","dependencies_parsed_at":"2022-12-06T07:46:52.218Z","dependency_job_id":null,"html_url":"https://github.com/plaidev/ksedit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaidev%2Fksedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaidev%2Fksedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaidev%2Fksedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaidev%2Fksedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plaidev","download_url":"https://codeload.github.com/plaidev/ksedit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224436586,"owners_count":17310863,"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":["cli","edit","kubernetes","secret","tool"],"created_at":"2024-11-13T11:19:33.876Z","updated_at":"2024-11-13T11:19:35.216Z","avatar_url":"https://github.com/plaidev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ksedit\n\nkubernetes secret edit\n\n## install\n\n```bash\n# linux\n$ curl -L https://github.com/plaidev/ksedit/releases/download/v0.0.5/ksedit_linux_amd64 -o /usr/local/bin/ksedit\n$ chmod +x /usr/local/bin/ksedit\n\n# mac\n$ curl -L https://github.com/plaidev/ksedit/releases/download/v0.0.5/ksedit_darwin_amd64 -o /usr/local/bin/ksedit\n$ chmod +x /usr/local/bin/ksedit\n```\n\n## usage\n\npipe or filepath\n\n```bash\n$ cat ./secret.yml | ksedit \u003e ./scret-edited.yml\n# or\n$ ksedit ./secret.yml \u003e ./scret-edited.yml\n```\n\nedit and write\n\n```bash\n$ ksedit -w ./secret.yml\n```\n\nmanually decode and encode\n\n```bash\n$ ksedit -d ./secret.yml \u003e ./secret.dec.yml\n$ vim ./secret.dec.yml\n$ ksedit -e ./secret.dec.yml \u003e ./secret.yml\n```\n\n## options\n\n```\nUSAGE:\n   ksedit [global options] filepath\n\nENVS:\n   $EDITOR         (default \"vim\")\n\nGLOBAL OPTIONS:\n   --write, -w     write secret\n   --encode, -e    encode secret\n   --decode, -d    decode secret\n   --help, -h      show help\n   --version, -v   print the version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaidev%2Fksedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplaidev%2Fksedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaidev%2Fksedit/lists"}