Skip to main content
The create command provisions a new stack using a create definition registered by an installed plugin. Run sitectl create list to see all available definitions, or omit arguments to be guided interactively.

Reference

Create a new stack using a first-class create definition registered by an installed sitectl plugin.
sitectl create [plugin[/definition]] [args...]

Selecting a definition

You can qualify the target as plugin/definition to skip prompts entirely:
sitectl create isle/default
sitectl create drupal/default
Or just pass a definition name when it is unambiguous across installed plugins:
sitectl create default