Basic Commands

To create a site template file from existing source files:

$ subfork create -t templates -s static

Be sure to update the values in the new subfork.yml if necessary.

To test the site using the dev server:

$ subfork run

To deploy and release a site:

$ subfork deploy -c "initial deployment" --release

To process queued tasks:

$ subfork worker