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
Describe the bug
Whatever option I'm providing to the amplify CLI when I run it, it exits with the following error message:
$ amplify -v
Invalid feature flag configuration
These feature flags are defined in the "amplify/cli.json" configuration file and are unknown to the currently running Amplify CLI:
- latestregionsupport
- project
- graphqltransformer.improvepluralization
- graphqltransformer.transformerversion
- graphqltransformer.suppressschemamigrationprompt
- graphqltransformer.securityenhancementnotification
- graphqltransformer.showfieldauthnotification
- auth.forcealiasattributes
- auth.useenabledmfas
- codegen.enabledartnullsafety
This issue likely happens when the project has been pushed with a newer version of Amplify CLI, try updating to a newer version.
Learn more about feature flags: https://docs.amplify.aws/cli/reference/feature-flags
Describe the bug
Whatever option I'm providing to the amplify CLI when I run it, it exits with the following error message:
(Same error when running
amplify
(without option),amplify pull --appId xxxx --envName yyyy
).To Reproduce
No clue...
Expected behavior
Amplify CLI should return the current amplify version when I run
amplify -v
. Potentially with additional warning if necessary.Desktop (please complete the following information):
Additional context
Using:
(Same issue with node v14 and npm v6.)
The text was updated successfully, but these errors were encountered: