Configure SBFS credentials
Overview
Configure SBFS with your Platform credentials to access your project files on the Platform.
Configure credentials
- Issue the following command:
sbfs configure
- Enter the following information:
- API endpoint:
- AWS US: https://api.sbgenomics.com/v2
- AWS EU: https://eu-api.sbgenomics.com/v2
- Your authentication token.
Learn more about storing your credentials in a unified configuration file.
Specify a profile
SBFS allows you to use profiles for the credentials allowing you to access multiple user accounts. Each profile contains an endpoint and an auth token. The profiles are set up within the configuration file.
Use the following option to specify a profile: -- profile <profile_name>
Updated over 4 years ago