lucee.Component
commandbox.system.modules_app.forgebox-commands.commands.forgebox.slugcheck
Verifies a slug against ForgeBox. . {code:bash} forgebox slugcheck MyApp {code} .
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
configService
|
true
|
false
|
|
any
|
endpointService
|
true
|
false
|
|
| Method Summary | |
|---|---|
any
|
endpointNameComplete()
|
any
|
run(any slug, [string endpointName])
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Property Detail |
|---|
access - publicrequired - falsereturntype - anyinject - configServiceserializable - trueaccess - publicrequired - falsereturntype - anyinject - endpointServiceserializable - true| Method Detail |
|---|
slug - The slug to verify in ForgeBoxendpointName - Name of custom forgebox endpoint to use