leka74
HOBBYOP
a month ago
Trying to railway up --service= --environment= with the RAILWAY_API_TOKEN set with my team token but keep getting No linked project found. Run railway link to connect to a project.
Is there no way to do this with a team token without having to link? My intention is to run it in a CI pipeline.
1 Replies
a month ago
Use the --project flag.
andremendonca
PRO
9 days ago
Hi, I have the same issue even though I used the --project flag with SSH. This used to work
```
RAILWAY_API_TOKEN=... railway ssh --project=... --environment=... --service=...
```