Skip to content

deploy:setup

Creates the remote directories Catapult needs before the first deployment and runs setup hooks registered by recipes.

Alias: setup

Usage

bash
npx cata deploy:setup [options]
npx cata setup [options]

Options

OptionDescription
--host <name>, -H <name>Target a specific host
--config <path>, -c <path>Load a specific deploy config file

Examples

bash
npx cata deploy:setup
npx cata deploy:setup --host production
npx cata setup -H staging

Output example