For anyone using Sitecore Experience Edge; Sitecore has released a plugin for the Sitecore CLI: https://doc.sitecore.com/xp/en/developers/103/developer-tools/experience-edge-plugin.html

The plugin allows you to manage your API Keys (X-GQL-Tokens) which you use to authenticate to the Delivery API (GraphQL): https://doc.sitecore.com/xp/en/developers/103/developer-tools/the-cli-edge-command.html

#sitecore #sitecoreexperienceedge

Experience Edge plugin

Use Sitecore CLI to manage the API keys for accessing the Experience Edge GraphQL endpoint.

@adeneys did you try it? Not working for me at all, throws exceptions about missing json file 
@pmbering I've not tried it myself, but I've seen demo's of it. Can you share details of the errors you're seeing?
@adeneys installed the plugin according to the docs you linked and then when using the "dotnet sitecore edge login" command I get: `System.IO.FileNotFoundException: The configuration file 'edge.plugin.json' was not found and is not optional. The expected physical path was 'D:\zzz\yyy\.sitecore\package-cache\nuget\Sitecore.Edge.DevEx.Sitecore.Plugin.0.5.7\plugin\edge.plugin.json'` and there is no file at that location as the exception indicates :)
@pmbering Looks like an issue in publishing the package. The team is working on fixing it. Thanks for letting me know.