Git Product home page Git Product logo

laravel-post-deploy-commands's People

Contributors

daverdalas avatar lutomski avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

danielzzz

laravel-post-deploy-commands's Issues

Add command to mark commands ass completed

Sometimes you need to run deplaoy commands on your local enviroment, but commands may use data/code which doesn't exists on current version of app, and running them causes error (eg. table not found ๐Ÿ˜€).
I think good solution to this will be adding a command to mark all/some tests as done, somthing like
php artisan deploy-commands:mark-completed [--name]

command fails with --pretend on laravel8

hi, thanks for this package.

it seems to be failing with the --pretend switch when running on v8

I am getting this:

php artisan deploy-commands:run --pretend
Commands table created successfully.

  Error 

  Call to a member function writeln() on null

  at vendor/laravel/framework/src/Illuminate/Console/Concerns/InteractsWithIO.php:297
    293โ–•     public function line($string, $style = null, $verbosity = null)
    294โ–•     {
    295โ–•         $styled = $style ? "<$style>$string</$style>" : $string;
    296โ–• 
  โžœ 297โ–•         $this->output->writeln($styled, $this->parseVerbosity($verbosity));
    298โ–•     }
    299โ–• 
    300โ–•     /**
    301โ–•      * Write a string as comment output.

  1   database/commands/2022_02_14_150236_test_command.php:17
      Illuminate\Console\Command::line()

      +23 vendor frames 
  25  artisan:37
      Illuminate\Foundation\Console\Kernel::handle()


the "regular" command runs fine.

thanks, best, dan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.