enonic / cli-enonic

GNU General Public License v3.0
41 stars 1 forks source link

Enable specifying template by display name #490

Closed alansemenov closed 8 months ago

alansemenov commented 8 months ago
  1. No one knows "internal" names of our Solution templates, so we should enable specifying a template via its display name:
enonic sandbox create -t "Headless Demo"
  1. Feedback that user now receives after specifying a non-existing template is wrong (see below): image

We should not show "Using template..." for each template but instead show "Template not found".