Improve documentation
Link
https://github.com/supabase/cli/tree/main/examples/tour#1-initialize-the-project
Describe the problem
The link documentation in the tour should be updated for Windows users too:
supabase link --url <<< 'postgresql://postgres:<your_password>@db.<your_project_ref>.supabase.co:5432/postgres'
I can work around it by just using a txt file with <. Or using linux etc.
Describe the improvement
I expect the CLI to take a string from Windows without the need to redirect it in from a file.
System information
- OS: Windows 10 64 bit
- Postgres version 13.3
- Version of CLI: 0.10.4
Improve documentation
Link
https://github.com/supabase/cli/tree/main/examples/tour#1-initialize-the-project
Describe the problem
The link documentation in the tour should be updated for Windows users too:
I can work around it by just using a txt file with
<. Or using linux etc.Describe the improvement
I expect the CLI to take a string from Windows without the need to redirect it in from a file.
System information