Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
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:
You can use the environment variable named SPECIFY_PAT
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.
If multiple credentials are used together, Specify will choose following this order:
the flag
the configuration file
the environment variable