# Postgres at your fingertips with the Neon CLI

DevFeed: [Postgres at your fingertips with the Neon CLI](<https://devfeed.tech/articles/postgres-at-your-fingertips-with-the-neon-cli-5130.md>)

Original publisher: [Read original article](<https://neon.com/blog/cli>)

Author: Raouf Chebri

Published: 2023-07-12T12:57:50Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [CRUD](<https://devfeed.tech/topics/crud.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Development](<https://devfeed.tech/topics/development.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cli](<https://devfeed.tech/tags/cli.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [community](<https://devfeed.tech/tags/community.md>), [databases](<https://devfeed.tech/tags/databases.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [testing](<https://devfeed.tech/tags/testing.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

Neon introduces Neon CLI, a command-line interface for managing Neon resources from the terminal. It supports authentication, project and branch management, database and role operations, connection-string retrieval, and workflow integration. The article demonstrates creating Postgres databases and isolated branches for local development and testing, then disposing of branches after feature work is complete.

## Source excerpt

Today, we are releasing Neon CLI, a command-line interface that enables developers to manage Neon resources directly from the terminal! With Neon CLI, you can handle authentication, and manage projects, branches, databases, roles, and much more without leaving your command line....