{"id":34510377,"url":"https://github.com/keywaysh/cli-go","last_synced_at":"2025-12-25T04:01:54.074Z","repository":{"id":329600297,"uuid":"1120076446","full_name":"keywaysh/cli-go","owner":"keywaysh","description":"Keyway CLI (Go) - Sync secrets with your team and infra","archived":false,"fork":false,"pushed_at":"2025-12-20T22:07:17.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T18:34:48.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keywaysh.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-20T12:45:49.000Z","updated_at":"2025-12-20T22:06:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/keywaysh/cli-go","commit_stats":null,"previous_names":["keywaysh/cli-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/keywaysh/cli-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fcli-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fcli-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fcli-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fcli-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keywaysh","download_url":"https://codeload.github.com/keywaysh/cli-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fcli-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28018780,"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-12-25T02:00:05.988Z","response_time":58,"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":[],"created_at":"2025-12-24T03:58:43.293Z","updated_at":"2025-12-25T04:01:54.069Z","avatar_url":"https://github.com/keywaysh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keyway CLI\n\n[![Keyway Secrets](https://www.keyway.sh/badge.svg?repo=keywaysh/cli-go)](https://www.keyway.sh/vaults/keywaysh/cli-go)\n\nGitHub-native secrets management. Sync secrets with your team and infra.\n\n## Quick Start\n\n```bash\nnpx @keywaysh/cli init\n```\n\nNo install required. This will authenticate, create a vault, and sync your `.env`.\n\n## Installation (optional)\n\nFor faster repeated use, install globally:\n\n### npm\n\n```bash\nnpm install -g @keywaysh/cli\n```\n\n### Homebrew (macOS/Linux)\n\n```bash\nbrew install keywaysh/tap/keyway\n```\n\n### Manual download\n\nDownload from [GitHub Releases](https://github.com/keywaysh/cli-go/releases)\n\n## Commands\n\n```\nkeyway login      # Authenticate with GitHub\nkeyway logout     # Clear credentials\nkeyway init       # Initialize vault for repository\nkeyway push       # Upload secrets to vault\nkeyway pull       # Download secrets from vault\nkeyway run        # Run command with secrets injected\nkeyway diff       # Compare local and remote secrets\nkeyway sync       # Sync with external providers\nkeyway scan       # Scan for leaked secrets\nkeyway doctor     # Run environment checks\n```\n\n## Runtime Injection (Zero-Trust)\n\nInstead of writing secrets to a `.env` file on disk, you can inject them directly into your application process. This is more secure as secrets never touch the disk.\n\n```bash\n# Run with default environment (development)\nkeyway run -- npm run dev\n\n# Run with specific environment\nkeyway run --env production -- python3 script.py\n\n# Run a compiled binary\nkeyway run -- ./my-app\n```\n\n## Environment Variables\n\n- `KEYWAY_API_URL` - Override API URL (default: https://api.keyway.sh)\n- `KEYWAY_TOKEN` - Authentication token (for CI)\n- `KEYWAY_DISABLE_TELEMETRY=1` - Disable anonymous analytics\n\n## Development\n\n### Prerequisites\n\n- Go 1.22+\n\n### Build\n\n```bash\n# Build for current platform\nmake build\n\n# Build for all platforms\nmake build-all\n\n# Run directly\nmake run ARGS=\"--version\"\nmake run ARGS=\"pull --env production\"\n```\n\n### Test\n\n```bash\nmake test\nmake test-coverage\n```\n\n### Install locally\n\n```bash\nmake install\n```\n\n### Release\n\nReleases are automated via GoReleaser when a tag is pushed:\n\n```bash\ngit tag v0.1.0\ngit push origin v0.1.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeywaysh%2Fcli-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeywaysh%2Fcli-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeywaysh%2Fcli-go/lists"}