定制 web6-agency/six-cli 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

web6-agency/six-cli

最新稳定版本:v1.1.5

Composer 安装命令:

composer require web6-agency/six-cli

包简介

Cli tools for controlling 6admin

README 文档

README

This package is part of 6admin package.

Installation

composer global require "web6-agency/six-cli:dev-master"

Setup

After installation completed, you can access the six cli from bin folder.

~/composer/vendor/bin/six

You may create alias for quick access the six cli, or export the bin path to your ~/.bashrc file.

alias six="vendor/bin/six"

export PATH="vendor/bin:$PATH"

On windows terminal emulator like cmder you can make an alias like that

alias six=C:\Users\<USERNAME>\AppData\Roaming\Composer\vendor\bin\six.bat $1 $2 $3 $4 $5

Usage

There is some command you can use for controling 6admin installation. You may also show all available command using six command without params.

$ six

Commands for creating / configuring a project

# Start the project installer wizard
six project:wizard
	
	# Create a new 6admin project based on private repo
	six project:create
	
	# Configure projet (database etc ...)
	six project:configure
	
	# Setup projet (Install modules, update composer, and module:install)
	six project:setup	

Commands for managing cms modules :

# List all available six modules
six module

# Download a module if not downloaded and run installation (with example seeds or not)
six module:install [module_name] [--example-seeds]

# Only download a module without installing it
six module:download [module_name]

# Uninstall module by running uninstallation script and then delete the module folder
six module:uninstall [module_name]

# Refresh a module by running uninstall / reinstall each modules
six module:refresh [module_name]

# Temporary disable a module
six module:disable [module_name]

# Enable a disabled module
six module:enable [module_name]

# Pulling / Pushing modifications from / to module repository
six module:sync [module_name]

# Pulling modifications from module repository
six module:pull [module_name]

# Pushing modifications to module repository
six module:push [module_name]

统计信息

  • 总下载量: 56
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: WTFPL
  • 更新时间: 2015-01-29