Description Usage Arguments Value References Examples
View source: R/misc-uploader.R
This function downloads Seven Bridges command line uploader and
extract the .tgz
archive to a specified directory.
1 2 3 4 5 6 7 | 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
1 2 3 4 5 | # Download CGC CLI uploader to `~/Downloads`
dir <- "~/Downloads/"
## Not run:
get_uploader("cgc", dir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.