layero 0.8.8 → 0.8.9

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.
@@ -68,9 +68,12 @@ apex is reachable the moment the deploy is ready.
68
68
 
69
69
  Hand the user \`ready.url\` and stop — that address is live.
70
70
 
71
- Use \`--branch <name>\` to deploy to an isolated preview environment that does
72
- **not** touch the apex. (\`--prod\` exists for git-connected projects; for
73
- direct CLI uploads it's redundant.)
71
+ There is no way to publish without replacing the live site from the CLI:
72
+ \`--branch\` is accepted and **silently ignored** archive uploads are always
73
+ filed under the reserved \`cli\` environment. If the user asks for a version
74
+ "just to look at" that leaves the live address alone, tell them it needs a
75
+ connected repository and a push to a branch. (\`--prod\` exists for
76
+ git-connected projects; for direct CLI uploads it's redundant.)
74
77
 
75
78
  ### Already built? Skip the server build
76
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "layero",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "Layero CLI — publish a local site with one command. No git, no GitHub, agent-friendly (Cursor, Claude Code).",
5
5
  "license": "MIT",
6
6
  "type": "module",