layero 0.8.5 → 0.8.7
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ Run `layero <cmd> --help` for full options.
|
|
|
80
80
|
- `--name <name>` — project name (only on first deploy).
|
|
81
81
|
- `--project <id_or_slug>` — deploy into an existing project, ignoring
|
|
82
82
|
`./.layero/project.json` (useful for CI).
|
|
83
|
-
- `--prod` — deploy to
|
|
83
|
+
- `--prod` — target the production environment of a repository-linked project. **Redundant for CLI projects**: a project created by `layero deploy` auto-promotes to its apex on every deploy, so a plain `deploy` already replaces the live site. `--branch` does **not** help here: it is accepted and silently ignored, because every archive upload is filed under the reserved `cli` environment. A publish that leaves the live address alone does not exist for a CLI project — it is done by connecting a repository and pushing to a branch.
|
|
84
84
|
- `--branch <name>` — deploy to a specific branch's environment.
|
|
85
85
|
- `--org <slug>` — Layero organization for first-time project creation.
|
|
86
86
|
- `--yes` / `-y` — non-interactive mode.
|