Command Lines
This page lists the available command lines for Alternative Element Trees. You can also access this list by typing bpt:aet
.
-
[Maintenance] To remove all the tables that were generated for configurations that do no longer exist:
bpt:aet:cleanup-tree-tables
-
To display a list of all the existing configurations (with ID, Name and Label):
bpt:aet:list
-
To rebuild an alternative element tree:
# Choose the configuration to rebuild from a list:
bpt:aet:rebuild-tree
# Choose the configuration to rebuild with its ID:
bpt:aet:rebuild-tree -c "config_ID"
# Rebuild all the existing configurations:
bpt:aet:rebuild-tree -a -
To check if all given configurations are valid - an error will be raised if a configuration cannot be built:
bpt:aet:validate-tree-configurations