List all the tags in project using Seven Bridges command line uploader
Source:R/misc-uploader.R
cli_list_tags.RdList all the tags in a destination project using Seven Bridges command line uploader.
Arguments
- token
Authentication token.
- uploader
The directory where Seven Bridges command line uploader is located (the directory that contains the
bin/directory).- project
Unique identifier of the project, for example,
"username/project-name".- proxy
A proxy server through which the uploader should connect. For details the proxy parameter format, see the part on parameter
--proxyin the reference below.
See also
See cli_upload for uploading files with
the command line uploader, cli_list_projects for listing
available projects.