Skip to content

Commit

Permalink
Merge pull request #55 from syou6162/fix_command_docs
Browse files Browse the repository at this point in the history
fixed server sub-command option's name
  • Loading branch information
z3z1ma authored Apr 1, 2023
2 parents 90b177b + bdee8d7 commit cd05e2e
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 cd05e2e

Please sign in to comment.