turnout-cli 0.7.0 → 0.7.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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -151,8 +151,8 @@ Full command reference and concepts: **[lacodda.github.io/turnout](https://lacod
151
151
 
152
152
  Everything above works today. What is next:
153
153
 
154
- - [ ] **Key-based access, set up rather than only used** - generate a key, install it on the server and verify it in one command, including the Windows administrator case
155
154
  - [ ] **Credentials and paths as their own entities** - one login reused across servers, a remote directory declared once, and named builds so a deploy stays a single word
155
+ - [ ] **Key-based access, set up rather than only used** - generate a key, install it on the server and verify it in one command, including the Windows administrator case
156
156
  - [ ] **Background runs** - `dev --detach`, `ps`, `logs`, `stop`, OS notifications
157
157
  - [ ] **Observability** - gateway request log, `doctor`, `report` for handing context to an assistant
158
158
  - [ ] **Deploy consists** - atomic deploy and rollback across a group of apps
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
- {
1
+ {
2
2
  "name": "turnout-cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "turnout": {
5
- "binary": "v0.7.0"
5
+ "binary": "v0.7.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",