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
Remove the deprecated `--force` (`-f`) flag and `SHOPIFY_FLAG_FORCE` environment variable from `shopify app release`. Use `--allow-updates` for CI/CD environments, or `--allow-updates --allow-deletes` if you also want to allow removals. Passing both `--allow-updates` and `--allow-deletes` skips the confirmation prompt (matching the previous `--force` behavior).
Copy file name to clipboardExpand all lines: docs-shopify.dev/commands/interfaces/app-release.interface.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,6 @@ export interface apprelease {
28
28
*/
29
29
'-c, --config <value>'?: string
30
30
31
-
/**
32
-
* [Deprecated] Release without asking for confirmation. Equivalent to --allow-updates --allow-deletes. Use --allow-updates for CI/CD environments instead.
'[Deprecated] Release without asking for confirmation. Equivalent to --allow-updates --allow-deletes. Use --allow-updates for CI/CD environments instead.',
Copy file name to clipboardExpand all lines: packages/cli/oclif.manifest.json
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2863,15 +2863,6 @@
2863
2863
"name": "config",
2864
2864
"type": "option"
2865
2865
},
2866
-
"force": {
2867
-
"allowNo": false,
2868
-
"char": "f",
2869
-
"description": "[Deprecated] Release without asking for confirmation. Equivalent to --allow-updates --allow-deletes. Use --allow-updates for CI/CD environments instead.",
0 commit comments