turnout-cli 0.4.0 → 0.4.1

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -74,7 +74,7 @@ And see what has been going on:
74
74
 
75
75
  ```console
76
76
  $ turnout status
77
- turnout 0.4.0
77
+ turnout 0.4.1
78
78
  Data directory: ~/.local/share/lacodda/turnout
79
79
  Apps: 2 (api, web)
80
80
  Servers: 2 (prod-eu, staging)
@@ -129,6 +129,8 @@ cargo install turnout
129
129
 
130
130
  The installers and the npm package also register the short alias `tn` (skipped if the name is already taken; `TURNOUT_NO_ALIAS=1` opts out). `cargo install` gives you `turnout` only.
131
131
 
132
+ Both installers take the newest release by default; set `TURNOUT_VERSION` to a tag to pin one, and `TURNOUT_INSTALL_DIR` to choose where the binary lands.
133
+
132
134
  ## Quick start
133
135
 
134
136
  ```bash
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "turnout-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "turnout": {
5
- "binary": "v0.4.0"
5
+ "binary": "v0.4.1"
6
6
  },
7
7
  "description": "A developer's switchyard: point local apps at any backend stand, keep servers and secrets at hand, build and deploy from any directory",
8
8
  "license": "MIT",