There should be templated variable for things such as path params or query args that can be passed on the commandline. ```yaml quests: get-user: path: /users/:id vars: id: 1 ``` ```bash quest go get-user -v/--var id=5 ```
There should be templated variable for things such as path params or query args that can be passed on the commandline.