up

This command runs your project and its services with the given options.
  • --host option runs the project in your host machine
  • --vm option runs the project in bolt virtual machine
  • --cache option reuses the previously built container, this command will persist the changes as it was in your previous session. By default Bolt VM always creates your project’s into a fresh container.
$ bolt up --help
Usage: bolt up [options]
Starts all the services mentioned in "bolt.yaml" file
Options:
--host Runs the project on host
--vm Runs the project on sealvm
--cache Reuses the previously built container
-h, --help display help for command
Note: Bolt VM currently supports MacOS (darwin) & Appple Silicon Chip