layero 0.8.14 → 0.8.15

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 +9 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -40,7 +40,15 @@ layero deploy # auto-detects framework, packs, uploads, builds, ships
40
40
 
41
41
  The first `layero deploy` in a directory creates a project and links it via
42
42
  `./.layero/project.json`. Subsequent runs reuse the same project — re-edit code,
43
- re-run `layero deploy`, get a new preview URL each time.
43
+ re-run `layero deploy`.
44
+
45
+ > **A plain `layero deploy` is not a preview.** For a project created from the
46
+ > CLI, direct uploads auto-promote: every run replaces what visitors see at the
47
+ > project's public address — the same `ready.url` the previous run printed.
48
+ > `--prod` matters only for projects with a connected git repository, where it
49
+ > targets the production environment. Isolated previews come from pushing to a
50
+ > branch of a connected repo, nothing else: `--branch` is accepted and silently
51
+ > ignored for direct uploads.
44
52
 
45
53
  ## Commands
46
54
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "layero",
3
- "version": "0.8.14",
4
- "description": "Layero CLI \u2014 publish a local site with one command. No git, no GitHub, agent-friendly (Cursor, Claude Code).",
3
+ "version": "0.8.15",
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",
7
7
  "homepage": "https://layero.ru",