SkillAgentSearch skills...

Vagrun

Commmand-line tool that helps start and configure a PHP Vagrant from scratch

Install / Use

/learn @flowingis/Vagrun
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Vagrun

Vagrun is a command-line tool that helps you to start and configure a PHP Vagrant machine from scratch. Vagrun is based on vagrant-php-template project.

Please, take a look at documentation for further information and examples.

Build Status codecov.io

Requirements

PHP 5.4.0 or above.

Installation

curl http://ideatosrl.github.io/vagrun/vagrun.phar > your/path/vagrun.phar

Global installation

sudo mv your/path/vagrun.phar /usr/local/bin/vagrun

Usage

Initialization

vagrun init [--path=/your/path]

Configuration

vagrun config [--path=/your/path]

Erase installation

WARNING: use this command at your own risk

The following code will delete all the configuration files and the directory .vagrant

vagrun cleanup [--path=/your/path]

If you are sure to delete vagrant configuration and .vagrant directory you could use the option --force to erase the installation without being prompted for confirmation.

Authors

License

Vagrun is licensed under the MIT License - see the LICENSE file for details.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated5y ago
Forks0

Languages

PHP

Security Score

75/100

Audited on Jul 23, 2020

No findings