cli_list_tags {sevenbridges} | R Documentation |
List all the tags in a destination project using Seven Bridges command line uploader.
cli_list_tags(token = NULL, uploader = NULL, project = NULL, proxy = NULL)
token |
Authentication token. |
uploader |
The directory where Seven Bridges command line uploader
is located (the directory that contains the |
project |
Unique identifier of the project,
for example, |
proxy |
A proxy server through which the uploader should connect.
For details the proxy parameter format, see the part on parameter
|
Chracter vector of file tags in the project.
https://docs.sevenbridges.com/docs/upload-via-the-command-line
See cli_upload
for uploading files with
the command line uploader, cli_list_projects
for listing
available projects.
token <- "your_token" ## Not run: cli_list_tags( token = token, uploader = "~/Downloads/sbg-uploader/", project = "username/project-name" ) ## End(Not run)