Railway CLI
How do I insert the token after installing the railway cli? via wsl
Solution:Jump to solution
it would be optimal, once you're added to the project you can run
railway login
( or railway login --browserless
if you're on a machine with no browser )
you can then run railway link
to link to the project, and then run railway logs
to receive the logs...10 Replies
Project ID:
N/A
Project ID:
N/A
i used npm i -g @railway/cli
If I understand correctly, you'd like to know how to authenticate the railway CLI with your account?
the project belongs to another user, I just wanted to view the logs
I have the project token
Is your account added on the project by the project owner?
is required?
Solution
it would be optimal, once you're added to the project you can run
railway login
( or railway login --browserless
if you're on a machine with no browser )
you can then run railway link
to link to the project, and then run railway logs
to receive the logsok, thanks
No problem 🙂