Specify use a Personal Access Token for the authentication. You can create it from the . Once you have a personal access token, you can use it in two ways:
Environment variable (recommended)
You can use the environment variable named SPECIFY_PAT
SPECIFY_PAT=xxxxxxxxxxxxxxxxxx specify pull
Flag
If you prefer a flag, you can use --personal-access-token or -p
You can also write the personal access token directly in the config file.
The personal access token in a config file is useful if you need to execute some custom business logic. To stay safe, you should use a library like to store credentials outside of the code.