porter icon indicating copy to clipboard operation
porter copied to clipboard

Spin up your development background processes with ease 🪄

Results 10 porter issues
Sort by recently updated
recently updated
newest added

I'm having an issue where the services aren't running, Porter thinks they aren't running, but then can't start them because it thinks they are running. ``` manavo@MacBook-Pro ~ % porter...

I felt that it would be helpful to be able to specify one or more services to tail, rather than having to either do all or go through an interactive...

Currently, the `tail` command calls `$this->line($line)`, which in turn calls `$this->getOutput()->writeln($line)`. Since the log file is being read with `fgets()`, `$line` includes the ending newline character. Passing this to `writeln()`...

I get an error whenever I try to run porter: ``` $ porter PHP Parse error: syntax error, unexpected token ")" in phar:///home/ubuntu/.config/composer/vendor/anystack-sh/porter/builds/porter/vendor/symfony/finder/Finder.php on line 636 ```

Much the same way we can restart specific services, can we have a way to stop them? Use case: I have a bunch of different services running that my API...

Hello, I installed `chokidar` globally per the docs, however, executing the `porter watch` command yields the following error: ``` Watcher process has terminated. Please ensure Node and chokidar are installed....

question

Hello! I followed the instructions in the docs: 1. Installed software 2. Executed `porter init` 3. Modified `porter.yaml` 4. Executed `porter add` and then I received the following error: ```...

question

When running an npm script, I get an extra blank line after each line of output. I don't have time to test it myself right now, but I would guess...

enhancement

Not a bug, but it would be nice to have some sort of "status indicator" that shows that Porter is currently running. Essentially what you have when you run `php...

enhancement

I'll figure out how to contribute here, but it'd be cool to namespace projects and be able to do `porter start [namespace]` I have two different projects and `porter start`...