Edit on GitHub
Jump to docs navigation

Nut command / Set-up / setup:sync

Note: You are currently reading the documentation for Bolt 3.7. Looking for the documentation for Bolt 5.2 instead?

Nut's setup:sync command synchronise a Bolt install private asset directories with the web root.

Usage

    php ./app/nut setup:sync [options]

Options

Option Description
-t, --themes Copy example themes from bolt/themes into the site theme base-directory

Examples

$ ./app/nut setup:sync

Synchronising Bolt asset directories with the web root
======================================================

 [OK] Directory synchronisation succeeded.
$ ./app/nut setup:sync --themes

 Continuing will copy/update the example themes into your installation, overwriting older copies. Is this OK? (yes/no) [yes]:
 >

Installing theme: base-2016
===========================

 [OK]

Installing theme: skeleton
==========================

 [OK]

Synchronising Bolt asset directories with the web root
======================================================

 [OK] Directory synchronisation succeeded.


Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.