Skip to content

Commit

Permalink
feat(contentful-export): Add api host option
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Mar 29, 2017
1 parent 03bc371 commit f388f3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/usageParams.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ export default yargs
type: 'number',
default: 1000
})
.option('management-host', {
describe: 'Management API host',
type: 'string',
default: 'api.contentful.com'
})
.option('error-log-file', {
describe: 'Full path to the error log file',
type: 'string'
Expand Down

0 comments on commit f388f3c

Please sign in to comment.