{"id":18621651,"url":"https://github.com/joergi/superexport","last_synced_at":"2026-02-07T21:32:58.539Z","repository":{"id":145650462,"uuid":"450499947","full_name":"joergi/superexport","owner":"joergi","description":"sick of exporting everytime again and again the secrets from vault? this is (hopefully) your solution!","archived":false,"fork":false,"pushed_at":"2025-01-07T05:04:12.000Z","size":106,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T01:59:57.537Z","etag":null,"topics":["bash","bashrc","export","exporter","hacktoberfest","hacktoberfest2024","linux","linux-shell","secret-management","secrets","secrets-management","vault","vault-api","vault-cli"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joergi.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}},"created_at":"2022-01-21T13:21:56.000Z","updated_at":"2025-01-06T23:41:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"187d0c05-d2ec-464b-8ef2-d671c7d66a44","html_url":"https://github.com/joergi/superexport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joergi/superexport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joergi%2Fsuperexport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joergi%2Fsuperexport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joergi%2Fsuperexport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joergi%2Fsuperexport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joergi","download_url":"https://codeload.github.com/joergi/superexport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joergi%2Fsuperexport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:33:12.493Z","status":"ssl_error","status_checked_at":"2026-02-07T20:30:47.381Z","response_time":63,"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","bashrc","export","exporter","hacktoberfest","hacktoberfest2024","linux","linux-shell","secret-management","secrets","secrets-management","vault","vault-api","vault-cli"],"created_at":"2024-11-07T04:13:00.430Z","updated_at":"2026-02-07T21:32:58.521Z","avatar_url":"https://github.com/joergi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SUPEREXPORT - a permanent vault export\nSick of exporting everytime again and again the secrets from vault? this is (hopefully) your solution\n\n## USE at YOUR own RISK ! ! !\n\n### Prerequiries \nFor this service you need to have the following tools installed:    \n`vault` Info: [Vault CLI](https://www.vaultproject.io/docs/commands)   \n`secret-tool` -\u003e if not installed, try `sudo apt install libsecret-tools`\n\n\n### Prepare .bashrc / zshrc\nbefore you start:  \nadd this to your `.bashrc`or `zshrc`\n\n```bash\nalias superexport=\"bash path/to/this/folder/superexport.sh\"\n```\n\nalso add this line to your `.bashrc`, so the `.secretreader.sh` is read with every new terminal\n```bash\nsource $HOME/.superexport/.secretreader.sh\n```\n\n### Run it\n\nnormally you would export your secrets like this:\n```bash\nexport MY_KEY=$(vault kv get -field=name-in-vault \"companyname/teamname/folder-with-secret\")\n```\n\nwith `superxport` you do it like this: \n```bash\nsuperexport MY_KEY name-in-vault companyname/teamname/folder-with-secret a-prefix\n``` \n\nto see that it worked, YOU HAVE TO OPEN A NEW TERMINAL (else it's not available)\n```bash \necho $MY_KEY\n```\n\nthe idea came while I was using a script from a colleague at work - but I was sick of adding them manually to the script \n\n### Tip: If you run your IDE from your shell, you will have all the exported variables there \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoergi%2Fsuperexport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoergi%2Fsuperexport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoergi%2Fsuperexport/lists"}