List
Overview
List all projects which are available for mounting via SBFS.
Usage:
sbfs list [parameters]
Parameters:
-h, --help help for list
Examples
List all projects the user has access to
The API endpoint and the authentication token are taken from the default profile.
$ sbfs list
user1/proj1
user1/proj2
otheruser/otherproject
Authentication token specified in a profile
List all projects which are available for the user whose authentication token is specified in the my-other-account
profile.
$ sbfs --profile "my-other-account" list
user2/proj
user2/someproject1
user2/someproject2
otheuser/otherproject
Modify a profile
Existing values for API endpoint and authentication token are displayed in the brackets, pressing Enter key leaves current value unchanged.
$ sbfs --profile "my-other-account" configure
API endpoint [https://cgc-api.sbgenomics.com/v2]: <Enter>
Authentication token [***************hjkl]: d7017exAMPle48934a5c750EXampLE09
Updated less than a minute ago