@railway/cli 4.47.1 → 4.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -81,6 +81,9 @@ npm install -g @railway/cli
81
81
  # Install
82
82
  bash <(curl -fsSL cli.new)
83
83
 
84
+ # Install and configure Railway agent support
85
+ bash <(curl -fsSL cli.new) --agents -y
86
+
84
87
  # Uninstall
85
88
  bash <(curl -fsSL cli.new) -r
86
89
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@railway/cli",
3
- "version": "4.47.1",
3
+ "version": "4.49.0",
4
4
  "description": "Develop and deploy code with zero configuration",
5
5
  "type": "module",
6
6
  "author": "Jake Runzer",