{"id":13905744,"url":"https://github.com/fgrehm/vagrant-global-status","last_synced_at":"2025-07-18T03:31:18.548Z","repository":{"id":9985820,"uuid":"12015211","full_name":"fgrehm/vagrant-global-status","owner":"fgrehm","description":"[DEPRECATED] A proof of concept Vagrant plugin that keeps track of vagrant machines and provides a command for listing the status of all known machines.","archived":true,"fork":false,"pushed_at":"2014-03-15T13:43:45.000Z","size":314,"stargazers_count":61,"open_issues_count":2,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-31T14:46:28.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"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/fgrehm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-10T03:51:51.000Z","updated_at":"2023-03-26T16:48:23.000Z","dependencies_parsed_at":"2022-09-02T16:59:52.981Z","dependency_job_id":null,"html_url":"https://github.com/fgrehm/vagrant-global-status","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-global-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-global-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-global-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-global-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgrehm","download_url":"https://codeload.github.com/fgrehm/vagrant-global-status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226336659,"owners_count":17608868,"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-08-06T23:01:22.740Z","updated_at":"2024-11-25T13:31:45.003Z","avatar_url":"https://github.com/fgrehm.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# vagrant-global-status\n\nA proof of concept [Vagrant](http://www.vagrantup.com/) plugin that keeps\ntrack of vagrant machines and provides a command for listing the status of all\nknown machines.\n\n**NOTICE: This plugin is no longer being maintained as its functionality [has been implemented on Vagrant core](https://github.com/mitchellh/vagrant/pull/3225) and will be available with Vagrant 1.6+.**\n\n## Installation\n\nMake sure you have Vagrant 1.1+ and run:\n\n```\nvagrant plugin install vagrant-global-status\n```\n\n## Usage\n\n```\nvagrant global-status [--all]\n\n    -a, --all       Displays information about all machines (instead of just the active ones)\n    -h, --help      Print this help\n```\n\n## How does it work?\n\nWhenever you `vagrant up` a VM, the plugin will register the machine name and\npath to its `Vagrantfile` on a global state file under `~/.vagrant.d`. That\nis enough information for the `global-status` command to do its job and parse\nmachine's statuses.\n\nAfter a `vagrant destroy`, the VM will get removed from the global state file\nand will no longer show up by default on `vagrant global-status` unless you pass\nin `-a` to it.\n\nBesides that, the plugin is smart enough to detect [multiple combinations](lib/vagrant-global-status/global_environment.rb)\nof Vagrant environments and is able to get the status for a machine that is\nused for development of a Vagrant plugin using Bundler.\n\n## Current limitations / ideas for contributions\n\n* Keeps track of active vagrant-lxc and VirtualBox VMs only\n* Detect orphaned machines\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgrehm%2Fvagrant-global-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgrehm%2Fvagrant-global-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgrehm%2Fvagrant-global-status/lists"}