# Section
$ glue section:COMMAND
# Commands
# section:menu
Shows the sections of a tenant definition in a fancy way.
Usefull for when you want to:
- Have an overview of the magnitud and complexity of the tenant
- See which sections are EXTERNAL, DYNAMIC, STATIC, etc...
- Check if the
whiteCollar
for each section is correct--wcollar
$ glue section:menu
Aliases
$ glue section:list
$ glue menu
Option | Function |
---|---|
-H, --hidden | Hides hidden sections |
-d, --dynamic | Hides dynamics sections |
-h, --help | Shows this help |
-l, --legend | Shows legend |
-m, --main | Shows only main sections |
-u, --uri | Shows section URI |
-w, --wcollar | Shows whiteCollar Script |
# section:links
This tool only works with the --invalidate
flag for now.
$ glue section:links
Option | Function |
---|---|
-a, --all | This removes the prompt to select only one section |
-e, --env=live|pro|blg|demos | [default: live] Specify a environment |
-h, --help | Shows this help |
-i, --invalidate | Show invalidation links for sections |
# -i, --invalidate
Will generate section invalidation links for a production environment (live by default).
$ glue section:links --invalidate
# section:rip
Returns the extraction of mosaic pages in JSON format, showing the items, metas, metadata and logs. (only for PuppeteerRipper)
$ glue section:rip
Argument | Value |
---|---|
ARG1 | Section index |
Option | Function |
---|---|
-d, --debug | Open browser to debug the ripper |
-h, --help | Shows this help |
-o, --output=output | Pipe output to file |
-s, --simplifiedOutput | Only show items extracted |