Skip to content

Commit 6115a79

Browse files
committed
docs: tag new features in 0.2.0 with since_version badge
1 parent 8a3af03 commit 6115a79

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

docs/reference/cli.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ $ dbc search [FILTER]
6666

6767
<h3>Options</h3>
6868

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

7171
: Print output as JSON instead of plaintext
7272

7373
`--verbose`, `-v`
7474

7575
: Enable verbose output
7676

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

7979
: Suppress all output
8080

@@ -98,7 +98,7 @@ $ dbc install [OPTIONS] <DRIVER>
9898

9999
<h3>Options</h3>
100100

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

103103
: Print output as JSON instead of plaintext
104104

@@ -110,7 +110,7 @@ $ dbc install [OPTIONS] <DRIVER>
110110

111111
: Allow installation of drivers without a signature file
112112

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

115115
: Suppress all output
116116

@@ -132,15 +132,15 @@ $ dbc uninstall [OPTIONS] <DRIVER>
132132

133133
<h3>Options</h3>
134134

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

137137
: Print output as JSON instead of plaintext
138138

139139
`--level LEVEL`, `-l LEVEL`
140140

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

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

145145
: Suppress all output
146146

@@ -162,7 +162,7 @@ $ dbc init [PATH]
162162

163163
<h3>Options</h3>
164164

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

167167
: Suppress all output
168168

@@ -188,7 +188,7 @@ $ dbc add <DRIVER>
188188

189189
: Driver list to add to [default: ./dbc.toml]
190190

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

193193
: Suppress all output
194194

@@ -214,7 +214,7 @@ $ dbc remove <DRIVER>
214214

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

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

219219
: Suppress all output
220220

@@ -245,7 +245,7 @@ dbc sync --file dbc.toml
245245

246246
: Allow installation of drivers without a signature file
247247

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

250250
: Suppress all output
251251

@@ -267,16 +267,18 @@ $ dbc info <DRIVER>
267267

268268
<h3>Options</h3>
269269

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

272272
: Print output as JSON instead of plaintext
273273

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

276276
: Suppress all output
277277

278278
## docs
279279

280+
{{ since_version('v0.2.0') }}
281+
280282
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.
281283

282284
<h3>Usage</h3>
@@ -298,6 +300,6 @@ $ dbc docs <DRIVER>
298300

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

301-
`--quiet`, `-q`
303+
`--quiet`, `-q` {{ since_version('v0.2.0') }}
302304

303305
: Suppress all output

0 commit comments

Comments
 (0)