serverFiles
which contains the path
and content
of the file you are uploading.path
referenced within the array itself is the path the file is written to within the server; it is also the path that should be provided when using this file to establish a connection.content
of the file is passed through with as an argument with --arg
. Here <FILE_PATH>
represents the path to the file you are uploading as it is stored on your local computer.serverFiles
array elements can be adjusted to upload either one or more files.<API_SERVER_ID>
and <CLUSTER_ID>
, as well as your<API_TOKEN>
and your <ORG_ID>
.<API_SERVER_ID>
<CLUSTER_ID>
<ORG_ID>