Command Line Tools
railway_link
railway_link ()
Link the current directory to the current project’s Railway service
railway_deploy
railway_deploy (name:str, mount:<function bool_arg>=True)
Deploy a FastHTML app to Railway
| Type | Default | Details | |
|---|---|---|---|
| name | str | The project name to deploy | |
| mount | bool_arg | True | Create a mounted volume at /app/data? |