{"id":29745948,"url":"https://github.com/millotp/vaultwalker","last_synced_at":"2025-07-26T06:33:26.119Z","repository":{"id":174990036,"uuid":"653323999","full_name":"millotp/vaultwalker","owner":"millotp","description":"A CLI tool in rust to browse and edit Vault secrets","archived":false,"fork":false,"pushed_at":"2024-05-28T23:25:30.000Z","size":128,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T22:04:12.240Z","etag":null,"topics":["cli","rust","vault"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/vaultwalker","language":"Rust","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/millotp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-06-13T20:52:54.000Z","updated_at":"2024-12-30T22:28:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"eab1d75e-981a-40cb-9920-8f2be39f49a6","html_url":"https://github.com/millotp/vaultwalker","commit_stats":null,"previous_names":["millotp/vaultwalker"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/millotp/vaultwalker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millotp%2Fvaultwalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millotp%2Fvaultwalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millotp%2Fvaultwalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millotp%2Fvaultwalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/millotp","download_url":"https://codeload.github.com/millotp/vaultwalker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millotp%2Fvaultwalker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267129923,"owners_count":24040373,"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-07-26T02:00:08.937Z","response_time":62,"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","rust","vault"],"created_at":"2025-07-26T06:31:36.261Z","updated_at":"2025-07-26T06:33:26.111Z","avatar_url":"https://github.com/millotp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vaultwalker\n\n![version](https://img.shields.io/crates/v/vaultwalker) ![downloads](https://img.shields.io/crates/d/vaultwalker)\n\nA command line interface to browse and edit [Vault](https://www.vaultproject.io/) secrets.\n\n## How to install\n\nInstall the correct binary for your platform\n```sh\ncurl -s 'https://i.jpillora.com/millotp/vaultwalker!?as=vw' | bash\n```\n\nOr build from source:\n```sh\ncargo install vaultwalker\n```\n\nIf you have the vault cli already installed, you can simply use:\n```sh\nvw secret/my_company\n```\n\nBy default it will fetch the vault server address in `$VAULT_ADDR` and the token in the file `~/.vault-token`.\n\nIf you want to provide your own login you can use:\n```sh\nvw --host \u003cmy_vault_server\u003e --token \u003cthe vault token\u003e secret/my_company\n```\n\nTo see all available options use:\n```sh\nvw -h\n```\n\n## Features\n\nNavigate with the arrow to select any credentials (or HJKL), then use `P` to copy the path to the secret, or `S` to copy the secret itself.\n\nTo add a new key:\n- Navigate to the correct path and press `A`\n- Write the name of your key, press `Enter`\n- Write the value of the secret, press `Enter` again\n\nTo edit a key:\n- Select the key you want to edit and press `U`\n- Write the new value of the secret, press `Enter`\n\nTo delete a key:\n- Select the key you want to delete and press `D`\n- Enter `yes` to confirm, then `Enter`\n\nTo rename a key:\n- Select the key you want to rename and press `R`\n- Write the new name of the key, press `Enter`\n\nTo quit the program press `Q` or `Ctrl+C`.\nYou can also press `C` to clear the cache refresh the current path.\nTo view the list of options at any time, press `O`.\n\n## Development\n\nClone the repository and run `cargo run secret/my_company`.\n\n### Publishing\n\nThe changelog is generated with [git-cliff](https://git-cliff.org/), to update it run `git-cliff` and commit the changes.\nBefore publishing, follow these steps:\n- Update the version in `Cargo.toml`\n- Push your final commit `git push`\n- Check that the CI is passing;\n- Create a new tag with the version number `git tag 0.1.0`\n- Push the tag `git push --tags`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillotp%2Fvaultwalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmillotp%2Fvaultwalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillotp%2Fvaultwalker/lists"}