automate icon indicating copy to clipboard operation
automate copied to clipboard

Failed deploy with --quiet parameter

Open ariews opened this issue 3 years ago • 0 comments

$ automate deploy -h
Description:
  Start remote deployment.

Usage:
  deploy [options] [--] <platform> [<gitRef>]

Arguments:
  platform              Platform name
  gitRef                Branch or tag name

Options:
  -c, --config=CONFIG   Configuration file path [default: ".automate.yml"]
  -f, --force           Force to deploy
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
$ automate deploy --quiet development

In DeployCommand.php line 67:

  Deployment failed


deploy [-c|--config CONFIG] [-f|--force] [--] <platform> [<gitRef>]

info:

$ automate -V
Automate version 3.1 build 8c7057877653d7f047b07af6b551d56eba2fc37d
$ uname -a
Darwin Aries-MacBook-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
$ php -v
PHP 7.4.20 (cli) (built: Jun  4 2021 03:32:07) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.20, Copyright (c), by Zend Technologies

ariews avatar Jun 25 '21 04:06 ariews