{"id":17963469,"url":"https://github.com/gmourier/preshot","last_synced_at":"2025-03-25T05:32:17.823Z","repository":{"id":41511034,"uuid":"509966753","full_name":"gmourier/preshot","owner":"gmourier","description":"🔧 A simple command set to accompany a deterministic use of Meilisearch API keys.","archived":false,"fork":false,"pushed_at":"2022-08-27T14:27:58.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T09:13:55.943Z","etag":null,"topics":["automation","cli","continous-deployment","meilisearch"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gmourier.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":"2022-07-03T08:37:26.000Z","updated_at":"2023-11-26T11:57:07.000Z","dependencies_parsed_at":"2022-09-21T11:20:19.054Z","dependency_job_id":null,"html_url":"https://github.com/gmourier/preshot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmourier%2Fpreshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmourier%2Fpreshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmourier%2Fpreshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmourier%2Fpreshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmourier","download_url":"https://codeload.github.com/gmourier/preshot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245407628,"owners_count":20610230,"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":["automation","cli","continous-deployment","meilisearch"],"created_at":"2024-10-29T11:38:17.243Z","updated_at":"2025-03-25T05:32:17.518Z","avatar_url":"https://github.com/gmourier.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple command set to accompany a deterministic use of Meilisearch API keys.\n\n## Overview\n\n```bash\nSUBCOMMANDS:\n    discover-keys     Discover key fields value for a list of UIDs and a master key\n    generate-keys     Generate (uid, key) tuples\n    generate-uuids    Generate uuid(s) V4\n    help              Print this message or the help of the given subcommand(s)\n```\n\n## discover-keys\n\n```bash\npreshot discover-keys masterKey d7d30ffe-ec60-484f-84f8-1c8b7d0ac352 c5a18797-621c-42b5-81bd-23fbf0202364\n```\n\n```bash\n uid                                  | 🔑 key\n d7d30ffe-ec60-484f-84f8-1c8b7d0ac352 | 623359df9ea4d4a6c676c329c793191601ce7dd15541c2394277eae26aeedf1e\n c5a18797-621c-42b5-81bd-23fbf0202364 | 9decc7baffbed2fa9b9cfa599c3d72ecf8db3fad02b65941caa378e824299482\n ```\n\n```bash\nDiscover key fields value for a list of UIDs and a master key\n\nUSAGE:\n    preshot discover-keys \u003cMASTER_KEY\u003e [UIDS]...\n\nARGS:\n    \u003cMASTER_KEY\u003e    Meilisearch master key\n    \u003cUIDS\u003e...       API key uids\n```\n\n## generate-keys\n\n```bash\npreshot generate-keys masterKey 3\n```\n\n```bash\n uid                                  | 🔑 key\n 3cc1b0bf-cd20-4a9e-b6b3-f807dc084809 | 573570a095d46fd53ca10419d7ecc01e7247215a2644dbf5d706c0b06eaa02cd\n 9d92afc7-cc0c-48d9-80da-eb5af536407b | c6709163458f20017fe085ce8e89053b17a3a8e710eaa203a96dcc83b7228c90\n 89292f1b-83ac-4e96-a414-814e85c99b52 | 73491c15fd8dc77ad82a44eee0802c3faf27b639a4c08baf782f366af9f12832\n```\n\n```bash\nGenerate (uid, key) tuples\n\nUSAGE:\n    preshot generate-keys \u003cMASTER_KEY\u003e [COUNT]\n\nARGS:\n    \u003cMASTER_KEY\u003e    Meilisearch master key\n    \u003cCOUNT\u003e         Number of (uid, key) tuple to generate [default: 1]\n```\n\n## generate-uuids\n\n```bash\npreshot generate-uuids 3\n```\n\n```bash\n8b566165-1cb5-4b8d-890a-23e0c9d670b6\ncc339590-86cd-4f42-b06e-faee781cff05\nb94505dd-2ed0-4c6c-a079-088e93bceb26\n```\n\n```bash\nGenerate uuid(s) V4\n\nUSAGE:\n    preshot generate-uuids [COUNT]\n\nARGS:\n    \u003cCOUNT\u003e    Number of uuids V4 to generate [default: 1]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmourier%2Fpreshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmourier%2Fpreshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmourier%2Fpreshot/lists"}