Skip to content

Commit

Permalink
(chocolatey#2500) List parameters in templates
Browse files Browse the repository at this point in the history
This adds the ability for the template command to list the parameters
in templates. If the template is installed via a package, the
parameters get cached in a file called .parameters in the template's
directory. This file is ignored by calls to choco new, as it is
excluded from being copied.

There another method added to TokenReplacer to get the parameters via
regex. This keeps the regex in the TokenReplacer class.
  • Loading branch information
TheCakeIsNaOH committed Jun 27, 2022
1 parent 6f3fc15 commit a194aa4
Show file tree
Hide file tree
Showing 3 changed files with 765 additions and 3 deletions.
Loading

0 comments on commit a194aa4

Please sign in to comment.