createlayer#
usage: scotty createlayer [-h] [--without-simpleswitch] [--force]
[--priority PRIORITY] [--branch BRANCH]
name git
Create a layer in your build setup
positional arguments:
name Name of the project
git Clone URL of the remote repository
options:
-h, --help show this help message and exit
--without-simpleswitch
Do not create SimpleSwitch template recipes (default:
False)
--force Recreate layer if needed (default: False)
--priority PRIORITY Layer priority (default: 99)
--branch BRANCH Name of the main branch (default: scarthgap)
With the createlayer
command you can create scotty
compatible layers easily