ssh
Opens an interactive SSH session and changes into the host deployPath before starting the shell.
Usage
bash
npx cata ssh [options]Options
| Option | Description |
|---|---|
--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 productionWhen several hosts are configured and --host is omitted, Catapult prompts you to choose a single host.