Is it at present possible to pass an auth token he...
# orm-help
d
Is it at present possible to pass an auth token header when using graphql-cli? I was attempting to follow what I found here: https://github.com/graphql-cli/graphql-cli/issues/283 which suggests that you can just say
--header Authorization="Bearer: $TOKEN"
but that appears not to be respected and passed to the server (at least not for get-schema) and other operations like ping complain of it as an unrecognized option. So I can't quite tell if some operations just aren't checking for the presence of ignored / foreign flags, or if it's not functioning correclty