`add workspace` without --create flag - What is this exactly
On cli, I ran
wmill add <workspace-name> <workspace-id> <remote-url>I could not find my workspace-name, so randomly added any text
workspace-id was correct
remote-url I kept https://abc.example.com , supose I am hosting windmill at https://abc.example.com (could not find link to workspace directly) . In this url, I can see my other workspace and when I select one, i gets switched to it but in url no special workspace name is appended like https://abc.example.com/workspace-id . It remains https://abc.example.com only
this command ran successfully
Then i ran
wmill workspaces, I saw a table in terminal mentioning the workspace nameBut when I ran
ls , current directory is still empty, I was expecting some folder to be created of that added workspacePlease help. Thanks in advance!