layero 0.5.2 → 0.5.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "layero",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
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",
@@ -32,11 +32,12 @@ const lines = [
32
32
  "",
33
33
  `${c.green}${c.bold}✨ Layero CLI installed${c.reset}`,
34
34
  "",
35
- ` ${c.cyan}layero login${c.reset} ${c.dim}authenticate via browser${c.reset}`,
36
- ` ${c.cyan}cd your-site && layero deploy${c.reset} ${c.dim}publish current dir${c.reset}`,
37
- ` ${c.cyan}layero --help${c.reset} ${c.dim}all commands${c.reset}`,
35
+ ` ${c.cyan}layero login${c.reset} ${c.dim}authenticate via browser${c.reset}`,
36
+ ` ${c.cyan}layero init${c.reset} ${c.dim}scaffold .layero/ + agent docs (recommended)${c.reset}`,
37
+ ` ${c.cyan}layero deploy${c.reset} ${c.dim}publish current dir${c.reset}`,
38
38
  "",
39
- ` ${c.dim}Docs: https://layero.ru${c.reset}`,
39
+ ` ${c.dim}Docs: https://docs.layero.ru${c.reset}`,
40
+ ` ${c.dim}Help: layero --help${c.reset}`,
40
41
  "",
41
42
  ];
42
43
  const banner = lines.join("\n");