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.Selecting a definition
You can qualify the target asplugin/definition to skip prompts entirely:
Flag ordering
create forwards everything after it to the selected plugin’s create runner, so it
does not parse flags itself. Global sitectl flags such as --context and
--log-level must therefore come before the create subcommand:
create forwards it to the plugin, which rejects it:
--path, --type, --checkout-source,
--setup-only, or ISLE’s --fcrepo and --blazegraph) still go after the target,
because they belong to the plugin’s create runner.
