Commit graph

11 commits

Author SHA1 Message Date
d289a01f3a Don't need to pass multiple arguments as a string
`./bin/console run -- --e prod --port 8001` now works without wrapping
multiple arbitrary arguments within a string.
2024-03-12 23:59:26 +00:00
f94736183e Allow for arbitrary arguments
Remove the `--args` option and allow for arbitrary arguments.
2024-03-12 21:26:04 +00:00
4ebfd9333a Use annotations and autoconfiguration
Use the `AsCommand` annotation to automatically register commands as
services and automatically add them to `./bin/console` instead of adding
them manually.
2024-02-26 21:10:56 +00:00
d6f04371eb Add descriptions to commands 2024-02-25 16:46:36 +00:00
5d32389606 Rename --extra-args to --args 2024-02-25 13:58:12 +00:00
90e5e109e8 Fix autowiring error 2024-02-23 16:21:15 +00:00
ccbae0ed36 Add and use an action to get the project language 2024-02-23 14:47:28 +00:00
c5248bb061 Add initial JavaScript/TypeScript support
Add JS/TS support to `versa install`.

Run `npm install`, `yarn` or `pnpm install` based on which files are
present in the project.
2024-02-21 23:32:59 +00:00
084f6fb3c7 Revert "Extract extraArgs and workingDir"
This reverts commit ee709b2966.
2024-02-21 13:22:17 +00:00
ee709b2966 Extract extraArgs and workingDir 2024-02-21 13:00:16 +00:00
b4e7a71fe3 Refactor to separate commands 2024-02-21 12:48:33 +00:00