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
- Rename 'does not show deprecation warning when only --allow-deletes is passed' to correctly
reflect its args (--allow-updates --allow-deletes) in deploy.test.ts
- Add separate test for --allow-deletes alone in deploy.test.ts
- Fix duplicate --allow-updates test in release.test.ts (now tests --allow-updates --allow-deletes)
- Fix Organization object literal: remove non-existent fields (website, apps, zeroPartyData,
appsNext) and add required 'source' field in both test files
- Regenerate oclif.manifest.json and README.md via pnpm refresh-manifests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/cli/oclif.manifest.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -709,7 +709,7 @@
709
709
"force": {
710
710
"allowNo": false,
711
711
"char": "f",
712
-
"description": "Deploy without asking for confirmation. Equivalent to --allow-updates --allow-deletes. For CI/CD environments, the recommended flag is --allow-updates.",
712
+
"description": "[Deprecated] Deploy without asking for confirmation. Equivalent to --allow-updates --allow-deletes. Use --allow-updates for CI/CD environments instead.",
713
713
"env": "SHOPIFY_FLAG_FORCE",
714
714
"hidden": false,
715
715
"name": "force",
@@ -2788,7 +2788,7 @@
2788
2788
"force": {
2789
2789
"allowNo": false,
2790
2790
"char": "f",
2791
-
"description": "Release without asking for confirmation. Equivalent to --allow-updates --allow-deletes. For CI/CD environments, the recommended flag is --allow-updates.",
2791
+
"description": "[Deprecated] Release without asking for confirmation. Equivalent to --allow-updates --allow-deletes. Use --allow-updates for CI/CD environments instead.",
0 commit comments