Commit c36d5c2
committed
Remove deprecated --force flag from
The --force (-f) flag and SHOPIFY_FLAG_FORCE env var on `shopify app release`
were deprecated in favor of --allow-updates / --allow-deletes. This change
removes them along with the related deprecation warning and tests.
The internal `force` (skip-confirmation-prompt) parameter passed to the
release service is now derived as `--allow-updates && --allow-deletes`,
preserving the prior semantics: passing both flags skips the prompt.shopify app release
1 parent 96281e6 commit c36d5c2
6 files changed
Lines changed: 14 additions & 126 deletions
File tree
- .changeset
- docs-shopify.dev/commands/interfaces
- packages
- app/src/cli/commands/app
- cli
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 21 | | |
30 | 22 | | |
31 | 23 | | |
| |||
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 45 | | |
67 | 46 | | |
68 | 47 | | |
69 | 48 | | |
70 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
71 | 56 | | |
72 | | - | |
73 | | - | |
| 57 | + | |
74 | 58 | | |
75 | 59 | | |
76 | 60 | | |
| |||
82 | 66 | | |
83 | 67 | | |
84 | 68 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 69 | | |
89 | 70 | | |
90 | 71 | | |
91 | 72 | | |
92 | | - | |
| 73 | + | |
93 | 74 | | |
94 | 75 | | |
95 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
932 | | - | |
933 | 931 | | |
934 | 932 | | |
935 | 933 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2863 | 2863 | | |
2864 | 2864 | | |
2865 | 2865 | | |
2866 | | - | |
2867 | | - | |
2868 | | - | |
2869 | | - | |
2870 | | - | |
2871 | | - | |
2872 | | - | |
2873 | | - | |
2874 | | - | |
2875 | 2866 | | |
2876 | 2867 | | |
2877 | 2868 | | |
| |||
0 commit comments