Hi @Jai Holloway ,
Does the "dotnet-tools.json" file exist in the C:\Users\username\.config
folder?
If it doesn’t exist, please try to run dotnet new tool-manifest
command in the CMD to create it.
If it exists, please right-click it => select Open With => open it with Notepad. Make sure that the strawberryshake.tools has been installed. For example:
If it isn’t listed in the dotnet-tools.json file by some reasons, try to run dotnet tool install StrawberryShake.Tools
command to reinstall it.
After you have confirmed that it has been installed. Try to open CMD as administrator, and run command dotnet graphql update -h
see if the command can be run correctly, like
Best regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.