We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a18b1 commit d9bb453Copy full SHA for d9bb453
lib/parseOptions.js
@@ -1,5 +1,5 @@
1
import { resolve } from 'path'
2
-
+import { version } from '../package'
3
export default function parseOptions (params) {
4
const defaultOptions = {
5
exportDir: process.cwd(),
@@ -70,5 +70,6 @@ export default function parseOptions (params) {
70
}
71
72
73
+ options.managementApplication = options.managementApplication || `contentful.export/${version}`
74
return options
75
0 commit comments