Skip to content

Commit

Permalink
fix dbt readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-shtivi committed Jul 16, 2024
1 parent 4a771f5 commit 2a460eb
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Tired of copying and pasting credentials from Satori to your database client too
- [Windows](#windows)
- [Linux](#linux)
- [Installation](#installation)
- [Install script (Recommended)](#install-script-recommended)
- [Other install methods](#other-install-methods)
- [Install Script (Recommended)](#install-script-recommended)
- [Addtional Installion Methods](#addtional-installion-methods)
- [Windows](#windows-1)
- [Manual install](#manual-install)
- [SCOOP](#scoop)
- [Mac](#mac)
- [Homebrew](#homebrew)
- [first time use](#first-time-use)
- [First Time Use](#first-time-use)
- [Supported datastores](#supported-datastores)
- [Usage](#usage)
- [Run](#run)
Expand Down Expand Up @@ -192,20 +192,15 @@ The Satori CLI then creates a backup of the file before modification.

**Examples**
```bash
satori run dbt debug
satori run dbt
```

Specify the target
```bash
satori run dbt debug --target dev
satori run dbt --target dev
```


**Example**
```bash
satori run psql <datastore name> <database>
```

### PgPass
Generates a pgpass file from all datastore information.
```bash
Expand Down

0 comments on commit 2a460eb

Please sign in to comment.