The utility does not support specifying a file using the ~ sign in the file path
PS C:\Users\ArtMares> task --taskfile ~\go\src\git.visteras.ru\ory\auth\Taskfile.yml kratos:up
task: No Taskfile found on "~\go\src\git.visteras.ru\ory\auth\Taskfile.yml". Use "task --init" to create a new one
PS C:\Users\ArtMares> cd ~
PS C:\Users\ArtMares> cd go
PS C:\Users\ArtMares\go> cd .\src\
PS C:\Users\ArtMares\go\src> cd ~
PS C:\Users\ArtMares>
The utility does not support specifying a file using the ~ sign in the file path