Skip to content

Commit

Permalink
fixed server sub-command option's name
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Apr 1, 2023
1 parent a488a34 commit bdee8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorial-basics/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ dbt-osmosis server serve [--host] [--port]
This command will register a dbt project with the dbt-osmosis server.

```bash
dbt-osmosis server register-project --project-path /path/to/dbt/project
dbt-osmosis server register-project --project-dir /path/to/dbt/project
```

### Unregister Project

This command will unregister a dbt project with the dbt-osmosis server.

```bash
dbt-osmosis server unregister-project --project-path /path/to/dbt/project
dbt-osmosis server unregister-project --project-dir /path/to/dbt/project
```

## SQL
Expand Down

0 comments on commit bdee8d7

Please sign in to comment.