Commit 1af34dc 1 parent c897065 commit 1af34dc Copy full SHA for 1af34dc
File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
- # Railway CLI (3.x.x)
1
+ # Railway CLI
2
2
3
3
[ ![ CI] ( https://github.com/railwayapp/cliv3/actions/workflows/ci.yml/badge.svg )] ( https://github.com/railwayapp/cliv3/actions/workflows/ci.yml )
4
4
@@ -14,12 +14,30 @@ The Railway CLI allows you to
14
14
- Link to an existing Railway project
15
15
- Pull down environment variables for your project locally to run
16
16
- Create services and databases right from the comfort of your fingertips
17
+ ## Status
18
+ Currently pre-release. We are looking for feedback and suggestions. Please join our [ Discord] ( https://discord.gg/railway ) to provide feedback.
17
19
18
20
## Installation
19
21
### Cargo
20
22
``` bash
21
23
cargo install railwayapp --locked
22
24
```
25
+ ### Homebrew
26
+
27
+ ``` bash
28
+ brew install railway
29
+ ```
30
+
31
+ ### NPM
32
+ ``` bash
33
+ npm install -g @railway/cli
34
+ ```
35
+ ### Bash
36
+ ``` bash
37
+ curl -fsSL https://cli.new | sh
38
+ ```
39
+
40
+
23
41
### From source
24
42
See [ CONTRIBUTING.md] ( https://github.com/railwayapp/cliv3/blob/master/CONTRIBUTING.md ) for information on setting up this repo locally.
25
43
You can’t perform that action at this time.
0 commit comments