Skip to content

ssh

Opens an interactive SSH session and changes into the host deployPath before starting the shell.

Usage

bash
npx cata ssh [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 ssh
npx cata ssh --host production

When several hosts are configured and --host is omitted, Catapult prompts you to choose a single host.

Output example