Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improves coverage of the $project specs #43

Merged
merged 7 commits into from
Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,26 @@ By default oxide will bind to 127.0.0.1 and port 27017. You can change those set

```
> $ ./oxide --help
oxide 0.1.3
oxide 0.1.4
A database compatible with MongoDB Wire Protocol that uses PostgreSQL for backend storage.

USAGE:
oxide [OPTIONS]
oxide <SUBCOMMAND>

OPTIONS:
-d, --debug Show debugging information
-h, --help Print help information
-l, --listen-addr <LISTEN_ADDR> Listening address defaults to 127.0.0.1
-l, --listen-addr <LISTEN_ADDR> Listening address, defaults to 127.0.0.1
-p, --port <PORT> Listening port, defaults to 27017
-u, --postgres-url <POSTGRES_URL> PostgreSQL connection URL
-V, --version Print version information
-w, --web Starts web interface
--web-addr <WEB_ADDR> Web binding address

SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
web Start OxideDB web interface
```

### Running with Docker
Expand Down
Loading