classafBedSheet::Main

sys::Obj
  util::AbstractMain
    afBedSheet::Main

Runs a BedSheet web application (Bed App) from the command line.

C:\> fan afBedSheet [-port <port>] [-env <env>] [-proxy] [-watchAllPods] <appModule>

Where:

Option

Description

env

(optional) The environment to start BedSheet in -> dev|test|prod

proxy

(optional) Starts a dev proxy on <port> and launches the real web app on (<port> + 1)

watchAllPods

(optional) Have the proxy monitor the timestamps of all pods, not just the direct dependencies of the application

port

(optional) The HTTP port to run the Bed App on. Defaults to 8069

appModule

The qname of the AppModule or pod which configures the BedSheet web app

Example:

C:\> fan afBedSheet -port 8080 -env DEV -proxy acme::AppModule