🍺 BREW Explorer

← all formulae

chamber

brew install chamber v3.1.5 MIT

CLI for managing secrets through AWS SSM Parameter Store

147
30-day installs · #2972
487
90-day · #2918
2.5k
365-day · #2566
2.6k
★ GitHub stars · updated 6mo ago

Build dependencies

go

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "CLI for managing secrets through AWS SSM Parameter Store",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:18+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "chamber",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-02-06T22:59:12Z",
  "github_readme_excerpt": "# Chamber\n\nChamber is a tool for managing secrets. Currently it does so by storing\nsecrets in SSM Parameter Store, an AWS service for storing secrets.\n\nFor detailed info about using chamber, please read\n[The Right Way To Manage Secrets](https://aws.amazon.com/blogs/mt/the-right-way-to-store-secrets-using-parameter-store/)\n\n## v3.0 Breaking Changes\n\n* **Use of the SSM Parameter Store\u0027s path-based API is now required.** Support\n  added in v2.0 to avoid it has been removed. The `CHAMBER_NO_PATHS` environment\n  variable no longer has any effect. You must migrate to the new storage format\n  using the instructions below, using a 2.x version of chamber.\n* **The `--min-throttle-delay` option no longer has any effect.** Support for\n  specifying a minimum throttle delay has been removed from the underlying AWS\n  SDK with no direct replacement. Instead, set the new `--retry-mode` option to\n  \"adaptive\" to use an experimental model that accounts for throttling errors.\n* **Context arguments are required for `Store` methods.** This is a consequence\n  of migrating to a new AWS SDK. This change has no effect for CLI users, but\n  those using chamber as a library must update their code to pass contexts.\n* **The deprecated `NewS3Store` constructor has been removed.** Use\n  `NewS3StoreWithBucket` instead.\n\n## v2.0 Breaking Changes\n\nStarting with version 2.0, chamber uses parameter store\u0027s path based API by default.\nChamber pre-2.0 supported this API using the `CHAMBER_USE_PATHS` environment variable.\nThe paths based API has performance benefits and is the recommended best practice\nby AWS.\n\nAs a side effect of this change, if you didn\u0027t use path based secrets before 2.0,\nyou will need to set `CHAMBER_NO_PATHS` to enable the old behavior. This option\nis deprecated, and We recommend only using this setting for supporting existing\napplications.\n\nTo migrate to the new format, you can take advantage of the `export` and `import`\ncommands. For example, if you wanted to convert secrets for serv",
  "github_repo": "segmentio/chamber",
  "github_stars": 2602,
  "github_topics": [],
  "homepage": "https://github.com/segmentio/chamber",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 147,
  "installs_365d": 2537,
  "installs_90d": 487,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "chamber",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2972,
  "rank_365d": 2566,
  "rank_90d": 2918,
  "raw_hash": "b6dadd672b445ec3",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/chamber.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "3.1.5",
  "versioned_formulae": [],
  "why_use_this": null
}