Railway CLI commands for deploying and managing applications
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginsComprehensive documentation of the Railway CLI for deploying and managing applications on Railway. ## Installation & Configuration ## Authentication ## Projects ### `railway list` Lists all Railway projects under the current account. ### `railway init` Creates a new Railway project. ### `railway link` Links the current directory to an existing Railway project. ### `railway status` Shows information about the current project. ## Deployments ### `railway up` Deploys the current directory to Railway. ### `railway deploy` Deploys a template into the project. ###...