requires:file,type: File,desc: 'The project export file to be imported'# rubocop:disable Scalability/FileUploads
requires:file,type: File,desc: 'The project export file to be imported'# rubocop:disable Scalability/FileUploads
optional:name,type: String,desc: 'The name of the project to be imported. Defaults to the path of the project if not provided.'
optional:namespace,type: String,desc: "The ID or name of the namespace that the project will be imported into. Defaults to the current user's namespace."
optional:namespace,type: String,desc: "The ID or name of the namespace that the project will be imported into. Defaults to the current user's namespace."
optional:overwrite,type: Boolean,default: false,desc: 'If there is a project in the same namespace and with the same name overwrite it'
optional:overwrite,type: Boolean,default: false,desc: 'If there is a project in the same namespace and with the same name overwrite it'