add command

The add command is used to dynamically add a layer to the plan’s layers.

Usage

user@host:~$ pebble add --help
Usage:  pebble add [add-OPTIONS] <label> <layer-path> The add command reads the plan's layer YAML from the path specified andappends a layer with the given label to the plan's layers. If --combineis specified, combine the layer with an existing layer that has the givenlabel (or append if the label is not found). [add command options]      --combine         Combine the new layer with an existing layer that has                        the given label (default is to append)