Manages apps
$bit app <sub-command>
Copiedcopy
$bit apps <sub-command>
Copiedcopy

list

list all registered apps

$bit app list
Copiedcopy

Options

OptionOption AliasDescriptionValue Type
--json-jreturn the component data in json formatboolean

run

locally run an app component (independent of bit's dev server)

$bit app run <app-name>
Copiedcopy

Options

OptionOption AliasDescriptionValue Type
--dev-dstart the application in dev mode.boolean
--port-pport to run the app onstring
--verbose-vshow verbose output for inspection and print stack traceboolean
--watch-wwatch and compile your components upon changesboolean