CLI w/ team token
leka74
HOBBYOP

2 months 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

brody
EMPLOYEE

2 months ago

Use the --project flag.


andremendonca
PRO

a month 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=...
```


Loading...