Skip to content
Merged
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
28 changes: 15 additions & 13 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $ dbc search [PATTERN]

<h3>Options</h3>

`--json`
`--json` {{ since_version('v0.2.0') }}

: Print output as JSON instead of plaintext

Expand All @@ -79,7 +79,7 @@ $ dbc search [PATTERN]

: Enable verbose output

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand All @@ -103,7 +103,7 @@ $ dbc install [OPTIONS] <DRIVER>

<h3>Options</h3>

`--json`
`--json` {{ since_version('v0.2.0') }}

: Print output as JSON instead of plaintext

Expand All @@ -119,7 +119,7 @@ $ dbc install [OPTIONS] <DRIVER>

: Allow implicit installation of pre-release versions

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand All @@ -141,15 +141,15 @@ $ dbc uninstall [OPTIONS] <DRIVER>

<h3>Options</h3>

`--json`
`--json` {{ since_version('v0.2.0') }}

: Print output as JSON instead of plaintext

`--level LEVEL`, `-l LEVEL`

: The configuration level to uninstall the driver from (`user`, or `system`). See [Config Level](config_level.md).

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand All @@ -171,7 +171,7 @@ $ dbc init [PATH]

<h3>Options</h3>

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand Down Expand Up @@ -201,7 +201,7 @@ $ dbc add <DRIVER>

: Allow pre-release versions implicitly

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand All @@ -227,7 +227,7 @@ $ dbc remove <DRIVER>

: Driver list to remove from [default: ./dbc.toml]

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand Down Expand Up @@ -258,7 +258,7 @@ dbc sync --file dbc.toml

: Allow installation of drivers without a signature file

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand All @@ -280,16 +280,18 @@ $ dbc info <DRIVER>

<h3>Options</h3>

`--json`
`--json` {{ since_version('v0.2.0') }}

: Print output as JSON instead of plaintext

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

## docs

{{ since_version('v0.2.0') }}

Open driver documentation in a web browser. If no driver is specified, opens the general dbc documentation. If a driver name is provided, opens the documentation for that specific driver.

<h3>Usage</h3>
Expand All @@ -311,7 +313,7 @@ $ dbc docs <DRIVER>

: Print the documentation URL instead of opening it in a browser

`--quiet`, `-q`
`--quiet`, `-q` {{ since_version('v0.2.0') }}

: Suppress all output

Expand Down