Partner Dashboard App configuration do not get updated when i run shopify app deploy using shopify

I make some configuration changes to my toml file. when i tried running

shopify app config:push

i got this
│ │
│ Command no longer supported. │
│ │
│ To update your app configuration, upgrade Shopify CLI to the latest version and run the app deploy command. It │
│ will update all extensions and also app configuration, if you opt-in for your app. Review the documentation[1] for │
│ more details. │
│ │
│ [1] https://shopify.dev/docs/apps/tools/cli/configuration#migrate-from-config-push
│ │
╰───────────────────────────────────────────────────

When i run shopify app deploy. it does not update the configuration in the partner dashboard.

please help. what am i doing wrong?

1 Like

**Hi @smartraysamtob **

You can try this command
npm run deploy
OR npm run config:push

If it doesn’t work, please share your package.json file code