PleskCredentials
@aurorajs.dev/catalyst-cli / deploy/domain/model / PleskCredentials
Interface: PleskCredentials
Section titled “Interface: PleskCredentials”Defined in: deploy/domain/model.ts:124
Plesk control panel credentials. sshKey is an optional path on disk.
Properties
Section titled “Properties”apiKey
Section titled “apiKey”apiKey:
string
Defined in: deploy/domain/model.ts:125
host:
string
Defined in: deploy/domain/model.ts:126
sshKey?
Section titled “sshKey?”
optionalsshKey?:string
Defined in: deploy/domain/model.ts:128
Absolute path to the SSH private key used to reach the Plesk box.