Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 653 Bytes

SourceOperation.md

File metadata and controls

28 lines (16 loc) · 653 Bytes

SourceOperation

Properties

Name Type Description Notes
name String
command String
shell ShellEnum [optional]
credentialsEnvVars List<CredentialsEnvVariable> List of environment variables that will contain credentials for this operation. [optional]

Enum: ShellEnum

Name Value
BASH "bash"
SHELL "shell"
EXPECT "expect"
PS "ps"
PSD "psd"