{"id":22315274,"url":"https://github.com/erran/packer-completion","last_synced_at":"2025-03-26T03:11:23.094Z","repository":{"id":146240180,"uuid":"13879243","full_name":"erran/packer-completion","owner":"erran","description":"Bash completion for packer","archived":false,"fork":false,"pushed_at":"2013-10-26T07:45:27.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T08:47:45.210Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/erran.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}},"created_at":"2013-10-26T06:56:52.000Z","updated_at":"2014-09-05T17:17:21.000Z","dependencies_parsed_at":"2023-03-23T17:46:26.325Z","dependency_job_id":null,"html_url":"https://github.com/erran/packer-completion","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erran%2Fpacker-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erran%2Fpacker-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erran%2Fpacker-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erran%2Fpacker-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erran","download_url":"https://codeload.github.com/erran/packer-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245579674,"owners_count":20638679,"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":[],"created_at":"2024-12-03T22:12:52.592Z","updated_at":"2025-03-26T03:11:23.074Z","avatar_url":"https://github.com/erran.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packer completion\n\nBash completion for [Packer](http://www.packer.io).\n\n* `packer b\u003ctab\u003e # =\u003e packer build`\n* `packer f\u003ctab\u003e # =\u003e packer fix`\n* `packer i\u003ctab\u003e # =\u003e packer inspect`\n* `packer v\u003ctab\u003e # =\u003e packer validate`\n\nTabbing twice with no arguments will return a list of all available commands for completion.\n```bash\npacker \u003ctab\u003e\u003ctab\u003e\n# build fix inspect validate\n```\n\n## Requirements\n* [Packer](http://www.packer.io/docs/installation.html)\n* Bash\n* Bash completion v1.3+ (running 1.1+ should work, but I haven't tested it)\n\n## Installation\n### Mac OS X\n```bash\nbrew tap ipwnstuff/formulae\nbrew install packer-completion\n\n# Then add the script into your .bashrc\nif [ -f `brew --prefix`/etc/bash_completion.d/packer-completion.bash ]; then\n    source `brew --prefix`/etc/bash_completion.d/packer-completion.bash\nfi\n```\n\n### Other\n```bash\nwget https://raw.github.com/ipwnstuff/packer-completion/master/packer-completion.bash -P ~\necho \"source ~/packer-completion.bash\" \u003e\u003e ~/.bashrc`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferran%2Fpacker-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferran%2Fpacker-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferran%2Fpacker-completion/lists"}