UNPKG

@arc-fusion/cli

Version:

CLI for running Arc Fusion on your local machine

26 lines (24 loc) 1.36 kB
# CLI Commands Fusion CLI uses `commander` to automate the process of configuring and launching fusion locally for development serving as a wrapper around the node and docker processes needed to start fusion. | command | description | |---|---| | build | Build Fusion images | | clean | Clear stray docker artifacts | | cleanContainers | Clear stray docker containers | | cleanImages | Clear stray docker images | | cleanNetworks | Clear stray docker networks | | cleanVolumes | Clear stray docker volumes | | daemon [options] | Run Fusion services in detached mode | | down | Stop and remove Fusion services and volumes | | dump | Create a dump of the current DB in the data/dumps/ folder | | help | Display description for each of available commands | | init | Bootstrap a new Fusion repository | | migrate | Rename component files with a trailing 'x' to prepare for 2.1 refactor | | nuke | Clear stray docker artifacts | | rebuild | Manually trigger webpack to rebuild after a change if file watching fails | | repo | Print the name of the repository | | start [options] [service] | Start named fusion local development environment, or default if no name supplied | | stop|Stop | Stop Fusion docker services | | verify | Verify the current bundle | | version | Look at the version of fusion | | zip [options] | Create a bundle zip file in dist/ folder |