@@ -25,7 +25,7 @@ $ npm install -g @github/github-artifact-exporter-cli
25
25
$ github-artifacts-exporter COMMAND
26
26
running command...
27
27
$ github-artifacts-exporter (-v| --version| version)
28
- @github/github-artifact-exporter-cli/2.0.1 darwin-x64 node-v16.2 .0
28
+ @github/github-artifact-exporter-cli/2.0.2 darwin-x64 node-v14.4 .0
29
29
$ github-artifacts-exporter --help [COMMAND]
30
30
USAGE
31
31
$ github-artifacts-exporter COMMAND
@@ -105,7 +105,7 @@ OPTIONS
105
105
--token=token (required) GitHub personal access token
106
106
```
107
107
108
- _ See code: [ src/commands/repo.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/repo.ts ) _
108
+ _ See code: [ src/commands/repo.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/repo.ts ) _
109
109
110
110
## ` github-artifacts-exporter repo:commits `
111
111
@@ -126,7 +126,7 @@ OPTIONS
126
126
--until=until search commits created before yyyy-mm-dd
127
127
```
128
128
129
- _ See code: [ src/commands/repo/commits.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/repo/commits.ts ) _
129
+ _ See code: [ src/commands/repo/commits.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/repo/commits.ts ) _
130
130
131
131
## ` github-artifacts-exporter repo:milestones `
132
132
@@ -144,7 +144,7 @@ OPTIONS
144
144
--token=token (required) GitHub personal access token
145
145
```
146
146
147
- _ See code: [ src/commands/repo/milestones.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/repo/milestones.ts ) _
147
+ _ See code: [ src/commands/repo/milestones.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/repo/milestones.ts ) _
148
148
149
149
## ` github-artifacts-exporter repo:projects `
150
150
@@ -163,7 +163,7 @@ OPTIONS
163
163
--token=token (required) GitHub personal access token
164
164
```
165
165
166
- _ See code: [ src/commands/repo/projects.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/repo/projects.ts ) _
166
+ _ See code: [ src/commands/repo/projects.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/repo/projects.ts ) _
167
167
168
168
## ` github-artifacts-exporter repo:pulls `
169
169
@@ -183,7 +183,7 @@ OPTIONS
183
183
--until=until search pull requests created before yyyy-mm-dd
184
184
```
185
185
186
- _ See code: [ src/commands/repo/pulls.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/repo/pulls.ts ) _
186
+ _ See code: [ src/commands/repo/pulls.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/repo/pulls.ts ) _
187
187
188
188
## ` github-artifacts-exporter repo:releases `
189
189
@@ -201,7 +201,7 @@ OPTIONS
201
201
--token=token (required) GitHub personal access token
202
202
```
203
203
204
- _ See code: [ src/commands/repo/releases.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/repo/releases.ts ) _
204
+ _ See code: [ src/commands/repo/releases.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/repo/releases.ts ) _
205
205
206
206
## ` github-artifacts-exporter search `
207
207
@@ -219,7 +219,7 @@ OPTIONS
219
219
--token=token (required) GitHub personal access token
220
220
```
221
221
222
- _ See code: [ src/commands/search.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/search.ts ) _
222
+ _ See code: [ src/commands/search.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/search.ts ) _
223
223
224
224
## ` github-artifacts-exporter search:issues `
225
225
@@ -234,7 +234,7 @@ OPTIONS
234
234
--dateFormat=dateFormat [default: isoDateTime] Date format to use when building issue list. Examples: mm/dd/yyyy
235
235
--format=(JSONL|JSON|CSV) [default: JSONL] export format
236
236
--jira transform output into a usable format for importing to Jira
237
- --labels=labels search issues with these labels (comma separated )
237
+ --labels=labels search issues with these labels (comma seperated )
238
238
--owner=owner GitHub repository owner
239
239
--query=query Search query matching GitHub issue search syntax
240
240
--repo=repo GitHub repository name
@@ -246,5 +246,5 @@ OPTIONS
246
246
--updatedUntil=updatedUntil search issues updated before yyyy-mm-dd
247
247
```
248
248
249
- _ See code: [ src/commands/search/issues.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.1 /src/commands/search/issues.ts ) _
249
+ _ See code: [ src/commands/search/issues.ts] ( https://github.com/github/github-artifact-exporter/blob/v2.0.2 /src/commands/search/issues.ts ) _
250
250
<!-- commandsstop -->
0 commit comments