civo / cli

Our Command Line Interface (CLI) for interacting with your Civo resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DatabaseAccountNotFoundError

chadmcrowell opened this issue · comments

DETAILS

when installing civo-cli via brew and performing civo command or civo apikey save, I receive the following error:

Unable to list regions: DatabaseAccountNotFoundError: Failed to find the account within the internal databaseError getting supported regions to feature DatabaseAccountNotFoundError: Failed to find the account within the internal database

HOST OS

ProductName: macOS
ProductVersion: 14.4.1
BuildVersion: 23E224

HOW TO REPLICATE

brew tap civo/tools

brew install civo

civo

civo apikey save

ATTEMPTS TO RESOLVE

  • uninstalled civo-cli via brew with brew uninstall civo and brew untap civo/tools
  • cleaned up brew with brew cleanup
  • updated packages with brew update && brew upgrade