{"id":16725254,"url":"https://github.com/unfor19/parzival","last_synced_at":"2026-02-26T16:05:54.928Z","repository":{"id":65210891,"uuid":"407076507","full_name":"unfor19/parzival","owner":"unfor19","description":"A CLI that can get/set more than 10 SSM Parameters by path in a single command.","archived":false,"fork":false,"pushed_at":"2022-05-09T10:19:41.000Z","size":77,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T10:37:49.583Z","etag":null,"topics":["aws","copy","export","import","migrate","ssm","values"],"latest_commit_sha":null,"homepage":"https://meirg.co.il","language":"Go","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/unfor19.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}},"created_at":"2021-09-16T08:01:17.000Z","updated_at":"2023-12-24T14:05:58.000Z","dependencies_parsed_at":"2023-01-16T15:00:15.892Z","dependency_job_id":null,"html_url":"https://github.com/unfor19/parzival","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/unfor19/parzival","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fparzival","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fparzival/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fparzival/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fparzival/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unfor19","download_url":"https://codeload.github.com/unfor19/parzival/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfor19%2Fparzival/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795402,"owners_count":23665231,"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","copy","export","import","migrate","ssm","values"],"created_at":"2024-10-12T22:48:30.925Z","updated_at":"2026-02-26T16:05:49.907Z","avatar_url":"https://github.com/unfor19.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parzival\n\n[![release-workflow](https://github.com/unfor19/parzival/actions/workflows/release.yml/badge.svg)](https://github.com/unfor19/parzival/actions/workflows/release.yml) [![release](https://img.shields.io/github/v/release/unfor19/parzival?color=green\u0026label=release\u0026logo=go)](https://github.com/unfor19/parzival/releases/latest) [![pre-release](https://img.shields.io/github/v/release/unfor19/parzival?color=orange\u0026include_prereleases\u0026label=pre-release\u0026logo=go)](https://github.com/unfor19/parzival/releases)\n\nA CLI that can get/set more than 10 SSM Parameters by path in a single command.\n\nI wrote this project to solve the challenge of managing high number of SSM parameter values. I'll soon publish a blog post about the subject, meanwhile, you can check my [unfor19/terraform-aws-ssm-parameters](https://github.com/unfor19/terraform-aws-ssm-parameters) Terraform module. The Terraform module is used for creating/delete (schema) SSM Parameters, and this project, parzival, is used for managing the **values** of SSM Parameters.\n\n## Getting Started\n\n1. Download the binary file from the releases page, for example [0.0.3](https://github.com/unfor19/parzival/releases/tag/0.0.3)\n   - macOS - Intel chips\n    ```bash\n    PARZIVAL_OS=\"darwin\" \u0026\u0026 \\\n    PARZIVAL_ARCH=\"amd64\" \u0026\u0026 \\\n    PARZIVAL_VERSION=\"0.0.3\" \u0026\u0026 \\\n    curl -sL -o parzival \"https://github.com/unfor19/parzival/releases/download/${PARZIVAL_VERSION}/parzival_${PARZIVAL_VERSION}_${PARZIVAL_OS}_${PARZIVAL_ARCH}\"\n    ```\n   - macOS - M1 chips\n    ```bash\n    PARZIVAL_OS=\"darwin\" \u0026\u0026 \\\n    PARZIVAL_ARCH=\"arm64\" \u0026\u0026 \\\n    PARZIVAL_VERSION=\"0.0.3\" \u0026\u0026 \\\n    curl -sL -o parzival \"https://github.com/unfor19/parzival/releases/download/${PARZIVAL_VERSION}/parzival_${PARZIVAL_VERSION}_${PARZIVAL_OS}_${PARZIVAL_ARCH}\"\n    ```    \n   - Linux - amd64\n    ```bash\n    PARZIVAL_OS=\"linux\" \u0026\u0026 \\\n    PARZIVAL_ARCH=\"amd64\" \u0026\u0026 \\\n    PARZIVAL_VERSION=\"0.0.3\" \u0026\u0026 \\\n    curl -sL -o parzival \"https://github.com/unfor19/parzival/releases/download/${PARZIVAL_VERSION}/parzival_${PARZIVAL_VERSION}_${PARZIVAL_OS}_${PARZIVAL_ARCH}\"\n    ```\n   - [Windows WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10) - 386\n    ```bash\n    PARZIVAL_OS=\"linux\" \u0026\u0026 \\\n    PARZIVAL_ARCH=\"386\" \u0026\u0026 \\    \n    PARZIVAL_VERSION=\"0.0.3\" \u0026\u0026 \\\n    curl -sL -o parzival \"https://github.com/unfor19/parzival/releases/download/${PARZIVAL_VERSION}/parzival_${PARZIVAL_VERSION}_${PARZIVAL_OS}_${PARZIVAL_ARCH}\"\n    ```\n2. Set permissions to allow execution of `parzival` binary and move to `/usr/local/bin` dir \n   ```bash\n   chmod +x parzival \u0026\u0026 \\\n   sudo mv parzival \"/usr/local/bin/parzival\"\n   ```\n3. Get SSM Parameters by path\n   ```bash\n   parzival get --region \"us-east-1\" \\\n        --output-file-path \".dev_parameters.json\" \\\n        --parameters-path \"/myapp/dev/\"\n   ```\n4. Set SSM Parameters according to the output of `Get`\n   ```bash\n   parzival set --region \"us-east-1\" \\\n        --input-file-path \".dev_parameters.json\" \\\n        --prefix-to-replace \"/myapp/dev/\" \\\n        --parameters-path \"/myapp/stg/\"\n   ```\n\n\n## Local Development\n\n\u003cdetails\u003e\n\n\u003csummary\u003eExpand/Collapse\u003c/summary\u003e\n\nFor local development, we'll use the following services\n\n- [localstack](https://github.com/localstack/localstack) - A fully functional local cloud (AWS) stack\n\n### Requirements\n\n- [Golang 1.16+](https://golang.org/doc/install)\n- [Docker](https://docs.docker.com/get-docker/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) - As part of the test suite, AWS CLI invokes `ssm put-parameter ...`\n### Development Process\n\n#### Initial Setup For Golang\n\n1. Place the source code at `$HOME/go/src/github.com/unfor19/parzival`\n\n2. Add the following to `${HOME}/.bash_profile` or `${HOME}/.bashrc`\n    ```bash\n    export GOPATH=$HOME/go\n    export GOROOT=/usr/local/opt/go/libexec\n    export PATH=$PATH:$GOPATH/bin:$GOROOT/bin\n    ```\n\n#### Run\n\n```\nmake up-localstack \u0026\u0026 \\\n    go run . get --localstack\n```\n\n#### Build\n\n```bash\nmake build\n```\n\n#### Test\n\n```bash\nmake test\n```\n\nSkip SSM Parameter creation by setting before running tests\n\n```bash\nexport SKIP_PARAM_CREATION=\"true\" \u0026\u0026 \\\nmake test\n```\n\n\u003c/details\u003e\n\n\n## Authors\n\nCreated and maintained by [Meir Gabay](https://github.com/unfor19)\n\n## License\n\nThis project is licensed under the Apache License - see the [LICENSE](https://github.com/unfor19/parzival/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfor19%2Fparzival","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funfor19%2Fparzival","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfor19%2Fparzival/lists"}