I don't think there's any such command. It would have to be two separate commands.
Besides, 'import' is easy to mess up. You'd want to keep an original copy of what was imported in case you have to do it again. (The most common mistake with 'import' is not including the directory hierarchy correctly; the second most common mistake is including too many unrelated directories with the 'import'.) pc
