All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.attachment.txt Maven / Gradle / Ivy

There is a newer version: 27.0.0.Beta2
Show newest version
SYNOPSIS

   attachment [save|display] --operation= [--file=] 
              [--overwrite]

DESCRIPTION

    Display or save the content of the attachments located in the operation 
    response.
    If no --file option is provided, the attachment is saved in the CLI working
    directory, the attachment uuid being used as the file name. 
    If multiple attachments are returned, the attachments are saved using the 
    file name + an index. If --overwrite is present, then any existing file 
    will be overwritten.

OPTIONS

 --operation     - mandatory, the operation that returns attachments.

 --file          - optional, the path of file used to save the attachments.

 --overwrite     - optional, used when saving to a file. Will make the received 
                   file to overwrite existing file.

 --createDirs     - optional, used when saving to a file. Will create the intermediate path
                    to the received file avoiding failure if those directories don't exist.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy