Use Task instead of Command
See original GitHub issue
Top Results From Across the Web
Tasks in Visual Studio Code
You can create user level tasks that are not tied to a specific workspace or folder using the Tasks: Open User Tasks command....
Read more >Use the at command to schedule tasks - Windows Client
Describes how to use the at command to create and to cancel scheduled tasks.
Read more >Using Task.Run in Conjunction with Async/Await | Pluralsight
Run with an I/O operation, you're creating a thread (and probably occupying a CPU core) that will mostly be waiting.
Read more >Differences and similarities between Tasks and Commands in ...
A “command” looks similar to a task: it's a named operation that can be executed from the sbt console. So for now I...
Read more >task - Cypress Documentation
The task plugin event handler can return a value or a promise. The command will fail if undefined is returned or if the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

that’s because I don’t think
dockerComposeTestis a good way to do it. We usedockerComposeUpto bring up the docker compose fleet and then run integration and functional tests against those containers.ok, reading 27 it sounds like you haven’t discovered http://www.scala-sbt.org/0.13/docs/Howto-Dynamic-Task.html
I have also been guilty of using
Commandto “get it done” but almost everything is better as aTask.