We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
axiom dataset list
When using an alias to that is no longer valid the axiom dataset list command returns an error of the form:
$ AXIOM_DEPLOYMENT=bogus-no-longer-valid-env axiom dataset list Error: cannot decode response with unknown content type
This can be cross-checked with axiom auth status which will show valid and non-valid auth tokens by alias
axiom auth status
The text was updated successfully, but these errors were encountered:
What does is no longer valid mean in this context? It doesn't exist in the ~/.axiom.toml?
is no longer valid
~/.axiom.toml
Sorry, something went wrong.
No branches or pull requests
When using an alias to that is no longer valid the
axiom dataset list
command returns an error of the form:
$ AXIOM_DEPLOYMENT=bogus-no-longer-valid-env axiom dataset list Error: cannot decode response with unknown content type
This can be cross-checked with
axiom auth status
which will show valid and non-valid auth tokens by aliasThe text was updated successfully, but these errors were encountered: