Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SHOPIFY_CLI_NEVER_USE_APP_MANAGEMENT_API #5447

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

shauns
Copy link
Contributor

@shauns shauns commented Feb 21, 2025

Internal

Copy link
Contributor Author

shauns commented Feb 21, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Contributor Author

shauns commented Feb 21, 2025

/snapit

Copy link
Contributor

🫰✨ Thanks @shauns! Your snapshot has been published to npm.

Test the snapshot by installing your package globally:

pnpm i -g @shopify/cli@0.0.0-snapshot-20250221091101

Tip

If you get an ETARGET error, install it with NPM and the flag --@shopify:registry=https://registry.npmjs.org

Caution

After installing, validate the version by running just shopify in your terminal.
If the versions don't match, you might have multiple global instances installed.
Use which shopify to find out which one you are running and uninstall it.

Copy link
Contributor

github-actions bot commented Feb 21, 2025

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
76.42% (+0% 🔼)
9300/12170
🟡 Branches
71.66% (+0.02% 🔼)
4561/6365
🟡 Functions 76.05% 2419/3181
🟡 Lines
76.98% (+0.01% 🔼)
8789/11417
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / app-event-watcher.ts
96.39% (-1.2% 🔻)
88.57% 95.45% 100%

Test suite run success

2111 tests passing in 930 suites.

Report generated by 🧪jest coverage report action from 6673e1a

@shauns shauns force-pushed the shauns/local-dev branch from 0da0052 to 6673e1a Compare March 11, 2025 11:50
Copy link
Contributor

Differences in type declarations

We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:

  • Some seemingly private modules might be re-exported through public modules.
  • If the branch is behind main you might see odd diffs, rebase main into this branch.

New type declarations

We found no new type declarations in this PR

Existing type declarations

packages/cli-kit/dist/private/node/constants.d.ts
@@ -34,6 +34,7 @@ export declare const environmentVariables: {
     neverUsePartnersApi: string;
     skipNetworkLevelRetry: string;
     maxRequestTimeForNetworkCalls: string;
+    neverUseAppManagementApi: string;
 };
 export declare const defaultThemeKitAccessDomain = "theme-kit-access.shopifyapps.com";
 export declare const systemEnvironmentVariables: {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant