get_uploader {sevenbridges} | R Documentation |
This function downloads Seven Bridges command line uploader and
extract the .tgz
archive to a specified directory.
get_uploader(platform = c("cgc", "aws-us", "aws-eu", "gcp"), destdir = NULL, quiet = FALSE) misc_get_uploader()
platform |
Seven Bridges platform for which the uploader
is designed. Possible choices are:
|
destdir |
The directory to extract the downloaded Seven Bridges command line uploader to. If the specified directory is not present, it will be created. |
quiet |
Should the download progress be printed? |
0
if the command line uploader is successfully
downloaded and unarchived.
https://docs.sevenbridges.com/docs/upload-via-the-command-line
# Download CGC CLI uploader to `~/Downloads` dir <- "~/Downloads/" ## Not run: get_uploader("cgc", dir) ## End(Not run)