Theme Add

Description

Downloads a new theme from a git repository. This will make an entry in plenti.json to keep track of the remote URL you downloaded the theme from, as well as the commit that was used (defaults to latest commit). It also removes any references to git in the downloaded folder for the theme to avoid problems with git submodules.

Note: The "theme add" command does not enable the theme, for that see theme enable.

Usage

You can download a theme from a git repository by running plenti theme add GIT_URL.

Flags

LongShortDescription
--commit
-cDownload the theme at a specific commit in its git history (allows you to get a specific version of the theme)