classafBedSheet::Main
sys::Obj util::AbstractMain afBedSheet::Main
Call to run a BedSheet
web application from the command line.
C:\> fan afBedSheet [-env <env>] [-proxy] [-noTransDeps] <appModule> <port>
Where:
env: (optional) The environment to start BedSheet in -> dev|test|prod proxy: (optional) Starts a dev proxy and launches the real web app on (<port> + 1) noTransDeps: (optional) Do not load transitive dependencies. appModule: The qname of the AppModule or pod which configures the BedSheet web app port: The HTTP port to run the app on