restore
Usage: mkproj restore <archive name>
Description: import all templates from archive (tar.gz). Same templates will be overrided, old will be kept
Parameters:
- `archive name` - source name of archive
Example:
Assuming we have installed templates foo, bar, delta and archive backup.tar.gz with templates sigma, bar, gamma
$ mkproj ls
foo
bar
delta
$ mkproj restore backup.tar.gz
$ mkproj ls
foo
bar
delta
sigma
gamma