cli_list_tags: List all the tags in project using Seven Bridges command line...

Description Usage Arguments Value References See Also Examples

View source: R/misc-uploader.R

Description

List all the tags in a destination project using Seven Bridges command line uploader.

Usage

1
cli_list_tags(token = NULL, uploader = NULL, project = NULL, proxy = NULL)

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 --proxy in the reference below.

Value

Chracter vector of file tags in the project.

References

https://docs.sevenbridges.com/docs/upload-via-the-command-line

See Also

See cli_upload for uploading files with the command line uploader, cli_list_projects for listing available projects.

Examples

1
2
3
4
5
6
7
8
token <- "your_token"
## Not run: 
cli_list_tags(
  token = token,
  uploader = "~/Downloads/sbg-uploader/",
  project = "username/project-name"
)
## End(Not run)

sevenbridges documentation built on March 25, 2021, 6 p.m.