Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschaefer/vagrantctl
:neckbeard: vagrantctl - Control the Vagrant virtual machines
https://github.com/tschaefer/vagrantctl
control vagrant
Last synced: 9 days ago
JSON representation
:neckbeard: vagrantctl - Control the Vagrant virtual machines
- Host: GitHub
- URL: https://github.com/tschaefer/vagrantctl
- Owner: tschaefer
- License: bsd-3-clause
- Created: 2016-01-19T09:02:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T20:28:34.000Z (about 3 years ago)
- Last Synced: 2024-11-16T09:20:18.719Z (2 months ago)
- Topics: control, vagrant
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrantctl
vagrantctl - Control the Vagrant virtual machines## Introduction
**vagrantctl** is a simple script to list, start and stop Vagrant managed virtual
machines in a given subfolder. Additional get the status and ssh configuration.## Usage
```
$ vagrantctl -h
usage: vagrantctl [-h] [-b BASE_DIRECTORY] {list,up,halt,status,ssh-config} ...vagrantctl
positional arguments:
{list,up,halt,status,ssh-config}optional arguments:
-h, --help show this help message and exit
-b BASE_DIRECTORY, --base-directory BASE_DIRECTORY
vm base directory
```The base-directory can also be configured within a configuration file
*.vagrantctl* located in the user home directory.
```
[vagrantctl]
base-directory=/Users/tschaefer/.vagrant.d/container
```## License
[BSD 3-clause](http://choosealicense.com/licenses/bsd-3-clause/)
## Is it any good?
[Yes](https://news.ycombinator.com/item?id=3067434)