You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coder CLI allows a --url argument to be passed, which might lead one to reasonably assume the CLI could be used to interact with multiple servers. However, this is not the case.
coder's config is not namespaced by URL.
$ ls -l '/Users/danny/Library/Application Support/coderv2/'
total 12
-rw------- 1 danny 347 Feb 17 17:07 devtunnel
drwxr-x--- 8 danny 256 Mar 5 13:26 postgres
-rw------- 1 danny 33 Mar 13 09:46 session
-rw------- 1 danny 21 Mar 13 09:46 url
The text was updated successfully, but these errors were encountered:
The
coder
CLI allows a--url
argument to be passed, which might lead one to reasonably assume the CLI could be used to interact with multiple servers. However, this is not the case.coder
's config is not namespaced by URL.$ ls -l '/Users/danny/Library/Application Support/coderv2/' total 12 -rw------- 1 danny 347 Feb 17 17:07 devtunnel drwxr-x--- 8 danny 256 Mar 5 13:26 postgres -rw------- 1 danny 33 Mar 13 09:46 session -rw------- 1 danny 21 Mar 13 09:46 url
The text was updated successfully, but these errors were encountered: