The Xata CLI is now linked to your account. You can learn more about how Xata manages keys in our installation documentation.
# List xata commands and get help
xata --help
# Initialize Xata to run inside a project directory
xata init
# Pull changes from the remote branch and regenerate code
xata pull
Back to Xata