项目作者: rap2hpoutre

项目描述 :
Laravel deployer
高级语言: Rust
项目地址: git://github.com/rap2hpoutre/facteur.git
创建时间: 2016-11-14T16:15:33Z
项目社区:https://github.com/rap2hpoutre/facteur

开源协议:MIT License

下载


Facteur

Facteur helps you to install, deploy, and rollbak Laravel applications.

Usage

  1. USAGE:
  2. facteur [FLAGS] [SUBCOMMAND]
  3. FLAGS:
  4. -h, --help Prints help information
  5. -p, --pretend Run a simulation (don't do anything)
  6. -v Sets the level of verbosity
  7. -V, --version Prints version information
  8. SUBCOMMANDS:
  9. help Prints this message or the help of the given subcommand(s)
  10. init Initialization of a Laravel application
  11. deploy Deploy a Laravel application (previously initialized)
  12. rollback Rollback to previous release

Init

Initialization of a Laravel application

  1. USAGE:
  2. facteur init <DIRECTORY> <GIT_REPOSITORY>
  3. FLAGS:
  4. -h, --help Prints help information
  5. -V, --version Prints version information
  6. ARGS:
  7. <DIRECTORY> The directory of your web app
  8. <GIT_REPOSITORY> Sets the input file to use

Deploy

Deploy a Laravel application (previously initialized)

  1. USAGE:
  2. facteur deploy <DIRECTORY> <GIT_REPOSITORY>
  3. FLAGS:
  4. -h, --help Prints help information
  5. -V, --version Prints version information
  6. ARGS:
  7. <DIRECTORY> The directory of your web app
  8. <GIT_REPOSITORY> Sets the input file to use

Rollback

Rollback to previous release

  1. USAGE:
  2. facteur rollback <DIRECTORY>
  3. FLAGS:
  4. -h, --help Prints help information
  5. -V, --version Prints version information
  6. ARGS:
  7. <DIRECTORY> The directory of your web app