You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: The configuration level to uninstall the driver from (`user`, or `system`). See [Config Level](config_level.md).
142
142
143
-
`--quiet`, `-q`
143
+
`--quiet`, `-q` {{ since_version('v0.2.0') }}
144
144
145
145
: Suppress all output
146
146
@@ -162,7 +162,7 @@ $ dbc init [PATH]
162
162
163
163
<h3>Options</h3>
164
164
165
-
`--quiet`, `-q`
165
+
`--quiet`, `-q` {{ since_version('v0.2.0') }}
166
166
167
167
: Suppress all output
168
168
@@ -188,7 +188,7 @@ $ dbc add <DRIVER>
188
188
189
189
: Driver list to add to [default: ./dbc.toml]
190
190
191
-
`--quiet`, `-q`
191
+
`--quiet`, `-q` {{ since_version('v0.2.0') }}
192
192
193
193
: Suppress all output
194
194
@@ -214,7 +214,7 @@ $ dbc remove <DRIVER>
214
214
215
215
: Driver list to remove from [default: ./dbc.toml]
216
216
217
-
`--quiet`, `-q`
217
+
`--quiet`, `-q` {{ since_version('v0.2.0') }}
218
218
219
219
: Suppress all output
220
220
@@ -245,7 +245,7 @@ dbc sync --file dbc.toml
245
245
246
246
: Allow installation of drivers without a signature file
247
247
248
-
`--quiet`, `-q`
248
+
`--quiet`, `-q` {{ since_version('v0.2.0') }}
249
249
250
250
: Suppress all output
251
251
@@ -267,16 +267,18 @@ $ dbc info <DRIVER>
267
267
268
268
<h3>Options</h3>
269
269
270
-
`--json`
270
+
`--json` {{ since_version('v0.2.0') }}
271
271
272
272
: Print output as JSON instead of plaintext
273
273
274
-
`--quiet`, `-q`
274
+
`--quiet`, `-q` {{ since_version('v0.2.0') }}
275
275
276
276
: Suppress all output
277
277
278
278
## docs
279
279
280
+
{{ since_version('v0.2.0') }}
281
+
280
282
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.
281
283
282
284
<h3>Usage</h3>
@@ -298,6 +300,6 @@ $ dbc docs <DRIVER>
298
300
299
301
: Print the documentation URL instead of opening it in a browser
0 commit comments