Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue
idmettleci-cli

Namespace

remote

Command

execute

Plugin Name

remote

Plugin File

dm-bamboo-sftp-plugin.jar

Credentials

OS

Execute a script on a target host.

Include Page
remote execute command syntax
remote execute command syntax

Example

Code Block
languagebash
themeFadeToGrey
titleDataStage Deploy - command line options
$> mettleci remote execute help
Usage: remote execute [options]
  Options:
  * -host
       URL of the server
    -passphrase
       SSH key pass phrase
    -password
       Password when connecting to remote server, required when -privateKey is
       not used
    -port
       SSH Port
       Default: 22
    -privateKey
       Private SSH key, required when -password is not used
  * -script
       Local script to execute on remote server
  * -username
       Username when connecting to remote server

...