Currently somef configure only asks for a GitHub token, stored in config.json as "Authorization". When adding support for new repository types like Codeberg and Bitbucket, each platform requires its own authentication token for higher API rate limits.
So when running somef configure manually, it will sequentially ask for the token of each repository type. Something like this:
$ somef configure
Authorization (GitHub token): .....
Codeberg token (optional): ....
Bitbucket token (optional): ....
Currently somef configure only asks for a GitHub token, stored in config.json as "Authorization". When adding support for new repository types like Codeberg and Bitbucket, each platform requires its own authentication token for higher API rate limits.
So when running somef configure manually, it will sequentially ask for the token of each repository type. Something like this:
$ somef configure
Authorization (GitHub token): .....
Codeberg token (optional): ....
Bitbucket token (optional): ....