Categorygithub.com/chronark/upstash-cli
modulepackage
0.1.0
Repository: https://github.com/chronark/upstash-cli.git
Documentation: pkg.go.dev

# README

upstash-cli

Installation

upstash is available via the release page

Get Started

Authenticating

Before you can interact with the upstash api you need to authenticate. Use your email and an api token from https://console.upstash.com/account/api

Unfortunately right now this is only possible for personal accounts. Teams will be supported at a later date.

upstash auth --email=YOUR_EMAIL --key=YOUR_API_KEY

Creating a database

upstash redis create DATABASE_NAME --region="us-east-1"

See upstash redis create --help for more options

Get information about an existing databse

upstash redis get DATABASE_ID

Delete an existing databse

upstash redis delete DATABASE_ID

# Packages

Copyright © 2021 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author