joestewart/robo-vagrant
Composer 安装命令:
composer require joestewart/robo-vagrant
包简介
Vagrant tasks for Robo Task Runner
README 文档
README
Vagrant tasks for Robo Task Runner
This package provides Robo tasks for the following vagrant commands:
box manages boxes: installation, removal, etc.
destroy stops and deletes all traces of the vagrant machine
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
plugin manages plugins: install, uninstall, update, etc.
port displays information about guest port mappings
package packages a running vagrant environment into a box
provision provisions the vagrant machine
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
version prints current and latest Vagrant version
##Installation
composer require joestewart/robo-vagrant
##Usage
<?php
class RoboFile extends \Robo\Tasks
{
use \JoeStewart\Robo\Task\Vagrant\loadTasks;
...
?>
##Example
public function vagrantUp($arg = '')
{
$result = $this->taskVagrantUp()->arg($arg)->run();
return $result;
}
Predefined Commands
<?php
class RoboFile extends \Robo\Tasks
{
use \JoeStewart\Robo\Task\Vagrant\loadTasks;
use \JoeStewart\Robo\Task\Vagrant\Command\Vagrant;
...
?>
Now list the avaliable commands using
./vendor/bin/robo list
##Credit
Thanks to Robo.li, greg-1-anderson and boedah for example robo code.
joestewart/robo-vagrant 适用场景与选型建议
joestewart/robo-vagrant 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 128.72k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2016 年 06 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 joestewart/robo-vagrant 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 joestewart/robo-vagrant 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 128.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 18
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-17