xjchen/alauda
Composer 安装命令:
composer require xjchen/alauda
包简介
alauda php deploy tool
README 文档
README
Introduction
This is a package for managing alauda services in command-line.
Requirement
- PHP >= 5.4.0
- ext-curl
Install
As a Phar
curl -O http://7xjbct.com2.z0.glb.qiniucdn.com/v1.0/alauda.phar
chmod +x alauda.phar
mv alauda.phar /usr/local/bin/alauda
As a Global Composer Install
You must install composer first. Head to Install Composer for details.
composer global require xjchen/alauda:\*@dev
After above command, add compose bin to your path.
export PATH=~/.composer/vendor/bin:$PATH
Usage
Login
alauda login
Logout
alauda logout
List all commands
alauda
Show doc of some command
alauda help command
Comand list
loginLog in to alauda registry serverlogoutLog out from alauda registry serverupDeploy a php web server in alaudaauth:profileGet the profile of a userdb:createCreate a database if not existdb:create-userCreate a database user if not existinstance:describeGet the details of an instanceinstance:listList all instances belong to the applicationrepository:createCreate a new Repositoryrepository:destroyDelete a repository, all tags will be removedrepository:listList all repositoriesrepository:tagsList all tags of a repositoryservice:createCreate a alauda service from your docker-compose.yml fileservice:describeGet the details of an applicationservice:destroyDestroy an service, all instances and related resources will be removedservice:listList all services in a namespaceservice:logsGet service log
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-24