{"id":15090929,"url":"https://github.com/mungell/vgm","last_synced_at":"2025-10-06T10:30:37.825Z","repository":{"id":57392002,"uuid":"61433502","full_name":"MunGell/vgm","owner":"MunGell","description":"Vagrant Manager – command-line tool to simplify management of vagrant boxes","archived":true,"fork":false,"pushed_at":"2016-10-22T17:05:17.000Z","size":34,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T01:18:26.384Z","etag":null,"topics":["cli","convenient","homestead","vagrant","vagrant-commands"],"latest_commit_sha":null,"homepage":"https://mungell.github.io/vgm","language":"JavaScript","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/MunGell.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":"2016-06-18T12:57:19.000Z","updated_at":"2023-01-28T05:51:11.000Z","dependencies_parsed_at":"2022-09-19T06:11:09.487Z","dependency_job_id":null,"html_url":"https://github.com/MunGell/vgm","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fvgm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fvgm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fvgm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fvgm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunGell","download_url":"https://codeload.github.com/MunGell/vgm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235519936,"owners_count":19003201,"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":["cli","convenient","homestead","vagrant","vagrant-commands"],"created_at":"2024-09-25T10:34:48.364Z","updated_at":"2025-10-06T10:30:37.511Z","avatar_url":"https://github.com/MunGell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vagrant Manager\n\nA little command line tool to manage many vagrant boxes without changing working directory.\n\n## Installation\n\n```bash\n$ npm install -g vgm\n```\n\n## Getting Started\n\n1. Add your vagrant boxes to the manager with the following command:\n\n```bash\n$ vgm add \u003cname-of-the-box\u003e \u003cpath-to-Vagrantfile-directory\u003e\n```\n\nWhere `\u003cname-of-the-box\u003e` - is any convenient name that you would like to use for your box \nand `\u003cpath-to-Vagrantfile-directory\u003e` is path to where your `Vagrantfile` is stored.\n\n2. Run vagrant commands like this:\n\n```bash\n$ vgm \u003cname-of-the-box\u003e status\n```\n\nThis should show you your box's status.\n\n## Commands\n\n### `vgm add \u003cname\u003e [path]`\n\nAdds virtual machine to the manager\n\n#### Arguments:\n\n- `name` - any convenient name for your virtual machine\n- `path` _(optional)_ - path to Vagrantfile directory, if not present `vgm` will use path to current directory\n\n### `vgm remove \u003cname\u003e`\n\nRemoves virtual machine from the manager configuration\n\n#### Arguments:\n\n- `name` - name of the machine that you want to remove\n\n### `vgm list`\n\nOutputs list of all registered vitrual machines.\n\n### `vgm \u003cname\u003e [cmd]`\n\nRuns vagrant command on a machine\n\n#### Arguments:\n\n- `name` - name of the machine that you want to run the command on\n- `cmd` _(optional)_ - vagrant command, if not present `vgm` will assume `status` command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmungell%2Fvgm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmungell%2Fvgm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmungell%2Fvgm/lists"}