Cheatography
https://cheatography.com
Getting Started
What is CommandBox |
CommandBox is a standalone, native tool for Windows, Mac, and Linux that will provide you with a Command Line Interface (CLI) for developer productivity, tool interaction, package management, embedded CFML server, application scaffolding, and some sweet ASCII art. |
Download |
|
Documentation |
|
Getting Started |
|
Server Commands
Start the default engine (Lucee) |
start |
Start most recent Adobe Server 2018 |
start cfengine=adobe@2018 |
Start most recent Adobe Server 2016 |
start cfengine=adobe@2016 |
Start most recent Adobe Server 11 |
start cfengine=adobe@11 |
Start most recent Lucee 5 |
start cfengine=lucee |
Start server with rewrites enabled |
start --rewritesEnable |
ColdFusion Admin Username |
admin |
ColdFusion Admin Password |
commandbox |
ColdBox
Description |
ColdBox is a conventions modular MVC development platform for ColdFusion (CFML). |
Documentation |
|
Install |
box install coldbox |
ColdBox Getting Started |
|
Create new application |
coldbox create app MyPlayground |
Create ColdBox App |
coldbox create app <template> |
Create ColdBox App Wizard |
coldbox create app-wizard |
ColdBox Template Descriptions |
|
Misc
CommandBox Properties File (must be in same directory as exe) |
commandbox.properties |
Specify CommandBox Home |
commandbox_home=Z:\\CommandBox\\CommandBoxFiles |
Play Snake |
snake |
CommandBox Bullet Train |
install commandbox-bullet-train |
|
|
CFConfig
Description |
This is a CommandBox module that provides a CLI for reading, writing, and storing configuration for all CF engines. |
URL |
|
Install |
box install commandbox-cfconfig |
Update |
box update --system |
View all configuration |
cfconfig show |
Export config from a server |
cfconfig export myConfig.json |
Import config to a server |
cfconfig import myConfig.json |
Set a configuration setting |
cfconfig set adminPassword=commandbox |
Ngrok
Description |
Ngrok is a service that will proxy a locally-running server to the Internet where any coworker, friend, or client with a browser can view the local site site you have running. Use this to demo a new site or ask a friend to look at an error for you. This is also great for testing integration with 3rd party systems (like Stripe webhooks) while still developing on localhost! |
Documentation |
|
Install |
box install box-ngrok |
Start a share |
server share start |
Stop a share |
server share stop |
Start sharing - server already running |
share |
Stop sharing - server already running |
share stop |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment