Closed Sulbigar closed 9 months ago
Even if I clone the repo and do a cargo scaffold by pointing it to local repo. It is failing. Something seems to be broken. Can you kindly advice?
cargo-scaffold scaffold router/apollo-router-scaffold/templates/base
error: unexpected argument 'router/apollo-router-scaffold/templates/base' found
Usage: cargo-scaffold [OPTIONS] <template>
For more information, try '--help'.
All the above is on a MacBook.
@Sulbigar which version of cargo scaffold are you using ?
Thanks @Sulbigar for this issue. I was able to reproduce and I fixed it. Could you try to install the latest version of cargo-scaffold
with cargo install -f cargo-scaffold
. And it should work. If not feel free to reopen this issue
It was on the then latest version 0.11. I will validate the fix and confirm. Thank You.
Team, I'm trying to create an apollo custom router scaffold by following the instructions in their doc. It fails with the below error.
Anything changed recently which changed the format of the command. In the help I do not see an option to mention the root of a git repo. Kindly advise.