Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Add bin/console task for Symfony #1126

Open
veewee opened this issue Feb 28, 2024 · 0 comments
Open

[Task] Add bin/console task for Symfony #1126

veewee opened this issue Feb 28, 2024 · 0 comments

Comments

@veewee
Copy link
Contributor

veewee commented Feb 28, 2024

Q A
Version next
Bug? no
New feature? yes
Question? no
Documentation? no
Related tickets

Provide a task that makes it possible to run Symfony's bin/console with a specific command:

tasks:
  symfony_console:
    command: [ "lint:container", "-vvv"]

This will run : "./bin/console" "lint:container" "-vvv"

If the command fails (non-zero exit code), the grumphp task fails.

Running multiple symfony console commands (in parallel) is already covered:

tasks:
  lint-container:
    command: [ "lint:container", "-vvv"]
    metadata:
      task: symfony_console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant