{"id":18217330,"url":"https://github.com/nabeken/psadm","last_synced_at":"2025-04-02T21:30:55.051Z","repository":{"id":53612598,"uuid":"82822193","full_name":"nabeken/psadm","owner":"nabeken","description":"A library and a command-line tool for managing AWS Systems Manager Parameter Store","archived":false,"fork":false,"pushed_at":"2025-03-28T22:17:11.000Z","size":365,"stargazers_count":4,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T23:24:57.824Z","etag":null,"topics":["aws","ec2","go","ssm"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nabeken.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":"2017-02-22T15:44:33.000Z","updated_at":"2025-03-28T22:16:42.000Z","dependencies_parsed_at":"2024-05-10T18:37:38.523Z","dependency_job_id":"4371acaf-f04a-46cf-9299-0867c6ecb22a","html_url":"https://github.com/nabeken/psadm","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeken%2Fpsadm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeken%2Fpsadm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeken%2Fpsadm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeken%2Fpsadm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nabeken","download_url":"https://codeload.github.com/nabeken/psadm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246895643,"owners_count":20851307,"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":["aws","ec2","go","ssm"],"created_at":"2024-11-03T17:04:49.594Z","updated_at":"2025-04-02T21:30:55.040Z","avatar_url":"https://github.com/nabeken.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psadm\n\n[![Go](https://github.com/nabeken/psadm/actions/workflows/go.yml/badge.svg)](https://github.com/nabeken/psadm/actions/workflows/go.yml)\n\n`psadm` is a library and a command-line tool for AWS Systems Manager Parameter Store.\n\nThe command-line application provides the import and export features for [SSM Parameter Store](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/systems-manager-paramstore.html) via the library.\n\n## Features\n\n`psadm` provides the API client with the following additional feature to aws-sdk-go's one:\n- easy to use\n- [patrickmn/go-cache](https://github.com/patrickmn/go-cache) integration with automatic refresh\n\n## Use-case\n\n- use with Lambda functions\n- use with daemon on initializaton\n\n## Library\n\n`v3` now requires Go 1.23.0 or higher.\n\n```sh\ngo get github.com/nabeken/psadm/v3\n```\n\n`v2` version supports aws-sdk-go-v2.\n\n```sh\ngo get github.com/nabeken/psadm/v2\n```\n\nIf you want to use the library with `aws-sdk-go`, please use v0 version.\n\n```sh\ngo get github.com/nabeken/psadm\n```\n\n## Command-line installation\n\n```sh\ngo get -u github.com/nabeken/psadm/v2/cmd/psadm\n```\n\n### Usage\n\nTo export parameters in YAML to STDOUT:\n\n```sh\npsadm export [--key-prefix=PREFIX] \u003e exported.yml\n```\n\nNote: All `SecureString` parameters are decrypted.\n\nTo import from exported parameters in YAML:\n\n```sh\npsadm import [--dryrun] [--skip-exist] [--overwrite] [--default-kms-key-id=KMS-KEY-ID] exported.yml\n```\n\nTo get a parameter at give time in YAML:\n```\npsadm get [--at=TIME] KEY\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabeken%2Fpsadm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnabeken%2Fpsadm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabeken%2Fpsadm/lists"}