Commit 1ffaacb
committed
refactor(site): remove name argument from site:deploy
The `name` argument for the `site:deploy` command is no longer needed as the site name is now derived from the `--subdomain` option or generated randomly. This change simplifies the command's signature and updates the corresponding help documentation.
BREAKING CHANGE: The positional `name` argument has been removed from the `site:deploy` command.1 parent 90fbba3 commit 1ffaacb
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
355 | 354 | | |
356 | 355 | | |
357 | 356 | | |
358 | | - | |
| 357 | + | |
359 | 358 | | |
360 | | - | |
| 359 | + | |
361 | 360 | | |
362 | 361 | | |
363 | 362 | | |
| |||
0 commit comments