Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Nov 8, 2023
1 parent 5000bbd commit 6b9c3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions latch_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ def decorated(*args, **kwargs):
Unable to authenticate with Latch.
If you are on a machine with a browser, run `latch login`.
If not, navigate to `https://console.latch.bio/settings/developer` on a different machine, select `Access Tokens`, and copy your `API Key` to `~/.latch/token` on this machine.
If you do not see this value in the console, make sure you are logged into your personal workspace.
""").strip("\n"),
fg="red",
)
Expand Down

0 comments on commit 6b9c3d4

Please sign in to comment.