{"id":18659090,"url":"https://github.com/devvoh/vagrant-manager","last_synced_at":"2025-11-06T00:30:40.778Z","repository":{"id":82087980,"uuid":"182997886","full_name":"devvoh/vagrant-manager","owner":"devvoh","description":"A simple php-based vagrant manager script","archived":false,"fork":false,"pushed_at":"2019-07-17T08:45:29.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T15:30:31.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/devvoh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-23T11:11:10.000Z","updated_at":"2019-07-17T08:45:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f9e1125-61c6-471c-bcd3-bad61aac367f","html_url":"https://github.com/devvoh/vagrant-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvoh%2Fvagrant-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvoh%2Fvagrant-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvoh%2Fvagrant-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvoh%2Fvagrant-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devvoh","download_url":"https://codeload.github.com/devvoh/vagrant-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239477267,"owners_count":19645320,"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-11-07T07:35:42.608Z","updated_at":"2025-11-06T00:30:40.720Z","avatar_url":"https://github.com/devvoh.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README #\n\n`vm` is a simple little tool that makes working with multiple vagrant boxes much easier. It can be run from any directory (once set up to be used globally).\n\nTo use it globally:\n\n```bash\nsudo ln -s /full/path/to/vagrant-manager/vm /usr/local/bin/vm\n```\n\nYou'll also need to run `composer install` in the directory where vagrant-manager is placed.\n\nYou can now run it from anywhere, and pulling the latest code from git is painless.\n\nThen you can run it like so:\n\n```bash\nvm list\n```\n\nTo reload all currently running boxes:\n\n```bash\nvm reload-all\n```\n\nAnd for all `-all` commands, you can add a filter option:\n\n```bash\nvm reload-all --filter=part\n```\n\n#### Default values\n\n`vm` will pick up on two env values. `VM_DEFAULT_COMMAND` and `VM_DEFAULT_BOX`. If you export those in your shell, they will be picked up and applied where necessary.\n\nIf you set these to:\n\n```bash\nVM_DEFAULT_BOX=box VM_DEFAULT_COMMAND=ssh\n```\n\nThen running `vm` without arguments will `ssh` into `box`.\n\nIf you run `vm halt`, it'll do so on `box`.\n\n#### To-do\n1. Make the default flow recognize whether it's a machine or command. This would mean that `vm box` would `ssh` into it, and `vm halt` would `halt` box.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvoh%2Fvagrant-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevvoh%2Fvagrant-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvoh%2Fvagrant-manager/lists"}