goose
goose copied to clipboard
How to use block/goose while having pressly/goose
So I'm using https://github.com/pressly/goose to manage DB migrations. Now I wanted to install block/goose but it fail on configuration and later I just can't use goose command as it is for pressly/goose.
Is it possible to use like alias on ubunt on wsl2/
couldn't you just install this to a different binary path?
~ $ which goose
/home/tom/.local/bin/goose
just call it real-goose or something?
this seems like a good suggestion. feel free to reopen if it doesn't work