You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ environments:
102
102
103
103
Omit `-e` / `--env` to target `environments.local`. Use `-e staging` (or another name) to target a different environment.
104
104
105
-
`shopware-cli project create` and `shopware-cli project config init` write `environments.local`. Top-level `url` and `admin_api` are deprecated: existing files that still use them keep working until that support is removed, and mixed files (top-level shop plus `environments.local`) are not silently retargeted.
105
+
`shopware-cli project create` and `shopware-cli project config init` write `environments.local`. Top-level `url` and `admin_api` are deprecated: they are used only when `environments.local` is absent. When both are present, `environments.local` wins.
Copy file name to clipboardExpand all lines: cmd/project/project.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ var (
11
11
environmentNamestring
12
12
)
13
13
14
-
constenvironmentFlagUsage="Environment to target (defaults to environments.local; deprecated top-level url/admin_api is still used when present)"
14
+
constenvironmentFlagUsage="Environment to target (defaults to environments.local; deprecated top-level url/admin_api is used when environments.local is absent)"
0 commit comments